This script demonstrates how to use ReactiveX to process a data stream asynchronously using it to retrive repositories information
- tornado
- pycurl
- rx (RxPy)
Tested on Python 3.5+
To use it is necessary to get a Github API TOKEN as explained in the following page: Creating a personal access Token
And then change the <TOKEN>
on the config.py file or define GITHUB_API_TOKEN
environment variable.
Run pip install -r requirements.txt to install the dependencies and run python server.py.
The app will be served at http://localhost:8080/