Giter Site home page Giter Site logo

mighty-watcher's Introduction

mighty-watcher

This utility helps to find issues available for contributing, based on repositories you starred

It will search for issues that are:

  • non-assigned
  • open
  • created less than 1 year ago
  • labeled as help wanted or similar, all labels can be found here
  • starred by account, which issued api access token

Prerequisites:

  • docker installed
  • github api access token, generate it by going to Settings -> Developer Settings -> Personal access tokens -> Generate new token. 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.

How to use:

  • There are 3 environment variables you should know about:
    • TOKEN - plain api access token, the only required parameter to pass
    • INCLUDE - comma-separated language names to be included(only main language of repository counts), if none passed - include all
    • EXCLUDE - comma-separated repository names to be fully excluded from analysis in form $owner/$name, e.g. IgorPerikov/mighty-watcher
  • Launch docker container from terminal: docker pull igorperikov/mighty-watcher:latest && docker run -e "TOKEN=$MIGHTY_WATCHER_GITHUB_TOKEN" -e "INCLUDE=java,kotlin,go" -e "EXCLUDE=IgorPerikov/mighty-watcher" --network host --rm igorperikov/mighty-watcher:latest

Example:

NB: In this example I intentionally made it to look only 20 days in the past, so output can fit 1 screen ๐Ÿ˜„

Rate limiting:

Github lets you make up to 5000 api calls per hour, so you're fine as long as you have less than ~1500 starred repositories that match your INCLUDE/EXCLUDE parameters. Let me know if that's a problem for you.

Contribution:

  • please mark issues in your repositories if you are willing to get some help
  • contribute your own labels, if the list misses any

mighty-watcher's People

Contributors

igorperikov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.