manibharathytu / telegram-marketing

Automated message sending, group adding bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

telegram-marketing

Initial configuration steps:

  1. Install python from https://www.python.org/downloads/
  2. Run setup.bat
  3. Get your API ID and API HASH from https://my.telegram.org/auth?to=apps
  4. Fill those API_ID and API_HASH in settings.py file
  5. Send API_ID to me and I will send you the trial LICENSE_KEY. Fill it in settings.py file
  6. One time initial configuration done

Running the bot :

  1. Configure in settings.py file
  2. Hit start.bat
  3. Enter your phone number and then Verification code
  4. Sit back and let the bot do the job

Features :

  1. Bot can send bulk messages
  2. Bot can add people from one group to other

Note :

  1. Adding feature will work only if the account given is in both source and target group
  2. Your account will be blocked if many people report you of spamming. Keep that in mind while broadcasting
  3. Use wait time accordingly so that telegram won't block you for spamming/flooding/exceeding rate limit.
  4. Check the link for rate limits. https://core.telegram.org/bots/faq#my-bot-is-hitting-limits-how-do-i-avoid-this

About

Automated message sending, group adding bot


Languages

Language:Python 97.4%Language:Batchfile 2.6%