Owner03 / force-subscribe-telegram-bot

A Telegram bot to force members to join a specific channel before sending messages in a group.

Home Page:https://t.me/forcesubscribebot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

A Telegram Bot to force users to join a specific channel before sending messages in a group.

Todo

  • Add multiple channels support
  • Configure different groups with different channels
  • Clean messages after completion
  • LOGGER support.

Deploy to Heroku

Deploy

Installation

  • Clone this repo
git clone https://github.com/viperadnan-git/force-subscribe-telegram-bot
  • Change directory
cd force-subscribe-telegram-bot
  • Install requirements
pip3 install -r requirements.txt

Configuration

Add APP_ID, API_HASH, BOT_TOKEN in Config.py or in Environment Variables.

Deploying

  • Run bot.py
python3 bot.py

Original Repo Owner👇

https://github.com/jijinr All Thanks to this person for his amazing work🙏.

Thanks to

About

A Telegram bot to force members to join a specific channel before sending messages in a group.

https://t.me/forcesubscribebot

License:GNU General Public License v3.0


Languages

Language:Python 99.8%Language:Procfile 0.2%