Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flyingcakes85/fuse-yt
A bridge to exploring YouTube channels via your file manager. Written using python-fuse
https://github.com/flyingcakes85/fuse-yt
Last synced: 5 days ago
JSON representation
A bridge to exploring YouTube channels via your file manager. Written using python-fuse
- Host: GitHub
- URL: https://github.com/flyingcakes85/fuse-yt
- Owner: flyingcakes85
- Created: 2024-11-20T10:58:01.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-01T16:22:59.000Z (about 1 month ago)
- Last Synced: 2024-12-01T17:31:52.990Z (about 1 month ago)
- Language: Python
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://console.cloud.google.com). 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.
```sh
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.