Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.93 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.93 KB

Getting Started

Required Environment variables:

REN_TOKEN = token

Optional Environment Variables, used for testing non-production as r.ren is hardcoded:

REN_REMOTE=https://test-env.domain.com

REN_VERIFY_SSL=False

Ubuntu1404

$ export REN_TOKEN=1234
$ git clone https://github.com/renisac/turbo-telegram.git
$ pip install -e turbo-telegram

Client Examples

$ ren --users sfinlon
$ ren --members 'Indiana University'

Getting Involved

There are many ways to get involved with the project. If you have a new and exciting feature, or even a simple bugfix, simply fork the repo, create some simple test cases, generate a pull-request and give yourself credit!

If you've never worked on a GitHub project, this is a good piece for getting started.

Development

Some of the tools we use:

Some useful books:

COPYRIGHT AND LICENCE

Copyright (C) 2016 the REN-ISAC

Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPLv3). For details see the files COPYING included with the distribution.