Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sfan5/pytgbridge
- Owner: sfan5
- Created: 2016-10-16T14:27:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T21:11:03.000Z (6 months ago)
- Last Synced: 2024-12-03T16:15:52.656Z (21 days ago)
- Topics: bridge, irc, telegram
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 14
- Watchers: 3
- 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`