Metadata-Version: 2.1
Name: Multporn
Version: 0.0.1
Summary: python library used to interact with multporn.net via python
Home-page: https://github.com/pypa/sampleproject
Author: pyporn-san
Author-email: pypornsan@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pathvalidate (==2.3.0)
Requires-Dist: certifi (==2020.6.20)
Requires-Dist: requests (==2.24.0)
Requires-Dist: beautifulsoup4 (==4.9.3)

![Pip Package](https://github.com/pyporn-san/MPdownloader/workflows/Upload%20Python%20Package/badge.svg)
# python multporn scraper

multporn is a Python library used to interact with [multporn](https://multporn.net/) via python.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install multporn.

```bash
pip install multporn
```

## Usage

```python
from multporn import Multporn

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

print(comic) # Between Friends
print(comic.tags) # ['Best', 'Blowjob', 'Cunnilingus', 'Lolicon', 'Oral sex', 'Stockings', 'Straight', 'Straight Shota', 'Virgin']
comic.downloadImages() # Downloads the comic to /comic/Between Friends/
```

## 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](https://choosealicense.com/licenses/gpl-3.0/)


