Metadata-Version: 2.1
Name: aliceplex-scrap
Version: 2.0.1
Summary: Scraper library for Plex
Home-page: https://gitlab.com/alice-plex/scrap
Author: Alice Plex
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aliceplex-serialize (<3.0.0,>=2.0.0)
Requires-Dist: aliceplex-schema (<4.0.0,>=3.0.2)
Requires-Dist: requests (<3.0.0,>=2.21.0)
Requires-Dist: beautifulsoup4 (<5.0.0,>=4.7.1)
Requires-Dist: selenium (<4.0.0,>=3.141.0)
Requires-Dist: html5lib (<2.0.0,>=1.0.1)
Requires-Dist: Pillow (<6.0.0,>=5.4.1)

# aliceplex-scrap

aliceplex-scrap is a scrapper library for Plex.

## Install

```bash
pip install aliceplex-scrap
```


