Skip to main content

Manga browser/downloader.

Project description

tankobon

logo

What?

tankobon is a website scraper specifically geared towards downloading pictures from websites, i.e comics/mangas.

tankobon is based around bootstraps, which are normal Python scripts that defines how to extract the image links from a webpage. These links are outputted in a standardised format as JSON (see the tankobon/schema.py file), called the index. Bootstrap scripts are stored in bootstraps/, and index files are stored in bootstraps/INDEX.zip.

Bootstrap names should be a valid Python identifier. (This is important!)

Depends

  • python - At least version 3.6.
  • requests - Downloader.
  • bs4 - Powerful HTML parser.

Install

python(3) -m pip install tankobon

Build

All my python projects now use flit to build and publish. To build, do flit build.

License

MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tankobon-2.0.0a2.tar.gz (701.6 kB view hashes)

Uploaded Source

Built Distribution

tankobon-2.0.0a2-py3-none-any.whl (354.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page