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: about 1 year ago
JSON representation
Telegram bot to check the wanted people in FBI wanted list using FBI's official API
- Host: GitHub
- URL: https://github.com/kourva/fbi-wanted
- Owner: Kourva
- Created: 2022-11-24T01:40:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:49:44.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T13:45:42.373Z (about 1 year ago)
- Topics: api, bot, fbi-crime-api, pytelegrambotapi, python, python3, telegram-bot
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FBI-Wanted

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)!