Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 1.53 KB

File metadata and controls

67 lines (46 loc) · 1.53 KB

Tinder Account Linker

Application to link Tinder accounts to AdsPower via Telegram.

Features

  • AdsPower profile creation
  • Proxy configuration
  • Tinder token management
  • Telegram interface for control

Installation

npm install

Configuration

Telegram Bot Setup

You need to create one Telegram bots using @BotFather:

  1. 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:

  1. Open Telegram and search for @BotFather
  2. Send /newbot command
  3. Follow the instructions to create the bot
  4. Save the bot tokens provided by BotFather

Environment Variables

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

Usage

# Install dependencies
npm install

# Start the application
npm start

The 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