praze.net api endpoint
Find a file
2026-04-18 12:52:19 +01:00
.gitignore It’s on the server now 2026-04-03 17:21:38 +01:00
brainz.py Add some artist substitutions 2026-04-18 12:52:19 +01:00
favicon.png Add favicon 2026-04-18 11:20:31 +01:00
main.py Add some artist substitutions 2026-04-18 12:52:19 +01:00
README.org Reject webmentions from tre.praze.net 2026-04-11 17:13:08 +01:00

  • to test locally, needs apt packages python3-fastapi python3-pydantic python3-uvicorn
  • python3 -m uvicorn main:app --reload
  • Go to localhost:8000/docs to see routes
  • on the server, activate a venv and pip3 install fastapi uvicorn[standard] python-multipart