-
Notifications
You must be signed in to change notification settings - Fork 2
Home
TeleHunt Tool

You can add an account with the command
python TeleHunt.py --add apihash:apiid:phone
With this command you can see a list of your accounts
python TeleHunt.py --show
With this command you can select your account.
python TeleHunt.py --acc [number/multi account/all]
With these commands, you can get a list of your account's direct messages, bots, channels, and groups
python TeleHunt.py --acc 1 --groups

With this command, you can search for a text within groups, channels, and direct messages, specify the message filter, specify the number, and you can specify whether these messages should be forwarded to someone
sender = Use this flag if you want to see messages where a person has used that text
python TeleHunt.py --acc 1 --search-text "bug" --limit 3 --forward @username/chatid --sender @target
You can find all the messages a person has sent in groups
python TeleHunt.py --acc 1 --capture --target @username --limit 5

Forward posts from one channel to another person or channel
table = displays messages in a tabular format
python TeleHunt.py --acc 1 --link @username/privateLink --forward @username/chatid --limit 4 --table