https://github.com/sfan5/pytgbridge
better than teleirc
https://github.com/sfan5/pytgbridge
bridge irc telegram
Last synced: 12 months ago
JSON representation
better than teleirc
- Host: GitHub
- URL: https://github.com/sfan5/pytgbridge
- Owner: sfan5
- Created: 2016-10-16T14:27:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T16:31:31.000Z (over 1 year ago)
- Last Synced: 2025-05-06T21:03:40.956Z (about 1 year ago)
- Topics: bridge, irc, telegram
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`