https://github.com/athemathmo/wit-highlight
The wit.ai bot logic for highlight
https://github.com/athemathmo/wit-highlight
Last synced: 12 months ago
JSON representation
The wit.ai bot logic for highlight
- Host: GitHub
- URL: https://github.com/athemathmo/wit-highlight
- Owner: AtheMathmo
- Created: 2016-07-02T04:03:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T04:03:53.000Z (almost 10 years ago)
- Last Synced: 2025-01-07T22:40:56.790Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is the [highlight](https://github.com/faethonm/highlight) [wit.ai](https://wit.ai) bot logic.
# SETUP
1. Clone this repo.
2. Install the requirements with `pip install -r requirements.txt`. It is a good idea to use a [virtualenv](https://virtualenv.pypa.io/en/stable/) for this step. *(Note: At time of writing pip doesn't have v4.0.0. Download and [install from source](https://github.com/wit-ai/pywit#install))*
3. Get the app token from wit ai, and run the program with `python highlight.py `
# TODO
- Keep the logic in `highlight.py` but move the executable code in a new `debug.py`.
- Integrate actual highlight API.