dalfast / pytgbridge

Better than teleirc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytgbridge

Telegram/IRC bridge

You'll need pyTelegramBotAPI and python-irc.

How to

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

$ pip3 install -r requirements.txt
$ cp conf.json.example config.json
Edit config.json with your favorite text editor.
$ ./pytgbridge

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

$ ./pytgbridge -q -D

About

Better than teleirc


Languages

Language:Python 100.0%