Skip to content

You can fork this project to get weekly insights reports for your personal repositories ⏱ πŸ“‹ :octocat:

License

Notifications You must be signed in to change notification settings

GuillaumeFalourd/repositories-reports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

repositories-reports

1 - Reports Generator

2 - Alternative Reports Generator

Title

Repository with weekly insights reports for the Github user personal repositories

This repository uses Github Actions and Ritchie CLI.

Sample of generated reports

This repository will gather on the /reports directory weekly reports with the following datas:

πŸ•΅οΈ Insights from last 14 days

  • Views πŸ‘€
  • Uniques πŸ‘
  • Clones πŸ“₯

πŸ•΅οΈ Insights from the moment the automation is executed

  • Contributores πŸ‘₯
  • Forks πŸ”€
  • Stars ⭐️
  • Watchers πŸŽ₯

Reports will look like this one:

Sample

♻️ Want to get your repo-reports?

  • Create a new repository (you can clone or fork this one)
git clone https://github.com/GuillaumeFalourd/linkedin-jobs-by-city-reports-automation.git
  • Add 2 secrets on the new repository (here is a reference):
    • a secret ACCESS_TOKEN (you can create one here)
    • a secret USERNAME_CREDENTIAL with your Github User account (GuillaumeFalourd in my case)

Note: You can also use Ritchie CLI to add new secrets to your repository