Subscribe to YouTube RSS feeds and keep track of watched videos
Go to file
Pavle Portic 7fc29fb5f4
Fix imports
2022-10-30 00:05:42 +02:00
ytrssil Fix imports 2022-10-30 00:05:42 +02: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 Rewrite to use ytrssil API 2022-10-29 23:55:22 +02: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 Use git tag info for wheel versioning 2021-08-06 00:11:59 +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"
}