Skip to content

A little helper that makes creating compilation of contributions for Quasarian in Action easier

Notifications You must be signed in to change notification settings

yusufkandemir/quasarian-in-action-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quasarian in Action Helper

This helper is aimed to be used for Quasarian in Action weekly. It parses issues and PRs, outputs the result.

Usage

You can run the executable directly

./bin/parse-issues

or with some options

./bin/parse-issues --days=5

to see the help page

./bin/parse-issues --help

Increase Github API rate limit (Optional)

This projects consumes Github API. Github applies rate limiting. The limit is 60 requests per hours for unauthenticated users. You can follow the instructions below to increase this limit to 5000 requests per hour.

  • Create an access token by following this guide. You don't need to set any scopes to process only the public repos.
  • Create .env file by duplicating the .env.example (cp .env.example .env)
  • Set the value of ACCESS_TOKEN to the access token that you generated following the guide

About

A little helper that makes creating compilation of contributions for Quasarian in Action easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published