Generating a report on GitHub python libraries usage
git clone https://github.com/format37/git_statistic.git
cd git_statistic
pip install -r requirements.txt
- Obtain your github api key Run:
python3 download.py
- Fill the categories list automatically using cat_retriever.ipynb script. You can define the cat_count if you need to decrease or increase the number of categories.
- Fill the enabled_categories.txt by categoruies that you need to enable by default in the report.
- Run:
python3 report.py
python3 timeline.py
md_report.py
Now you can publish or share your html reports. For example report.html file.