tundx0 / Telegram-mass-sender

A simple mass sender using the telethon API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram-mass-sender


A simple mass sender using the telethon API.

  • Goto my.telegram.org.
  • Login with your registered Telegram Phone Number.
  • Create an API.
  • Copy the telegram API_ID, API_HASH and Name.

Fill in the required variables in the .env file

pip install -r requirements.txt

python3 scraper.py

-To get the list of telegram groups.

python3 sender.py

  • Commences the mass sending

The delay function can be configured in the time.sleep() block of code.

About

A simple mass sender using the telethon API.

License:GNU General Public License v2.0


Languages

Language:Python 97.6%Language:Shell 2.4%