Repository with weekly insights reports for the Github user personal repositories
This repository uses Github Actions and Ritchie CLI.
This repository will gather on the /reports
directory weekly reports with the following datas:
- Views π
- Uniques π
- Clones π₯
- Contributores π₯
- Forks π
- Stars βοΈ
- Watchers π₯
Reports will look like this one:
- Create a new repository (you can clone or fork this one)
git clone https://github.com/GuillaumeFalourd/repositories-reports.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)
- a secret
Note: You can also use Ritchie CLI to add new secrets to your repository