2 releases

0.1.1 Jul 6, 2022
0.1.0 Jul 1, 2022

#6 in #image-board

24 downloads per month

Custom license and GPL-3.0+

26KB
505 lines

iv

imageboard parser library

usage

use iv::boards::{dvach::Dvach, fourchan::Fourchan, ImageBoard};

static BOARD: &str = "b";

fn main() {
    // getting 2ch.hk and 4chan.org /b/ last thread
    println!("{:?}", Dvach.get_last_thread(BOARD.to_owned()));
    println!("{:?}", Fourchan.get_last_thread(BOARD.to_owned()));
}

Dependencies

~8–23MB
~358K SLoC