Skip to content

sfan5/pytgbridge

Repository files navigation

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