Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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