Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kourva/fbi-wanted
- Owner: Kourva
- Created: 2022-11-24T01:40:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:49:44.000Z (3 months ago)
- Last Synced: 2024-10-15T06:36:37.432Z (about 1 month ago)
- Topics: api, bot, fbi-crime-api, pytelegrambotapi, python, python3, telegram-bot
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 12
- 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)!