Subscribe to YouTube RSS feeds and keep track of watched videos
Go to file
Pavle Portic 700a15be98
Add publish target to makefile
2022-10-30 12:08:51 +01:00
ytrssil Add api.py with functions to use as a python lib 2022-10-30 12:03:05 +01:00
.editorconfig Initial commit 2021-07-30 11:50:34 +02:00
.gitignore Initial commit 2021-07-30 11:50:34 +02:00
.mypy.ini Add dedicated fetch command instead of always checking 2021-11-19 19:48:09 +01:00
LICENSE Add license and readme for publishing 2021-08-01 17:15:06 +02:00
makefile Add publish target to makefile 2022-10-30 12:08:51 +01:00
readme.md Rewrite to use ytrssil API 2022-10-29 23:55:22 +02:00
requirements-dev.txt Rewrite to use ytrssil API 2022-10-29 23:55:22 +02:00
requirements.txt Rewrite to use ytrssil API 2022-10-29 23:55:22 +02:00
setup.py Add python 3.10 to list of versions 2022-10-30 00:13:52 +02:00

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"
}