feat: support feed generation

This commit is contained in:
cellarspoon
2022-01-05 13:39:01 +01:00
parent b1f2d52a68
commit f3b2b032de
5 changed files with 87 additions and 4 deletions

View File

@ -13,6 +13,8 @@ natural = "^0.2.0"
python-slugify = "^5.0.2"
requests = "^2.26.0"
peertube = {git = "https://framagit.org/framasoft/peertube/clients/python.git"}
feedparser = "^6.0.8"
bs4 = "^0.0.1"
[tool.poetry.dev-dependencies]
poetry2setup = "^1.0.0"
@ -24,3 +26,4 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
lumbunglib-cal = "lumbunglib.cloudcal:main"
lumbunglib-vid = "lumbunglib.video:main"
lumbunglib-feed = "lumbunglib.feed:main"