Skip to content

Dead-U3er/TelegramBot-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Dead U3er

Dead U3er



Telegram Bot Tools

How to use PHP file 📖

Simple Output

Example.com/checker.php?type=checker&address={Input_file_path}&type_out=output&output={Name_output_file}

Output based on Webhook

Example.com/checker.php?type=checker&address={Input_file_path}&type_out=webhook&output={Name_output_file}

Output based on Getme

Example.com/checker.php?type=checker&address={Input_file_path}&type_out=getme&output={Name_output_file}

Set Webhook

Example.com/checker.php?type=webhook&type_webhook=set&token={Token}&address={file_path}

Delete Webhook

Example.com/checker.php?type=webhook&type_webhook=delete&token={Token}



How to use Python file 📖

Simple Output

python3 main.py --type checker --address {Input_file_path} --output {Name_output_file}

Example Output : 

6447117307:AAH7HztVqr5kIgkb0kSxHAeglxoB74-8-5k

Output based on Webhook

python3 main.py --type checker --address {Input_file_path} --type_out webhook --output {Name_output_file}

Example Output :

# ------------------------------ #
6447117307:AAH7HztVqr5kIgkb0kSxHAeglxoB74-8-5k
URL : Empty
Has custom certificate : False
Pending update count : 0
# ------------------------------ #

Output based on Getme

python3 main.py --type checker --address {Input_file_path} --type_out getme --output {Name_output_file}

Example Output :
# ------------------------------ #
6447117307:AAH7HztVqr5kIgkb0kSxHAeglxoB74-8-5k
ID Bot : 6447117307
First name : App city
Username : @city_applications_bot
Can join groups : True
Can read all group messages : False
Supports inline queries : False
Can connect to business : False
# ------------------------------ #

Set Webhook

python3 main.py --type webhook --type_webhook set --token {Token} --address {file_path}

Delete Webhook

python3 main.py --type webhook --type_webhook delete --address {file_path}


⌜ Coded with love ☕❤️⌟