ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.69k stars 1.47k forks source link

whitelist_generator.py not working correctly. #219

Closed DataBass504 closed 7 years ago

DataBass504 commented 7 years ago

I'm trying to create a whitelist.txt of all my current following list, when I run the script in instabot/examples/black-whitelist/whitelist_generator.py it logs in and collects only one user id into the whitelist.txt but shows a 2nd user in terminal, the script then stops collecting and just sits. Here is my log file:

2017-05-26 04:59:02,365 Instabot Started 2017-05-26 04:59:05,931 Starting new HTTPS connection (1): i.instagram.com 2017-05-26 04:59:06,699 Resetting dropped connection: i.instagram.com 2017-05-26 04:59:07,288 Login success as INSTAGRAM_ACCOUNT! 2017-05-26 04:59:07,303 Resetting dropped connection: i.instagram.com 2017-05-26 04:59:07,807 Resetting dropped connection: i.instagram.com 2017-05-26 04:59:08,329 Resetting dropped connection: i.instagram.com

sudoguy commented 7 years ago

@DataBass504 use examples/reset_following.py for backup/restore your following list

DataBass504 commented 7 years ago

@sudoguy thank you for the quick reply, I discovered this shortly after posting & updated my script. Work great, thanks!