Skip to content

Instantly share code, notes, and snippets.

View LeoMcA's full-sized avatar

Leo McArdle LeoMcA

View GitHub Profile
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDIIQJUqmRuG802d3Y9Q8Vgyo++1cYy3dg1SmVY/j3KGEoYuCO16ZHesdkV0F051N2uO3H1LkgUr4yswk6vMEnLrujpqB5qYLHJZQeY6hNY0yo2XV/iA9i1BZ9VFUiUZFhyBAnfiPTjwLed6roELuZpTm9MwlRAW5FRhm3Stdzh9JMlZUwMjZ+XPV6VswLOHoouB41AM7c9NX5S88cVAuuQ6vZWy6pXUg3ifWOkBL7zLyoYOFsqg+b/1YrKNf3yUp7bOYaV7RLBPAzccyEH+txzsfWYZ8Slb/I8J1gsR8Rx29qVHtzIL5dKMXc0E/LKEzFZPEZrK4Bqun3MjrtdWOr9 Leo McArdle's Key

Keybase proof

I hereby claim:

  • I am leomca on github.
  • I am leomca (https://keybase.io/leomca) on keybase.
  • I have a public key whose fingerprint is 1B72 E53E D247 15CB 841C 0F36 8262 8336 20A6 4C3F

To claim this, I am signing this object:

@LeoMcA
LeoMcA / app.js
Last active August 29, 2015 13:56
Code behind @severnbot on Twitter
var request = require('request');
var cheerio = require('cheerio');
var twit = require('twit');
var t = new twit({
consumer_key: ''
, consumer_secret: ''
, access_token: ''
, access_token_secret: ''
});
<!doctype>
<html>
<head>
<meta charset="utf8">
<title>Lotto!</title>
<style>
input {
width: 50px;
}