Skip to content

Instantly share code, notes, and snippets.

View karishay's full-sized avatar

Shannon Harrigan karishay

View GitHub Profile
@karishay
karishay / hmm.py
Created November 23, 2016 01:21
screencaps for pythonboarding bot
def something(stuff):
return stuff
@karishay
karishay / bot.yml
Last active July 29, 2016 00:23
Code Snippets for Build a Bot Demo
name: Easy Peasy Bot
description: A simple node.js bot
avatar: avatar.png
config:
- name: APIAI_TOKEN
friendly_name: API.ai token
info: This is an secret option
type: secret
default: not secret though
global: true
description "uWSGI server instance configured to serve project"
start on runlevel [2345]
stop on runlevel [!2345]
setuid ubuntu
setgid www-data
script
set -a