Skip to content

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

License

Notifications You must be signed in to change notification settings

valerybriz/RxGithubSearcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published