Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 963 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 963 Bytes

Dialogflow trivia game webhook

Codacy Badge Codacy Badge CircleCI

Run

Executing the server locally

export GOOGLE_APPLICATION_CREDENTIALS='CREDS_FILE' KEY='KEY_SHEET' SHEET_CREDENTIALS_FILE='SPREADHEET_CREDENTIALS_FILE'

pipenv run python3 main.py

Tests

pipenv run python3 -m pytest tests/ --cov=. --disable-warnings