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

https://github.com/riz4d/drugload

Telegram bot allows you to retrieve drug data using the fda.gov API
https://github.com/riz4d/drugload

fda-api pyrogram python telegram-bot

Last synced: about 1 year ago
JSON representation

Telegram bot allows you to retrieve drug data using the fda.gov API

Awesome Lists containing this project

README

          

# DrugLoad

Telegram bot allows you to retrieve drug data using the fda.gov API. You can search for specific drugs, get information about their uses, side effects, and more.

### Deployment

[![Deploy On Heroku](https://img.shields.io/badge/heroku-%23430098.svg?style=for-the-badge&logo=heroku&logoColor=white)](https://heroku.com/deploy?template=https://github.com/riz4d/DrugLoad)

### Deploy VPS (Local Machine)

#### Configurations

put the neccessary values to the appropriate variables in Config.py file

`
BOT_TOKEN ,
API_HASH ,
API_ID
`

##### First step:

```sh
git clone https://github.com/riz4d/DrugLoad
```

##### Second step:

```sh
cd DrugLoad
```

##### Third step:

```sh
pip install -r requirements.txt
```

##### Fourth step:

```sh
python3 main.py
```