Skip to content

Instantly share code, notes, and snippets.

View jreese802's full-sized avatar
🛠️
Solving today's problems with tomorrow's problems

John Reese jreese802

🛠️
Solving today's problems with tomorrow's problems
  • SmartBear Software
  • Memphis, TN
View GitHub Profile
var request = require('request');
// simple network tests for YoonFong Lee
request.get('http://www.ask.com', function (err) {
if (err) {
console.log("error connecting to ask.com");
console.error(err);
return;
}
console.log("connected to ask.com");
### Keybase proof
I hereby claim:
* I am jreese802 on github.
* I am johnreese (https://keybase.io/johnreese) on keybase.
* I have a public key ASDnrf6cdeiIKTho7EEJdr_9Nl0mm8nmEXb0n2lTBpufVAo
To claim this, I am signing this object:
import requests
from urllib import quote_plus
browser_list_name = quote_plus("browser list name")
from_account = {
'email' : '',
'authkey' : ''
}