Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating developers road map #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,17 @@ B0Bot lives inside a Flask API and periodically it will retweet certain Twitter

# Developer Road Map

- [ ] Setup initial Flask API
- [ ] 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.