#Python: import RobloxRequest

1 messages · Page 1 of 1 (latest)

trim locust
#

my line is: import RobloxRequest
error: ModuleNotFound: No module named 'RobloxRequest'. Now I've tried doing pip install RobloxRequest but that doesnt works. Does anyone know how to fix it?

proven crescent
#

probably because the module name

#

isn't RobloxRequest

#

u can do pip install ExampleExample

#

but the name would just be Example

trim locust
proven crescent
#

no it just that the package name is different

#

than what's meant to be imported

#

u probably already have it

#

u just dont do import RobloxRequest

#

it could be something else

trim locust
#

in the script I copied it say RobloxRequest tho

proven crescent
#

try checking if u actually installed it

#

using pip list

#

if it isn't there welp that's the issue

#

otherwise idk.

trim locust
proven crescent
#

that's probably it

#

pyblox3

trim locust
#

oh

#

so I just replace import RobloxRequest with pyblox3

proven crescent
#

ye

trim locust
#

nope that doesnt work

#

just give me moduleNotFound errors

#

@proven crescent what do I do

proven crescent
#

welp then it's probably outdated

trim locust
#

oof

proven crescent
#

u might wanna check another github page

trim locust
#

because I have 100k botted followers by someone (i didnt bot them)

#

and I want to remove them

proven crescent
#

u cant

#

remove em

#

lol

#

wut.

#

u can't remove people from following u

#
    blocked = set_block_status(follower.id, True) 
    set_block_status(follower.id, False) 
    return blocked != False 

Oh

trim locust
#

yeah

#

I can block them then unblock

proven crescent
#

where did u find the pip install?

#

cuz i dont see it

trim locust
#

but would take a little bit too much time to block every single person manually

trim locust
proven crescent
#

there is no pip install in that github

trim locust
#

yes but RobloxRequest was yellow underlined so I thought I must install a pip

#

just like the other yellow underlined variables