Trivia Bot is an automated bot that fetches trivia questions or facts and posts them to Twitter on a scheduled basis.
- Clone the repository.
- Run
npm installto install dependencies. - Populate
.envwith the required API keys and secrets. - Start the application by running
node src/index.js.