/Welive-WC2018

WC2018 livescore chatbot

Primary LanguageJavaScript

WELIVE

WC2018 livescore chatbot

Screenshots

Livescore Schedule

Build

It is best to use the python virtualenv tool to build locally:

$ virtualenv venv -p python3
$ source venv/bin/activate
$ cd t4w
$ pip install -r requirements.txt
$ Setup DB connection and SECRET_KEY in .env
$ source .env
$ python manage.py migrate
$ python manage.py runserver

Then visit http://localhost:8000 to enjoy the app.