IgorPerikov / mighty-watcher

Open source made easier
https://itnext.io/open-source-made-easier-aab8aebd849f
MIT License
47 stars 7 forks source link
github-api kotlin open-source-community open-source-tooling

Codacy grade Codecov Travis (.org) GitHub Docker Pulls

Mighty Watcher

Finds issues available for contributing, based on repositories you starred

Table of contents

Search criteria

How to use

name description required default behaviour
TOKEN GitHub API access token :heavy_check_mark:
INCLUDE Comma-separated language names(in lower case) to be included, nb only main language counts :heavy_multiplication_x: include all languages
DAYS Days since last issue update to be included :heavy_multiplication_x: 90
PARALLELISM Parallelism level for fetching data from github, more details below :heavy_multiplication_x: 10
EXCLUDE Comma-separated repositories to be excluded from search, following $repo/$name template, e.g. IgorPerikov/mighty-watcher :heavy_multiplication_x: none will be excluded

Privacy policy

I do not track a thing about you. Your api token in absolute safety - you can check this by codebase or by tcpdumping the outcome traffic - application will communicate only with github api server via https. The only thing I can see is amount of docker image pulls (not runs!), it is provided by docker hub

Lacking starred repositories?

Limitations

Github rate limiting

Github lets you make up to 5000 API calls per hour and I am limiting amount of processed repositories to 1000. So if you have more than 1000 starred repositories you should split requests by 1 language via INCLUDE variable to fit into limits. If you have more than that or still hitting some limits - please contact me, I haven't thought about it thoroughly.

Api abuse detection

PARALLELISM variable defines amount of threads to use to fetch data from Github. If you're hitting some limits, set lower amount and try again in a few minutes. You can increase this value too if no error occurs to get results faster, but chances are high that you will trigger api abuse mechanisms. I warned you :warning:

Contribution

How to build

Kotlin style guide is predefined Kotlin style guide from Intellij Idea settings.

Unit testing

E2E testing

Issues labeling

Roadmap

Contact me

For general feedback please proceed to the feedback issue. If something doesn't work as expected or you have a feature request - don't hesitate to create new issue