jflessau / winbot-twitter-bot

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

'Like' a tweet #5

Closed mikes1980 closed 7 years ago

mikes1980 commented 7 years ago

Hi,

Are you looking at adding a 'like' function to your code? A lot of competitions want you to like & retweet.

Keep up the good work!

jflessau commented 7 years ago

Hi Mike,

Liking something is another interaction through the API and will cost some time (because of twitters interaction limits). That's why I'm planning to add a function to like a tweet, only if the word 'like' or 'liking' (e.g. "dont forget liking this tweet") can be found somewhere in a tweet. Should be done within this week :)

mikes1980 commented 7 years ago

Sounds good!!