nickpettican / InstaBot

:robot: Automate your Instagram activity with InstaBot, a customisable bot that likes, follows and comments
Apache License 2.0
221 stars 51 forks source link

How to add comments #6

Closed itwt490 closed 7 years ago

itwt490 commented 7 years ago

I followed the code but I don't see how to set up comments? (only how to set number of comment per day)

nickpettican commented 7 years ago

Hi @itwt490 The comments generator is here: https://github.com/nickpettican/InstaBot/blob/master/src/instafunctions.py#L191 There are currently three lists out of which one element will be randomly picked from each one to create the comment. You can add extra lists if you want to extend the sentence. For the emojis I used http://getemoji.com/, just copy and paste the one you want into the list. Let me know if you have any trouble.