IDN-C-X / IDN-Subs-Count-UserBot

A Telegram user bot to count telegram channel subscriber or group member.

Home Page:https://IDN-C-X.github.io/IDN-Subs-Count-UserBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Subscriber Count Userbot

A Telegram user bot to count telegram channel subscriber or group member.

This tool is only for educational purpose.
You could be banned from Telegram. So be
careful.

Deploying

Deploy on Heroku

Deploy

Local Deploy

  • Clone this git repository.
git clone https://github.com/IDN-C-X/IDN-Subs-Count-UserBot
  • Change Directory
cd IDN-Subs-Count-UserBot
  • Install requirements with pip3
pip3 install -r requirements.txt

Configs (Envs)

  • BOT_TOKEN - Get it by contacting to BotFather
  • APP_ID - Get it by creating app on my.telegram.org
  • API_HASH - Get it by creating app on my.telegram.org
  • CHANNELS - List of channel/group usernames, seperated by space.
  • STRING_SESSION - Pyrogram string session. run genstring.py
  • MSG_ID - Message ID of COUNTS_EDIT_CHANNEL.
  • COUNTS_EDIT_CHANNEL - Username of channel/group to edit the subscriber count.

Deploy

python3 bot.py

Credits

Copyright & License

About

A Telegram user bot to count telegram channel subscriber or group member.

https://IDN-C-X.github.io/IDN-Subs-Count-UserBot

License:GNU General Public License v3.0


Languages

Language:Python 100.0%