telematrix/README.md

29 lines
825 B
Markdown
Raw Normal View History

2016-09-26 02:30:15 +02:00
# telematrix
2016-11-14 11:14:36 +01:00
A bridge between Telegram and [Matrix](http://matrix.org/). Currently under development — this project isn't considered to be in a usable state right now.
2016-09-26 11:34:46 +02:00
## Installation
### Dependencies
First, create a virtualenv and activate it:
```bash
virtualenv venv -p $(which python3)
. venv/bin/activate
```
Then install the requirements using pip:
```bash
pip install -r requirements.txt
```
### Configuration
TODO
2016-09-26 11:34:46 +02:00
## Contributions
Want to help? Awesome! This bridge still needs a lot of work, so any help is welcome.
2016-11-14 11:14:36 +01:00
A great start is reporting bugs — if you find it doesn't work like it's supposed to, do submit an issue on Github. Or, if you're a programmer (which you probably are, considering you are on this website), feel free to try to fix it yourself. Just make sure Pylint approves of your code!