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.71k stars 1.47k forks source link

How to make after reach 7500 following execute unfollow every one #536

Closed zeroyjk closed 6 years ago

zeroyjk commented 6 years ago

I hope some one can edit the script for me.. If i doing wrong script on ultimate_schedule below I modify some script, it will execute when it reach 7500 following in your instagram account and it will automatic execute to unfollow everyone i hope i can help you guyz to run 100% automate..

on ultimate_schedule.py i just add new def job11()

def job11():
    bot.unfollow_everyone(n_to_unfollows=config.NUMBER_OF_UNFOLLOW_EVERYONE)

modify script

schedule.every(1).hour.do(run_threaded, stats)              # get stats
schedule.every(8).hours.do(run_threaded, job1)              # like hashtag
schedule.every(2).hours.do(run_threaded, job2)              # like timeline
schedule.every(1).days.at("16:00").do(run_threaded, job3)   # like followers of users from file
schedule.every(2).days.at("11:00").do(run_threaded, job4)   # follow followers
schedule.every(16).hours.do(run_threaded, job5)             # comment medias
schedule.every(18).days.at("08:00").do(run_threaded, job11)   # unfollow_everyone
schedule.every(12).hours.do(run_threaded, job7)             # follow users from hashtag from file
schedule.every(6).hours.do(run_threaded, job8)              # comment hashtag
schedule.every(1).days.at("21:28").do(run_threaded, job9)   # upload pics
schedule.every(13).days.at("07:50").do(run_threaded, job10)  # non-followers blacklist 
zeroyjk commented 6 years ago

i run the script i getting this error

Traceback (most recent call last):
  File "ultimate.py", line 15, in <module>
    bot = Bot(comments_file=config.COMMENTS_FILE, blacklist=config.BLACKLIST_FILE, whitelist=config.WHITELIST_FILE)
TypeError: __init__() got an unexpected keyword argument 'blacklist'
kintaro1981 commented 6 years ago

is not dangerous to unfollow everyone multiple times in a short time frame like that?

ochoadan commented 6 years ago

the limit to not get a temporary ban is about 200 a day but with the temporary ban is about 600 every 2 days that is after the ban u can start unfollowing again

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.