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

Where are the general settings? #32

Closed tbudd23 closed 7 years ago

tbudd23 commented 7 years ago

I am speaking in terms of liking/following/unfollowing/commenting on those that fall under specified #'s. Thanks!

DrCherry commented 7 years ago

Currently they're found here: https://github.com/ohld/instabot/blob/master/instabot/bot/limits.py

MAX_LIKE_PER_DAY = 1000
MAX_FOLLOW_PER_DAY = 350
MAX_UNFOLLOW_PER_DAY = 350
MAX_COMMENT_PER_DAY = 100
MAX_LIKES_TO_LIKE = 80