Crates.io | dot4ch |
lib.rs | dot4ch |
version | 3.0.0 |
source | src |
created_at | 2021-05-24 06:21:50.490542 |
updated_at | 2022-08-26 18:25:13.351617 |
description | Wrapper library around 4chan API |
homepage | |
repository | https://github.com/bltzxsd/dot4ch |
max_upload_size | |
id | 401318 |
size | 108,531 |
dot4ch is a convenient wrapper library around 4chan's API.
This library can fetch and update:
While respecting 4chan's:
If-Modified-Since
headers with update requests.Thread
, Catalog
and Board
update requests.There are plenlty of examples in the examples directory to get you started plus the I believe everything in the crate is documented.
You can run any example with
cargo run --example <example name>