This is a Telegram bot that extracts URLs from text files. It supports a variety of apps and can be used to extract URLs from APKs.
-
Configure config.py
- Replace all placeholder values in
config.pywith your actual data: BOT_TOKEN: Get from @BotFatherAPI_IDandAPI_HASH: Get from my.telegram.orgADMIN: Add your Telegram user IDs (comma-separated)DB_URL: Your MongoDB connection stringDB_NAME: Your database name- Set up your channel IDs for:
TXT_LOGAUTH_LOGHIT_LOGDRM_DUMPCHANNEL
CH_URL: Your channel's invite linkOWNER: Your Telegram profile linkTHUMB_URL: URL for bot thumbnail image
- Replace all placeholder values in
-
Update msg.py
- Find and replace the default username with your Telegram username
- Customize any message texts if needed
-
Deploy to Heroku
- Click the deploy button below
- Fill in the environment variables if prompted
- Wait for the build to complete
- Make sure all your channels and groups are created before deployment and bot made admin in all the channels
- Keep your API credentials and tokens secure
- Test the bot locally before deploying to production