Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piedcipher/jojo
:mag: :eyes: Utility to check last-visit of your CodeForces friends & much more, :rocket: powered by CodeForces API
https://github.com/piedcipher/jojo
cli-app codeforces codeforces-api command-line command-line-app dart dartlang
Last synced: about 1 month ago
JSON representation
:mag: :eyes: Utility to check last-visit of your CodeForces friends & much more, :rocket: powered by CodeForces API
- Host: GitHub
- URL: https://github.com/piedcipher/jojo
- Owner: piedcipher
- Created: 2019-09-24T17:48:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T17:29:48.000Z (over 4 years ago)
- Last Synced: 2024-10-08T14:21:56.077Z (about 1 month ago)
- Topics: cli-app, codeforces, codeforces-api, command-line, command-line-app, dart, dartlang
- Language: CMake
- Homepage:
- Size: 77.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JoJo
:mag: :eyes: CLI utility to check last-visit of your [CodeForces](https://codeforces.com) friends & much more, :rocket: powered by [CodeForces API](https://codeforces.com/apiHelp)
## Features
- [x] Online Friends
- [x] All Friends## Prerequisite
- [Dart SDK](https://dart.dev/get-dart)## Setup
1. Clone
```
$ mkdir JoJo && cd JoJo
$ git clone https://github.com/piedcipher/JoJo.git
$ pub get
```2. Add [API credentials](https://codeforces.com/settings/api) in [config.dart](https://github.com/piedcipher/JoJo/blob/master/lib/config.dart)
3. Run
```
$ dart2aot bin/main.dart bin/release.dart
$ dartaotruntime bin/release.dart -hJoJo is a CLI utility to check last-visit of your CodeForces friends & much more.
-o, --onlinefriends Shows Online Friends
-f, --friends Shows Friends
-h, --help Help
```## Dependencies
- [args](https://pub.dev/packages/args)
- [crypto](https://pub.dev/packages/crypto)
- [http](https://pub.dev/packages/http)## Credits
Created from templates made available by Stagehand under a BSD-style
[license](https://github.com/dart-lang/stagehand/blob/master/LICENSE).