This Twitter bot will retweet any recent tweet that matches a specific query
const QUERY = 'Day AND #100DaysOfCode';
In this example, our bot will retweet any tweet containing the word "day" and hashtag #100DaysOfCode
NB: The reason why looking for tweets with the word day to prevent π§Ή spammers who just want a retweet for their post.
βββ .gitignore
βββ bot.js
βββ LICENSE
βββ package-lock.json
βββ package.json
βββ README.md
βββ server.js
βββ twit.js
This project is licensed under the MIT License - see the LICENSE.md file for details.
Give a β if you like this bot!