Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 681 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 681 Bytes

RxGithubSearcher

This script demonstrates how to use ReactiveX to process a data stream asynchronously using it to retrive repositories information

Requiers

  • tornado
  • pycurl
  • rx (RxPy)

Tested on Python 3.5+

Usage

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/