Skip to content

bugourmet/tgsint-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tgsint-bot

GitHub stars GitHub license GitHub forks GitHub issues GitHub pull requests GitHub last commit

tgsint is a OSINT telegram bot written in python.

Installation

Install necessary dependencies via pip Install necessary dependencies.

pip install -r requirements.txt

Configuration

Open .env file and add required keys/tokens...

Create a Telegram bot using @botfather and get your bot token.

Change USERS "1234567890|123456789" to your own telegram account id/s or simply remove user filter at the dispatcher if you want your bot to be accessible by everyone.
This part filters incoming messages (commands) from users with above specified IDs.

Check tgsint-scripts for data format.

Usage

Execute main.py

TELEGRAM BOT:
/help to show available commands

Features

  1. Phone number lookup.
  2. Name & Surname lookup.
  3. Lookup information on croatian car licence plates.

Changelog

Check the changelog file

NOTES:

In some cases people have their middle name set on their profile page. Finding them works the same way as for other people , middle name is excluded in the search query.

Contributing

Pull requests are welcome. If you have a suggestion open an issue with the tag "enhancement".

Legal disclaimer:

Developers assume no liability and are not responsible for any misuse or damage caused by this program. This program is for educational purposes.

License

MIT