https://github.com/ayushsubedi/vaccine_progress_bot_nepal
Twitter bot that shows the progress status on vaccines in Nepal.
https://github.com/ayushsubedi/vaccine_progress_bot_nepal
flask heroku nepal twitter-bot vaccine-tracker
Last synced: about 1 month ago
JSON representation
Twitter bot that shows the progress status on vaccines in Nepal.
- Host: GitHub
- URL: https://github.com/ayushsubedi/vaccine_progress_bot_nepal
- Owner: ayushsubedi
- License: mit
- Created: 2021-07-25T04:36:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T08:18:45.000Z (over 3 years ago)
- Last Synced: 2025-07-21T18:03:51.942Z (11 months ago)
- Topics: flask, heroku, nepal, twitter-bot, vaccine-tracker
- Language: Python
- Homepage: https://twitter.com/NepalVaccine
- Size: 523 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is non functional now.
# Twitter handle
@NepalVaccine
# Installation

#### Clone the repository
```
https://github.com/ayushsubedi/vaccine_progress_bot_nepal/
```
#### CD into the cloned directory and create a virtualenv
```
python -m venv env
```
### Enable virtualenv
```
.\env\Scripts\activate
```
### Enable virtualenv (windows)
```
.\env\Scripts\activate
```
### Install dependency packages from requirements.txt
```
pip install -r requirements.txt
```
### Run flask app
```
source FLASK_APP="app.py"
flask run
```
### Run flask app (windows)
```
$env:FLASK_APP="app.py"
flask run
```
# .env
Add Twitter keys and BasicAuth keys to the .env_sample file. Once complete rename it to .env