A cool API to retrieve random videogame quotes
import requests
request = requests.get("http://localhost:8000/quotes")
content = request.json()
print(content["quote"]) # 'FINISH HIM!'
print(content["game"]) # 'Mortal Kombat'
(Find more ideas in
/examples
!)
Videogame Quotes API is now being hosted! Check the docs and test the endpoints here.
Note: Python 3.9 or higher is recommended.
$ git clone https://github.com/Batucho/Videogame-Quotes-API
$ pip install -r requirements.txt
$ python src/__main__.py
localhost:8000
or
127.0.0.1:8000
.Feel free to contribute by opening an issue or pull request!
This project is for educational purposes only. The maintainers and contributors of this project claim no ownership or credit for the quotes listed.
Quotes have been retrieved from the following sources: