A Command Line Interface made in Python. It's simple tool that helps you to access Github API.
I used Python library Click
to make this application.
$ pip install gitlo
Use the gitlo user <username>
command to get information of user.
$ gitlo user siddharthshringi
Name: Siddharth Shringi, Repos: 16, Bio: Python Developer | ML Enthusiast
Use the gitlo repos <username>
command to get repository list.
$ gitlo repos siddharthshringi
blacksamsung.github.io
create-your-own-adventure
data
diary_of_programming_puzzles
django-rest-framework
Gitpy
hello-world
hello_world
markdown-here
my-first-blog
my-first-contact-app
recipes
reflections
siddharthshringi.github.io
Song-App
ThinkStats2
Use the gitlo languages <username> <reponame>
command to get language information in repository.
$ gitlo languages siddharthshringi Song-App
Python: 59.84%
HTML: 32.96%
CSS: 7.2%
MIT licensed. See the bundled LICENSE file for more details.