A telegram bot to request crack for apps
-
Create a Telegram bot using Bot Father: https://t.me/BotFather
-
Retrieve Telegram Bot Token from Bot Father.
-
Assign Telegram bot Token value to
telegram_bot_token
variable in the code. -
Assign your user id value to
owner_id
variable in the code. -
Install the required packages:
pip install python-telegram-bot
pip install requests
pip install bs4
-
Run the bot using the following command:
python3 app-crack-request-bot.py