Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

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

Resources

Stars

20 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages