SkillAgentSearch skills...

RxGithubSearcher

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

Install / Use

/learn @valerybriz/RxGithubSearcher
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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/

View on GitHub
GitHub Stars20
CategoryDevelopment
Updated1y ago
Forks6

Languages

Python

Security Score

75/100

Audited on Jul 20, 2024

No findings