Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 776 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 776 Bytes

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

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:
git clone https://github.com/riz4d/DrugLoad
Second step:
cd DrugLoad 
Third step:
pip install -r requirements.txt
Fourth step:
python3 main.py