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
- Host: GitHub
- URL: https://github.com/riz4d/drugload
- Owner: riz4d
- Created: 2022-10-30T16:30:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T13:42:05.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T07:13:59.850Z (over 1 year ago)
- Topics: fda-api, pyrogram, python, telegram-bot
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
[](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
```