xSQL / social-api-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Social API sample

Requirements: Python 3.4+

How to Use

  1. Clone repo

  2. Create & activate virtualenv

$ pyvenv venv
$ . venv/bin/activate
  1. Install requirements
(venv)$ pip install -r requirements.txt
  1. Migrate db
(venv)$ python src/manage.py migrate
  1. Run server
(venv)$ python src/manage.py runserver
  1. Test with bot (optional)
(venv)$ python bot/start.py

About


Languages

Language:Python 100.0%