aashutoshrathi / git-stalk-cli

A CLI tool for keeping an eye on contributions of peers (Python Package)
https://pypi.org/project/git-stalk/
MIT License
43 stars 38 forks source link

Return a dictionary response on calling function #10

Open aashutoshrathi opened 6 years ago

aashutoshrathi commented 6 years ago

Instead of printing the tables directly, also provide a JSON like response which can be used later on other bots/apps.

athulp01 commented 6 years ago

I am interested in doing this.

aashutoshrathi commented 6 years ago

Go ahead. @athulpn

athulp01 commented 6 years ago

Is it enough to add dictionary return statement to funtions get_contributions(), get_other_activity(), get_stars().

athulp01 commented 6 years ago

Aren't these information available via gtihub API?

aashutoshrathi commented 6 years ago

This is not available directly.

sayanmondal2098 commented 6 years ago

Can this solve this problem ?

dreuse commented 6 years ago

Any updates on this? I'd like to contribute if no one it's working on it.