TopRepoVisualiser script
This python script was written for simple purpose -- to visualise top-rated GitHub repositories in a barchart by keyword. Script generates html-page with barchart and information about repository owner, description, create date and update date.
Installation: pip install requests, plotly
Help:
usage: TopRepoVisualiser.py [-h] -k KEYWORD [-s] [-l LIMIT] [-o OUTPUT]
This script creating barchart with the most popular Git repositories found by
keyword
optional arguments:
-h, --help show this help message and exit
-k KEYWORD, --keyword KEYWORD
Keyword that you would like to search
-s, --show show list with repositories info
-l LIMIT, --limit LIMIT
Searching result limit (default: 30)
-o OUTPUT, --output OUTPUT
output list with repo and urls into provided file
Usage example: python TopRepoVisualiser.py --keyword anime --limit 10