jflessau / winbot-twitter-bot

Twitter contest bot trained to win giveaways.
MIT License
21 stars 2 forks source link

Follower #15

Closed OneAlex01 closed 6 years ago

OneAlex01 commented 6 years ago

Is the bot following every person by retweeting a tweet? Would be good having an option not to follow a person if the giveaway tweets contains not the word "follow" because there are giveaways where you only have to rt a tweet.

jflessau commented 6 years ago

Good point. This could really save a lot of time. I will implement it as soon as possible. Thanks for the input!

jflessau commented 6 years ago

Bot now checks for the word follow before it will follow the author of a giveaway:

        if (tweet_has_string(tweet, 'follow')):
            follow_author(tweet)