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

comment_hashtag missing amount in definition #229

Closed maverjk closed 7 years ago

maverjk commented 7 years ago

Hello

Placing some test I discovered that is missing the amount field in the sign function:

instabot/bot/bot.py 315 def comment_hashtag(self, hashtag): 316 return comment_hashtag(self, hashtag)

Instead in implementation function:

instabot/bot/bot_comment.py 46 def comment_hashtag(self, hashtag, amount=None): 47 self.logger.info("Going to comment medias by %s hashtag" % hashtag)

sudoguy commented 7 years ago

Thanks, @maverjk!