Skip to content
ESFELURM edited this page Dec 6, 2025 · 4 revisions

TeleHunt Tool

alt

Command Description + Example:

add

You can add an account with the command

python TeleHunt.py --add apihash:apiid:phone


show

With this command you can see a list of your accounts

python TeleHunt.py --show


acc

With this command you can select your account.

python TeleHunt.py --acc [number/multi account/all]


groups,channels,dms,bots

With these commands, you can get a list of your account's direct messages, bots, channels, and groups

python TeleHunt.py --acc 1 --groups


search-text, file-type, limit, forward, sender

alt

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


capture, target, limit

You can find all the messages a person has sent in groups

python TeleHunt.py --acc 1 --capture --target @username --limit 5


link, limit , forward, table

alt

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