diff --git a/README.md b/README.md index a774558..19ddb84 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,17 @@ B0Bot lives inside a Flask API and periodically it will retweet certain Twitter # Developer Road Map -- [ ] Setup initial Flask API \ No newline at end of file +- [ ] Setup initial Flask API + - Set up a Twitter developer account and create a new Twitter app to access the Twitter API. + - Create a new Flask API project, initialize it with a basic project structure, and install the necessary dependencies (e.g., Tweepy, Flask, etc.) +- [ ] Adding functionality to the Flask API + - Create a new Python script to handle the Twitter API authentication and the bot's logic. This script should use the Tweepy library to interact with the Twitter API, and it should contain the following features: + - Periodically retweet certain Twitter followers. + - Respond to user mentions and provide the latest news with the given keywords. +- [ ] Deploy the Flask API to Vercel + - Create a new Vercel project and deploy the Flask API to Vercel. + - Set up a periodic job to run the Flask API periodically. +- [ ] Creating a monitoring dashboard + - Create a new Better Uptime project and set up a monitoring dashboard to monitor the periodic job. + - Add a new webhook to the Better Uptime project to send a notification to the Bug Zero Twitter account if the periodic job fails. +