Skip to content

Instantly share code, notes, and snippets.

View wgeorgecook's full-sized avatar

William George Cook wgeorgecook

  • USA
View GitHub Profile
# Facebook facing library
from fbchat import Client
from fbchat.models import *
from settings import FACEBOOK_SETTINGS
class facebookface(object):
class Equipment:
pass
class Weapon(Equipment):
def __init__(self, damage):
self.damage = damage
class Armour(Equipment):
def __init__(self, defence):
self.defence = defence
@wgeorgecook
wgeorgecook / main.go
Created July 2, 2020 06:15
Creates an HTTP server that listens on port :8000 for routes matching "/hello/{person}". If it matches the route, returns json {"hello": {person}}. If not, returns an error.
package main
import (
"encoding/json"
"fmt"
"github.com/gorilla/mux"
"log"
"net/http"
"os"
"os/signal"
@wgeorgecook
wgeorgecook / template.txt
Last active July 13, 2023 12:36
EthicsPoint Bedaquiline Template
We did it!
https://twitter.com/johngreen/status/1679458253292417024?s=20