Attack on Titan Quotes API
A port over version of https://github.com/thestuti/aot-api from JavaScript to Python
Setup
Setting up the API for use:
git clone https://github.com/thenishantsapkota/aot-api-py
cd aot-api-py
poetry shell
poetry install
# Run the migration script the first time
python -m migrations
uvicorn aot_quotes.main:app --reload
Contributing
Add lines in /seed/data.txt
to suggest more AOT Quotes and create a Pull Request.