Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piedcipher/gitrat
:rat: Gitrat (Github-Traitors) is a CLI utility to track GitHub (un)followers.
https://github.com/piedcipher/gitrat
dart dart2 dartlang github github-api
Last synced: 15 days ago
JSON representation
:rat: Gitrat (Github-Traitors) is a CLI utility to track GitHub (un)followers.
- Host: GitHub
- URL: https://github.com/piedcipher/gitrat
- Owner: piedcipher
- License: mit
- Created: 2019-03-30T16:50:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T06:57:34.000Z (about 5 years ago)
- Last Synced: 2024-12-13T06:32:58.379Z (16 days ago)
- Topics: dart, dart2, dartlang, github, github-api
- Language: Dart
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitrat :rat:
Gitrat (**Git**hub-T**ra**i**t**ors) is a CLI utility to track GitHub (un)followers.## Prerequisite
- [Dart](https://www.dartlang.org/)## Setup
1. Cloning Repository
```
$ git clone https://github.com/piedcipher/gitrat
```2. Getting Dependencies
```
$ cd gitrat/ && pub get
```3. Running App
```
$ dart2aot bin/main.dart bin/release.dart
$ dartaotruntime bin/release.dart
```## Todo
- [ ] Tracking follower-change with git
- [ ] Comparing stats by date
- [ ] Custom options - CLI flags
- [x] Username
- [ ] History
- [ ] Tweet rats
- [ ] Help
## Credits
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).