Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aashutoshrathi/git-stalk-cli
A CLI tool for keeping an eye on contributions of peers (Python Package)
https://github.com/aashutoshrathi/git-stalk-cli
contribution github pip python3
Last synced: about 2 months ago
JSON representation
A CLI tool for keeping an eye on contributions of peers (Python Package)
- Host: GitHub
- URL: https://github.com/aashutoshrathi/git-stalk-cli
- Owner: aashutoshrathi
- License: mit
- Created: 2018-05-25T11:57:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T05:46:00.000Z (over 3 years ago)
- Last Synced: 2024-10-11T09:15:38.396Z (2 months ago)
- Topics: contribution, github, pip, python3
- Language: Python
- Homepage: https://pypi.org/project/git-stalk/
- Size: 300 KB
- Stars: 43
- Watchers: 3
- Forks: 38
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
git-stalk-cli
A command line interface for checking your/peer's activity today.
## Installation
```sh
pip install git-stalk
```## Demo
![Demo Gif](./demo.gif)
## Limitations
Stalking too much might lead to "API Rate Limit Exceeded for your IP".
## Releasing new version
```sh
git checkout master
git fetch
git merge
tox
bumpversion minor --tag --commit
git push origin master --tags
```## Author
[Aashutosh Rathi](https://github.com/aashutoshrathi)
[](https://twitter.com/AashutoshRathi)
[](https://linkedin.com/in/aashutoshrathi)
[](https://www.facebook.com/aashutoshrathi)
[](https://www.paypal.me/AashutoshRathi)Made from scratch by Aashutosh Rathi