Skip to content

galpressman/matrigram

Repository files navigation

matrigrammatrigram

Build Status Documentation Status

A bridge between matrix and telegram.

Installation

Clone the repository:

$ git clone https://github.com/GalPressman/matrigram.git
$ cd matrigram

Install dependencies using:

$ pip install -r requirements.txt

Usage

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...')

Documentation

The documentation is hosted on Read the Docs.

Comaptibility

matrigram works on python2.7.

We constantly update our matrix-python-sdk version, so requirements will probably change frequently to keep up.

Releases

No releases published

Packages

No packages published