Skip to content

Instantly share code, notes, and snippets.

View DarwinLYang's full-sized avatar
🍍

Darwin Yang DarwinLYang

🍍
  • Google
  • Toronto, Canada
  • 10:45 (UTC -04:00)
View GitHub Profile
@DarwinLYang
DarwinLYang / naviWikiBot.go
Last active October 26, 2016 14:52
Navi's Wikipedia Bot
package main
import (
"fmt"
"strings"
"strconv"
"encoding/json"
"net/http"
"gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson"