https://github.com/tom-the-bomb/akinator-rs
A simple wrapper for the unofficial Akinator API, written in rust
https://github.com/tom-the-bomb/akinator-rs
akinator crate rust
Last synced: about 2 months ago
JSON representation
A simple wrapper for the unofficial Akinator API, written in rust
- Host: GitHub
- URL: https://github.com/tom-the-bomb/akinator-rs
- Owner: Tom-the-Bomb
- License: mit
- Created: 2022-08-06T15:15:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T00:52:22.000Z (about 1 year ago)
- Last Synced: 2025-03-23T23:26:40.483Z (2 months ago)
- Topics: akinator, crate, rust
- Language: Rust
- Homepage: https://crates.io/crates/akinator-rs
- Size: 109 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akinator-rs
A simple crate wrapping around the undocumented akinator API,
based off of the preexisting [TypeScript](https://github.com/jgoralcz/aki-api) wrapper and also the python wrapper
which was deleted from github & pypi at the time of making (also what made me want to make my own)### Examples
- See [the tests](https://github.com/Tom-the-Bomb/akinator-rs/blob/master/tests/test_akinator.rs) for a full example.
- Visit the [documentation](https://docs.rs/akinator-rs/latest/akinator_rs/) for more info### Python bindings
python bindings made with [pyo3](https://pyo3.rs) can be found [here](https://github.com/Tom-the-Bomb/akinator.py)