feat: pull posts from mastodon

This commit is contained in:
2022-01-10 15:07:04 +01:00
parent f3b2b032de
commit 77d72745ab
5 changed files with 165 additions and 54 deletions

View File

@ -15,6 +15,7 @@ requests = "^2.26.0"
peertube = {git = "https://framagit.org/framasoft/peertube/clients/python.git"}
feedparser = "^6.0.8"
bs4 = "^0.0.1"
"Mastodon.py" = "^1.5.1"
[tool.poetry.dev-dependencies]
poetry2setup = "^1.0.0"
@ -27,3 +28,4 @@ build-backend = "poetry.core.masonry.api"
lumbunglib-cal = "lumbunglib.cloudcal:main"
lumbunglib-vid = "lumbunglib.video:main"
lumbunglib-feed = "lumbunglib.feed:main"
lumbunglib-hash = "lumbunglib.hashtag:main"