Subscribe to YouTube RSS feeds and keep track of watched videos
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Pavle Portic 700a15be98
Add publish target to makefile
5 months ago
ytrssil Add api.py with functions to use as a python lib 5 months ago
.editorconfig Initial commit 2 years ago
.gitignore Initial commit 2 years ago
.mypy.ini Add dedicated fetch command instead of always checking 1 year ago
LICENSE Add license and readme for publishing 2 years ago
makefile Add publish target to makefile 5 months ago
readme.md Rewrite to use ytrssil API 5 months ago
requirements-dev.txt Rewrite to use ytrssil API 5 months ago
requirements.txt Rewrite to use ytrssil API 5 months ago
setup.py Add python 3.10 to list of versions 5 months ago

readme.md

YouTube RSS manager

This is a simple CLI to manage YouTube subscriptions through RSS feeds and watch new videos using mpv.

Configuration

It looks for a configuration in $XDG_CONFIG_HOME/ytrssil/config.json (~/.config/ by default).

Example:

{
    "username": "username",
    "password": "password",
    "api_url": "https://example.com",
    "max_resolution": "1080"
}