Application to link Tinder accounts to AdsPower via Telegram.
- AdsPower profile creation
- Proxy configuration
- Tinder token management
- Telegram interface for control
npm installYou need to create one Telegram bots using @BotFather:
- Listener Bot: Used to read and process messages from the channel
This is necessary because a Telegram bot cannot read its own messages (Telegram API limitation).
To create the bot:
- Open Telegram and search for @BotFather
- Send
/newbotcommand - Follow the instructions to create the bot
- Save the bot tokens provided by BotFather
Create a .env file with:
# Telegram Bot Configuration
BOT_TOKEN=your_listener_bot_token
CHANNEL_ID=your_channel_id
# Processing Configuration
CHECK_INTERVAL=10000 # Message check interval in milliseconds
QUEUE_CHECK_INTERVAL=10000 # Queue processing interval in milliseconds
MAX_CONCURRENT_PROCESSES=5 # Maximum number of concurrent profile creations# Install dependencies
npm install
# Start the application
npm startThe application will:
- Monitor the Telegram channel for new messages (The bot doesn't read old messages, only new ones after it has been started)
- Validate message format and required fields
- Queue and process messages with random delays
- Create AdsPower profiles automatically
- Configure proxies for each profile
- Inject Tinder tokens and device information