https://github.com/nezutero/waifu4me
CLI tool that allows you to interact with the waifu.pics API from the comfort of your terminal
https://github.com/nezutero/waifu4me
anime anime-api anime-cli anime-girls anime-pictures cli cli-app rust rust-cli rust-cli-apps rust-lang waifu waifu-pics waifu4you
Last synced: about 1 month ago
JSON representation
CLI tool that allows you to interact with the waifu.pics API from the comfort of your terminal
- Host: GitHub
- URL: https://github.com/nezutero/waifu4me
- Owner: nezutero
- License: mit
- Created: 2023-11-27T00:41:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-01T08:19:01.000Z (3 months ago)
- Last Synced: 2025-04-07T15:06:53.033Z (about 2 months ago)
- Topics: anime, anime-api, anime-cli, anime-girls, anime-pictures, cli, cli-app, rust, rust-cli, rust-cli-apps, rust-lang, waifu, waifu-pics, waifu4you
- Language: Rust
- Homepage: https://crates.io/crates/waifu4me
- Size: 75.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# waifu4me - find waifu for you (nsfw/sfw)
> A CLI tool that allows you to interact with the waifu.pics API from the comfort of your terminal.
## Installation
- Install the waifu4me CLI
```sh
cargo install waifu4me
```- Verify the Installation
```sh
waifu4me --version
```## Usage
```rust
USAGE:
waifu4me [OPTIONS] --category --type --manyFLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-c, --category Specify the category of the waifu to fetch.
-> [possible values: For SFW:, waifu, nekoshinobu, megumin, bully, cuddle, cry, hug,
awoo, kiss, lick, pat, smug, yeet, blush, smile, wave, highfive, handhold, nom, bite,
glomp, bonk, slap, kill, kick, happy, wink, poke, dance, cringe,
For NSFW:, waifu, neko, trap, blowjob]
-m, --many Specify the amount of waifus to fetch (true for many).
-> [default: false] [possible values: true, false]
-t, --type Specify the type of the content to fetch.
-> [possible values: sfw, nsfw]
```## Contributing
- Pull requests are welcome, for major changes, please open an issue first to
discuss what you would like to change.- Please make sure to update tests as appropriate.
## License
- [MIT](./LICENSE)