Metadata-Version: 2.0
Name: pyFloatplane
Version: 1.1.3
Summary: Unofficial REST-Client bindings for Floatplane.com
Home-page: https://git.dark-it.net/stappert/pyFloatpane
Author: Sammy8806
Author-email: mail@sammy8806.de
License: MIT
Keywords: floatplane floatplanemedia rest-client linustechtips linusmedia videos
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.5
Requires-Dist: requests
Requires-Dist: python-dateutil

# pyFloatplane

pyFloatplane is a Python3 REST-Client for [Floatplane.com](https://floatplane.com) and is considered **UNOFFICIAL**.

Some use-cases for the library are:

* Video downloads
* Image grabbing
* Comment interaction
* Pull-based Video notifications

The example `download.py` can list your subscriptions and show the last _n_ videos with their respective comments.

## Guidance steps

### Config

The `lmg-forums` element in the config is considered **deprecated** and isn't needed anymore.
It was used for the forum-based VideoUrl-Endpoint.

### PipEnv

You can use **pipenv**
Example commands:

```bash
pipenv --three install
pipenv run python download.py
```


