Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T08:18:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T14:58:43.886Z (over 1 year ago)
- Topics: flask, heroku, nepal, twitter-bot, vaccine-tracker
- Language: Python
- Homepage: https://twitter.com/NepalVaccine
- Size: 523 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is non functional now.
# Twitter handle
@NepalVaccine
# Installation
![](https://github.com/ayushsubedi/vaccine_progress_bot/blob/main/display.png)
#### 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