python library used to interact with multporn.net via python


Keywords
nsfw, pornography, python, python-library, rule34, rule34-downloader, scraping-websites
License
LGPL-3.0
Install
pip install multporn==1.3.6

Documentation

Python multporn scraper

Pip Package Codacy Badge

multporn is a Python library used to interact with multporn.net (NSFW) via python.

Documentation

Installation

Use the package manager pip to install the latest release of multporn.

pip install multporn

Usage

from multporn import Multporn

comic = Multporn("https://multporn.net/comics/between_friends")

# Between Friends
print(comic)

 # ['Best', 'Blowjob', 'Cunnilingus', 'Lolicon', 'Oral sex', 'Stockings', 'Straight', 'Straight Shota', 'Virgin']
print(comic.tags)

# Downloads the comic to /Comics/Between Friends/
comic.downloadContent()

Also see MCD-CLI as an implementation example

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPL V3.0