2024-12-01 21:52:19 +05:30
2024-11-20 18:11:06 +05:30
2024-12-01 21:52:19 +05:30

fuse-yt

A python script to let browse YouTube channels via your file manager.

Usage

Copy .env.example to .env and set the variables:

  • Get your YouTube API keys form Google Cloud Console. Add it to .env
  • Also set a cache directory for thumbnails to .env

Now simply run the script with an argument for folder where to mount the filesystem.

mkdir YouTube
python yt.py YouTube

Inside the folder yt, you can create folder and give it a name same as the id of the channel you wish to browse. Once you've done this, inside the folder you'll see the fifty most recent videos from the channel.

S
Description
A bridge to explore YouTube channels via your file manager. Written using python-fuse
Readme 39 KiB
Languages
Python 100%