It is a web where you can see every day or every moment a quote about one or several topics. Daily quotes API: https://zenquotes.io/keywords. Translate API test: https://platform.openai.com/ Translate API: https://nlp-translation.p.rapidapi.com/v1/translate
gcloud app deploy
pip install -r requirements.txt
flask run
pip install -r requirements-tests.txt
./check_app.sh
or
coverage run -m pytest -v && coverage html --omit=*/venv/*,*/tests/*
ENV_PRO=N
LEVEL_LOG=["DEBUG", "INFO", "WARNING", "ERROR"]
OPENAI_API_KEY=
# NLP API
API_URL_TRANSLATE="https://nlp-translation.p.rapidapi.com/v1/translate"
API_KEY=
# Quotes API
API_URL_QUOTES="https://zenquotes.io/api/random"
1.2.0 New API translation 1.1.0 Including spanish translation 1.0.1 Including tests 1.0.0 Application
- ChatGPT (https://platform.openai.com/)
- NLP Translation (https://rapidapi.com/gofitech/api/nlp-translation/)