Zero code bot for you to search for some topics of your interest on twitter and retweet one of them every few hours. Store all retweets on a database that you can access and query.
cp .env.example .env
Open .env
file and fill in the values
npm run dev
npm run sql
cp .env.example .env_production
Open .env_production
file and fill in the values
npm run deploy
npm run logs
For minor updates you only need to do npm run update:minor
in the bot folder.
For major updates you may need to npm run update
in the bot folder.