Metadata-Version: 2.1
Name: b-roller
Version: 0.1.4
Summary: Download resources from several sources across the web
License: MIT
Author: Antonio Feregrino
Author-email: antonio.feregrino@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: ffmpeg-python (>=0.2.0,<0.3.0)
Requires-Dist: python-slugify
Requires-Dist: pytube
Requires-Dist: requests
Requires-Dist: typer
Description-Content-Type: text/markdown

# ADW (asset downloader)

## Supported sources

### YouTube

Support to download both audio and video through *PyTube*.

### Unsplash

Uses the [Unsplash API](https://unsplash.com/developers).
You need to set your *Unsplash Access key* as the value of the `ADW_UNSPLASH_API_KEY` environment variable.

### Giphy 

Uses the [Giphy API](https://developers.giphy.com/). 
You need to set your *Giphy API key* as the value of the `ADW_GIPY_API_KEY` environment variable.

### Iconfinder

Uses the [Iconfinder API](https://developer.iconfinder.com/reference/overview-1).
You need to set your *Iconfinder API key* as the value of the `ADW_ICONFINDER_API_KEY` environment variable.

### Pexels 

Uses the [Pexels API](https://www.pexels.com/api/).
You need to set your *Pexels API key* as the value of the `ADW_PEXELS_API_KEY` environment variable.

### Pixabay

Uses the [Pixabay API](https://pixabay.com/service/about/api/).
You need to set your *Pixabay API key* as the value of the `ADW_PIXABAY_API_KEY` environment variable.

