An open API service indexing awesome lists of open source software.

https://github.com/neonwatty/youtube-thumbnail-downloader

A simple app for downloading YouTube thumbnails. Built to self-host with Python and Streamlit. Free and open source.
https://github.com/neonwatty/youtube-thumbnail-downloader

docker python self-hosted streamlit youtube

Last synced: 6 months ago
JSON representation

A simple app for downloading YouTube thumbnails. Built to self-host with Python and Streamlit. Free and open source.

Awesome Lists containing this project

README

          

# youtube_thumbnail_downloader

A simple python app that allows that lets you painlessly download youtube thumbnails.

To run the app install the associated `requirements.txt` and run

```python
python -m streamlit run youtube_thumbnail_downloader/app.py
```