An open API service indexing awesome lists of open source software.

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

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.