useragents / Proxyless-TikTok-Username-Checker

Loops through a list of usernames to check if they are available or unavailable
492 stars 87 forks source link

Does this work with PyDroid? #4

Closed CoolBoiYT closed 2 years ago

CoolBoiYT commented 2 years ago

I've tried to run it on my phone using PyDroid. I did 'pip install - r requirements.txt'. It worked. Then I did 'python main.py' and got this error: Screenshot_2022-04-09-16-19-33-514_ru iiec pydroid3 Does anyone know how to fix it?

useragents commented 2 years ago

ctypes.windll is specifically only for Windows and you're using it on a non-Windows environment. Alternatively, you can remove any lines using ctypes as it is not needed for this script to function.