All Projects → IgorPerikov → mighty-watcher

IgorPerikov / mighty-watcher

Licence: MIT License
Open source made easier

Programming Languages

kotlin
9241 projects
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to mighty-watcher

social-preview
Generate a stylish meta (social media) preview for your own GitHub repository. A different image is generated for every repository. Use your Github-assigned language colors too!
Stars: ✭ 64 (+45.45%)
Mutual labels:  github-api
GitHubSearch
GitHub iOS client with minimum third-party dependencies.
Stars: ✭ 34 (-22.73%)
Mutual labels:  github-api
twgitbot
A node.js bot that checks a github repo changes and tweets it to your Twitter account
Stars: ✭ 10 (-77.27%)
Mutual labels:  github-api
gh-search
GitHub code search with full text regex filtering, from your cli.
Stars: ✭ 22 (-50%)
Mutual labels:  github-api
GitHub-Stalker
track your GitHub statistics with Pandas
Stars: ✭ 31 (-29.55%)
Mutual labels:  github-api
meet-the-fans
Query and Visualize the network graph of your GitHub repositories, followers, stargazers, and forks.
Stars: ✭ 22 (-50%)
Mutual labels:  github-api
geet
Command line interface for performing Git hosting service operations
Stars: ✭ 14 (-68.18%)
Mutual labels:  github-api
Track-Stargazers
Have fun tracking your project's stargazers
Stars: ✭ 38 (-13.64%)
Mutual labels:  github-api
getmein-web
Portal to get an invite to IIITV GitHub organization
Stars: ✭ 26 (-40.91%)
Mutual labels:  github-api
glare
gracefully download (latest) releases from GitHub
Stars: ✭ 64 (+45.45%)
Mutual labels:  github-api
devhub
TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them
Stars: ✭ 8,064 (+18227.27%)
Mutual labels:  github-api
Gitzilla
A resume builder for your GitHub profile.
Stars: ✭ 60 (+36.36%)
Mutual labels:  github-api
quick-add-github-issue-browser-extension
Quickly add GitHub issues direct from a browser button
Stars: ✭ 14 (-68.18%)
Mutual labels:  github-api
simple-php-github-api
a simple php github api
Stars: ✭ 13 (-70.45%)
Mutual labels:  github-api
travis-activate
Activates Travis-CI builds for all repos in a given GitHub project
Stars: ✭ 20 (-54.55%)
Mutual labels:  github-api
re-data
re_data - fix data issues before your users & CEO would discover them 😊
Stars: ✭ 955 (+2070.45%)
Mutual labels:  open-source-tooling
Explorer-for-GitHub
📱An iOS app that lets you explore repositories on GitHub
Stars: ✭ 14 (-68.18%)
Mutual labels:  github-api
vue-blog
使用 Vue 和 Github Issues 搭建的 SPA Blog
Stars: ✭ 18 (-59.09%)
Mutual labels:  github-api
github-trending-plus
✨ Experimental Github trending UI
Stars: ✭ 61 (+38.64%)
Mutual labels:  github-api
commit-comment
A GitHub action to create a comment for a commit on GitHub
Stars: ✭ 62 (+40.91%)
Mutual labels:  github-api

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

  • Non-assigned
  • Open
  • Was updated less than N days ago(configurable, see how-to)
  • Labeled as help wanted or similar, all labels can be found here
  • Starred by account, which issued API access token. If you are lacking starred repositories, there are some advices here

How to use

  • Install Docker
  • Obtain github API access token. You could generate it by going to your GitHub personal access tokens page. Mighty Watcher requires no scopes. I'd recommend you to put API token in env variable (e.g. MIGHTY_WATCHER_GITHUB_TOKEN) rather than passing it around everytime.
  • Set environment variables in docker run command:
name description required default behaviour
TOKEN GitHub API access token ✔️
INCLUDE Comma-separated language names(in lower case) to be included, nb only main language counts ✖️ include all languages
DAYS Days since last issue update to be included ✖️ 90
PARALLELISM Parallelism level for fetching data from github, more details below ✖️ 10
EXCLUDE Comma-separated repositories to be excluded from search, following $repo/$name template, e.g. IgorPerikov/mighty-watcher ✖️ none will be excluded
  • Launch Docker container from terminal:
  docker pull igorperikov/mighty-watcher:latest
  docker run -e TOKEN=$MIGHTY_WATCHER_GITHUB_TOKEN --rm igorperikov/mighty-watcher:latest

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 ⚠️

Contribution

How to build

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

Unit testing

  • ./gradlew clean test

E2E testing

  • Build new docker image locally docker build -t igorperikov/mighty-watcher:local .
  • Launch it via docker command

Issues labeling

  • Contribute your own labels, if list misses any
  • Put labels on issues in your repositories if you want to get some help
  • Spread the word!

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].