new92 / IGFI

🤖 IGFI: InstaGram Followers Increaser 📈 | Written in Python 🐍 | Don't forget to ⭐ the repo !
https://github.com/new92/IGFI
MIT License
219 stars 62 forks source link

NameError: name 'colorama' is not defined #21

Closed julianogimenez closed 1 year ago

julianogimenez commented 1 year ago

Traceback (most recent call last): File "C:\dev\py\IGFollowersIncreaser\InstagramFollowers\V3\mainV3.py", line 101, in elif platform.system() == 'Windows': ^^^^^^^^ NameError: name 'platform' is not defined

julianogimenez commented 1 year ago

keep eceiving.

PS C:\dev\py\IGFollowersIncreaser\InstagramFollowers\v3> type requirements.txt instagrapi == 1.16.17 requests == 2.31.0 instaloader == 4.9.5 colorama == 0.4.6 tqdm == 4.65.0 platform == 1.0.8 PS C:\dev\py\IGFollowersIncreaser\InstagramFollowers\v3> pip3 install platform ERROR: Could not find a version that satisfies the requirement platform (from versions: none) ERROR: No matching distribution found for platform PS C:\dev\py\IGFollowersIncreaser\InstagramFollowers\v3>

new92 commented 1 year ago

Ok I changed the script again please check now and if you keep getting this error check if the modules have been installed correctly

julianogimenez commented 1 year ago

Hello new92, that works now, but receiving this message:

image

new92 commented 1 year ago

Great ! Ok so the 429 status code indicates that there have been sent (from the client) many requests. But it's just a warning. The second message (the challenge choice by email) means that you need to enter the 6-digit code which has been sent to the email in which is registered the account. Once you enter it the followers increment process will continue.