multporn is a Python library used to interact with multporn.net (NSFW) via python.
Use the package manager pip to install the latest release of multporn.
pip install multporn
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
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.