Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sfan5/pytgbridge

better than teleirc
https://github.com/sfan5/pytgbridge

bridge irc telegram

Last synced: 12 days ago
JSON representation

better than teleirc

Awesome Lists containing this project

README

        

pytgbridge
==========

Telegram/IRC bridge

Uses [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI) and [python-irc](https://github.com/jaraco/irc).

### How to
Create a bot on Telegram using [@BotFather](https://t.me/BotFather) and make sure to **disable** message privacy using `/setprivacy`.

```bash
pip3 install -e .
cp conf.json.example config.json
# Edit config.json with your favorite text editor
python3 -m pytgbridge
```

If you want to run it in background either use screen/tmux or the daemon functionality:

`$ python3 -m pytgbridge -q -D`