dot4ch

Crates.iodot4ch
lib.rsdot4ch
version4.0.2
created_at2021-05-24 06:21:50.490542+00
updated_at2024-12-15 14:49:42.067002+00
descriptionWrapper library around 4chan API
homepage
repositoryhttps://github.com/dot4ch-rs/dot4ch
max_upload_size
id401318
size131,238
(dot4ch-rs)

documentation

README

dot4ch

dot4ch is a convenient wrapper library around an imageboard's API.

This library can fetch and update:

  • Threads
  • Boards
  • Catalogs

While respecting:

  • GET 1 second-per-request cooldown.
  • If-Modified-Since headers with update requests.
  • 10 seconds per thread update rate limits.

Getting Started

Examples can be found in the examples directory.

You can run any example with

cargo run --example <example name>

MSRV

Rust MSRV: 1.70.1 Edition: 2021

Commit count: 162

cargo fmt