Displays the clone statistics of my (yours) GitHub repositories. Repositories are also visualized in a graph
- clone this repo
https://github.com/rizitis/CloneViz.git
pip install requests matplotlib
- create a hidden file
.token.txt
and write in your personal github token - edit
fetch_clone_data.py
and replace my github user namerizitis
with yours.
python3 fetch_clone_data.py
python3 visualize_clones.py
You now have 2 outputs.
- clone_stats.json
- the plot graph
Use it as you like ;)