Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 568 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 568 Bytes

pytgbridge

Telegram/IRC bridge

Uses pyTelegramBotAPI and python-irc.

How to

Create a bot on Telegram using @BotFather and make sure to disable message privacy using /setprivacy.

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