Nepal Vaccine Progress Twitter Bot
https://twitter.com/NepalVaccine
Data Source: https://github.com/owid/covid-19-data/blob/master/public/data/vaccinations/country_data/Nepal.csv
This is a Twitter bot that shows progress on covid vaccination (full and partial) in Nepal.
Installation for contribution
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