Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soxoj/maigret-tg-bot
Maigret Telegram bot
https://github.com/soxoj/maigret-tg-bot
maigret namecheck osint telegram-bot
Last synced: 8 days ago
JSON representation
Maigret Telegram bot
- Host: GitHub
- URL: https://github.com/soxoj/maigret-tg-bot
- Owner: soxoj
- License: mit
- Created: 2021-01-30T11:53:48.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T11:32:52.000Z (5 months ago)
- Last Synced: 2024-10-17T15:33:44.106Z (17 days ago)
- Topics: maigret, namecheck, osint, telegram-bot
- Language: Python
- Homepage: https://t.me/osint_maigret_bot
- Size: 105 KB
- Stars: 72
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maigret Telegram bot
Simple telegram bot to run your own [Maigret search](https://github.com/soxoj/maigret) with a couple of clicks!
Official bot: [@maigret_osint_bot](http://t.me/maigret_osint_bot)
## Requirements
- Python 3.6+ and pip is required.
- `pip3 install -r requirements.txt`
- [Register Telegram application](https://core.telegram.org/api/obtaining_api_id) to get API_ID and API_HASH.
- [Create a new bot](https://core.telegram.org/bots#6-botfather), get a token and use it on first script launch.## Using
```shell
export API_ID=
export API_HASH=
python3 bot.py
```That's all! Send a username to the created bot to start Maigret search.