WIP: Add Twitter link previews for Discord with Nitter scraping and metadata injection
This commit is contained in:
parent
acf9f187f0
commit
8406db5283
6 changed files with 440 additions and 19 deletions
|
|
@ -6,9 +6,12 @@ readme = "README.md"
|
|||
authors = [{ name = "Joakim Hellsén", email = "tlovinator@gmail.com" }]
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"htpy>=26.5.1",
|
||||
"litestar>=2.24.0",
|
||||
"loguru>=0.7.3",
|
||||
"platformdirs>=4.11.1",
|
||||
"pydantic>=2.13.4",
|
||||
"selectolax>=0.4.11",
|
||||
"uvicorn>=0.52.1",
|
||||
"wreq>=0.12.1",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue