sharkpp / web-fetch-bot

web content fetch bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web-fetch-bot

A tool for downloading books on the web.

To use it, you need a recipe that suits your target.

usage

$ git clone https://github.com/sharkpp/web-fetch-bot.git web-fetch-bot
$ cd web-fetch-bot
$ pip install -r src/requirements.lock
$ python src/main.py https://example.net/donquijote/episode/15
$ ls
don quijote vol.15/

directory tree

/
+-- src/
+-- tools/
+-- recipes/
      +-- pages/
      +-- series/

About

web content fetch bot


Languages

Language:Python 91.9%Language:Shell 8.1%