Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhint/GroupChannelHandler
This is a telegram bot. It does not allow channels to send messages to the telegram supergroup.
https://github.com/abhint/GroupChannelHandler
heroku pytelegrambotapi python3 telegram telegram-bot
Last synced: 3 months ago
JSON representation
This is a telegram bot. It does not allow channels to send messages to the telegram supergroup.
- Host: GitHub
- URL: https://github.com/abhint/GroupChannelHandler
- Owner: abhint
- License: mit
- Created: 2021-12-18T13:35:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T13:55:01.000Z (almost 3 years ago)
- Last Synced: 2024-06-28T17:42:59.346Z (4 months ago)
- Topics: heroku, pytelegrambotapi, python3, telegram, telegram-bot
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
#
Channel Message Handler
## Getting started- **Installation**
```shell
$ git clone https://github.com/AbhijithNT/GroupChannelHandler.git
```
- **Change directory**
```shell
$ cd ChannelMessageHandler
```
- **Virtual Environment** `Optional`
```shell
$ pip install virtualenv
$ virtualenv venv
$ source venv/bin/activate
```
- **Install dependencies**
```shell
$ pip install -r requirements.txt
```
- **Run the Bot**
```shell
$ python bot.py
```
- **Require environment variables**
> Follow the links
1. `BOT_TOKEN` [BotFather](https://telegram.me/BotFather)## Heroku Deploy
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
## Built With
- [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI/) - Python Telegram bot api
## ContributingPlease read [CONTRIBUTING.md](https://github.com/AbhijithNT/GroupChannelHandler/blob/main/CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.
## Authors
- **[Abhijith N T](https://github.com/AbhijithNT)** - _Initial work_See also the list of [contributors](https://github.com/AbhijithNT/GroupChannelHandler/contributors) who participated in this project.
## Telegram Channel
Join the [News channel](https://telegram.me/AbhijithNT). Here we will post releases and updates.## License
The GroupChannelHandler is licensed under the [MIT](https://github.com/AbhijithNT/GroupChannelHandler/blob/main/LICENSE) license.