https://github.com/insomnimus/rchan
A 4chan api wrapper and client for rust.
https://github.com/insomnimus/rchan
4chan api http rust
Last synced: 4 months ago
JSON representation
A 4chan api wrapper and client for rust.
- Host: GitHub
- URL: https://github.com/insomnimus/rchan
- Owner: insomnimus
- License: mit
- Created: 2021-08-16T21:15:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-24T08:49:32.000Z (over 1 year ago)
- Last Synced: 2025-05-02T10:22:56.441Z (8 months ago)
- Topics: 4chan, api, http, rust
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# rchan
This library is a [4chan JSON API][] wrapper.
# Features
- All methods are async.
- The JSON objects are normalized (and made sane!) so you don't have to deal with questionable API design.
- Lightweight, only dependencies are [reqwest][], [serde] and [serde_json][].
# Status
The core of the library works, more features to be added.
[4chan JSON API]: https://github.com/4chan/4chan-API
[reqwest]: https://crates.io/crates/reqwest
[serde]: https://crates.io/crates/serde
[serde_json]: https://crates.io/crates/serde_json