forked from ruangrupa/konfluks
feat: pull posts from mastodon
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user