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}