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.
- Host: GitHub
- URL: https://github.com/neonwatty/youtube-thumbnail-downloader
- Owner: neonwatty
- Created: 2024-06-19T15:17:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-28T22:06:22.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:33:52.717Z (6 months ago)
- Topics: docker, python, self-hosted, streamlit, youtube
- Language: Python
- Homepage:
- Size: 387 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```