A bridge between matrix and telegram.
Clone the repository:
$ git clone https://github.com/GalPressman/matrigram.git
$ cd matrigram
Install dependencies using:
$ pip install -r requirements.txt
First fill ~/.matrigramconfig
with your details (similar to config.json.example
).
If the config file doesn't exist, matrigram will create one for you to fill.
Run using matrigram_main.py
, which will enter an infinite listening loop:
mg.message_loop(run_forever='-I- matrigram running...')
The documentation is hosted on Read the Docs.
matrigram works on python2.7.
We constantly update our matrix-python-sdk version, so requirements will probably change frequently to keep up.