Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

This is a telegram bot. It does not allow channels to send messages to the telegram supergroup.

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

## Contributing

Please 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.