Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kourva/fbi-wanted

Telegram bot to check the wanted people in FBI wanted list using FBI's official API
https://github.com/kourva/fbi-wanted

api bot fbi-crime-api pytelegrambotapi python python3 telegram-bot

Last synced: 18 days ago
JSON representation

Telegram bot to check the wanted people in FBI wanted list using FBI's official API

Awesome Lists containing this project

README

        

# FBI-Wanted
Fbi Seal, HD Png Download@kindpng.com

Telegram bot to check the wanted people in FBI wanted list using FBI's official API
> This bot uses official FBI's API, for more information check [FBI API](https://api.fbi.gov/docs)

# Config
**line 12** -> Your bot token from [BotFather](https://t.me/botfather)
+ You can change the commands or whatever you want

# Install
+ You can simply run install.sh or do it manually below

+ Install requirements
```bash
pip install requests pytelegrambotapi
```
+ Clone repository
```bash
git clone https://github.com/Kourva/FBI-Wanted && cd FBI-Wanted && chmod +x install.sh
```
+ Run the bot
```bash
python3 main.py
```

# Heroku
You can also deploy your bot in [Heroku](https://www.heroku.com)!