I hereby claim:
- I am thepengwin on github.
- I am thepengwin (https://keybase.io/thepengwin) on keybase.
- I have a public key ASBhXGKsbI7glRkkU--5D2RX7B3EL_hb2qHsaIXMMo8WLQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
/** | |
* FreshBot | |
* | |
* Needs Discord.js | |
* npm install discord.js | |
* | |
* uses a config file called config.json in the same folder for auth | |
* Example config.json | |
{ | |
"auth": { |
// ==UserScript== | |
// @name autoSpurdo | |
// @description Convert text on every page into spurdo | |
// @namespace installgen2 | |
// @include * | |
// @version 4 | |
// @grant none | |
// ==/UserScript== | |
walk(document.body); | |
function walk(node) |
<?php | |
//snapchat lib from here | |
//https://github.com/dstelljes/php-snapchat/blob/master/src/snapchat.php | |
include ('lib/snapchat.php'); | |
include ('config.php'); | |
$snapchat = new Snapchat(); | |
$snapchat->login(SNAPCHAT_USER,SNAPCHAT_PASSWORD); | |
$replypayload = null; |
<?php | |
/* | |
* Installation: | |
* require_once("extensions/MantisIntegration/MantisIntegration.php"); in LocalSettings.php | |
* update $mantisDBSERVER, $mantisDBUSER, $mantisDBUSERPW, $mantisDBNAME, $mantis_home | |
* Usage: | |
* <mantis>#bugid</mantis> | |
* | |
* @version 0.2 schke 2008-10-31 | |
* -change data input from php implode of bugsite to direct database access |