https://github.com/hacker1024/inspirobot_cli
A tool to download images from InspiroBot.
https://github.com/hacker1024/inspirobot_cli
dart dart2 dartlang inspirobot
Last synced: 8 months ago
JSON representation
A tool to download images from InspiroBot.
- Host: GitHub
- URL: https://github.com/hacker1024/inspirobot_cli
- Owner: hacker1024
- Created: 2021-03-14T00:47:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-14T00:48:51.000Z (over 5 years ago)
- Last Synced: 2025-05-18T00:06:28.004Z (about 1 year ago)
- Topics: dart, dart2, dartlang, inspirobot
- Language: Dart
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# InspiroBot CLI
A tool to download images from [InspiroBot].
## About
InspiroBot CLI can download images from [InspiroBot], using multiple
connections at once to reduce latency.
It is written in Dart, using [`package:inspirobot`](https://pub.dev/packages/inspirobot).
## Usage
```
Usage: inspirobot_cli [arguments]
-h, --help Show usage information.
-v, --version Show version information.
-c, --count= The number of images to download.
(defaults to "1")
-j, --threads= The number of download threads to use.
(defaults to "32")
--christmas Download christmas-related images.
```
## Building
InspiroBot CLI is written in Dart. The [Dart SDK](https://dart.dev/get-dart) is
required for compilation.
```shell
$ dart pub get
$ dart compile exe bin/inspirobot_cli.dart -o
```
[InspiroBot]: https://inspirobot.me