want to create a Git Action scheduler that allows me to view the traffic for all of my repositories for a day or two weeks.
Is it not too inconvenient to have to go into the traffic for each repository to check?
I want to automate this process using API and Action scheduler.
The goal is to rank the repositories by daily changes, daily visitors and cloners, and compare the data from the past two weeks.
With this data, I can see which of my repositories are the most popular and also check the trend.
βββ README.md
βββ __pycache__
βββ data. -> data model
βββ main.py. -> main code
βββ module. -> service code
βββ poetry.lock. -> poetry dependency
βββ pyproject.toml
βββ pytest.ini. -> test env
βββ tests. -> test codes
βββ venv.
- fork
- In the settings, I will register a GitHub token under the name MY_TRAFFIC_TOKEN.
Enter IssueTab
- We have applied first-class collection to manage the state and behavior of
Repository
objects.