SkillAgentSearch skills...

Recorrente

Script that get all the information of a user public repos from the Github API and save it in an incremental CSV

Install / Use

/learn @3cpt/Recorrente
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

recorrente

Scheduled Build

A script that gathers information about a user public repositories. Best use is 1-time a day because it always gather the information about the last day (now - 1). You need to be the owner of the repositories to get the information about views and clones traffic.

installation

pip install -r requirements.txt

usage

usage: main.py [-h] [--fork] [--path PATH] token

positional arguments:
  token        github token

optional arguments:
  -h, --help   show this help message and exit
  --fork       include forks
  --path PATH  file path

github actions

Check this workflow. Executes the script and upload the csv to the repository.

license

MIT

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated2y ago
Forks0

Languages

Python

Security Score

75/100

Audited on Dec 5, 2023

No findings