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
shell
cargo run --example <example name>