Skip to content

ayushsubedi/vaccine_progress_bot_nepal

Repository files navigation

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

About

Twitter bot that shows the progress status on vaccines in Nepal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published