- Install Google Chrome
- Install parser
Clone and build
git clone git@github.com:Filipponik/mangalib-parser.git
cd mangalib-parser
cargo build --release
cd target/release
Or you can just download latest release
./mangalib send-resource --url=https://example.com
./mangalib serve --port=12345 --browsers=16
After this, your app will be available at http://localhost:{APP_PORT}
POST /scrap-manga
{
"slug": "manga-slug",
"callback_url": "https://example.com"
}
./mangalib consume --url=amqp://guest:guest@localhost:5672 --browsers=16