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: 4 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T06:57:34.000Z (over 6 years ago)
- Last Synced: 2025-09-12T00:39:06.175Z (4 months ago)
- Topics: dart, dart2, dartlang, github, github-api
- Language: Dart
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- 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).