GitHub webhooks for a URL by default only fire on repo pushes. There appears to be no way in the web UI to set up webhooks for other events. And so we go to the API. I prefer to do this type of thing with Hurl.
{
"name": "web",
"active": true,
levels: | |
- form: $x. | |
num: I | |
- form: $x. | |
num: A | |
- form: ($x) | |
num: 1 |
# Jie Bao, 2013-07-16 | |
# [email protected] | |
# simple Naive Bayes classifier | |
import nltk | |
from nltk.corpus import movie_reviews | |
import random | |
import os | |
import json |
GitHub webhooks for a URL by default only fire on repo pushes. There appears to be no way in the web UI to set up webhooks for other events. And so we go to the API. I prefer to do this type of thing with Hurl.
{
"name": "web",
"active": true,
.DS_Store | |
*.log | |
Gemfile.lock |