![Logo Dead U3er](https://private-user-images.githubusercontent.com/103173374/303255930-07da09d9-75c8-4613-9703-d56c178e627a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTg4MDQsIm5iZiI6MTczOTQ1ODUwNCwicGF0aCI6Ii8xMDMxNzMzNzQvMzAzMjU1OTMwLTA3ZGEwOWQ5LTc1YzgtNDYxMy05NzAzLWQ1NmMxNzhlNjI3YS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNDU1MDRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ZjAyNjc0MzkyNTMxOWU0ZmE3OTUzMDMwNGEyMDJjN2Y0YWQ2MjFiNTczMTcxOTBhZjA0NjI1YTEwMjQ4MDhmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.1d84UZGlGW2iM3grY8Gz8bCquOsPT0nNfdL3P96ubNs)
![](https://github.com/Dead-U3er/TelegramBot-Tools/raw/main/img.png?raw=true)
Example.com/checker.php?type=checker&address={Input_file_path}&type_out=output&output={Name_output_file}
Example.com/checker.php?type=checker&address={Input_file_path}&type_out=webhook&output={Name_output_file}
Example.com/checker.php?type=checker&address={Input_file_path}&type_out=getme&output={Name_output_file}
Example.com/checker.php?type=webhook&type_webhook=set&token={Token}&address={file_path}
Example.com/checker.php?type=webhook&type_webhook=delete&token={Token}
python3 main.py --type checker --address {Input_file_path} --output {Name_output_file}
Example Output :
6447117307:AAH7HztVqr5kIgkb0kSxHAeglxoB74-8-5k
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
# ------------------------------ #
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
# ------------------------------ #
python3 main.py --type webhook --type_webhook set --token {Token} --address {file_path}
python3 main.py --type webhook --type_webhook delete --address {file_path}