Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
typedef struct _car {
char model[20];
char brand[20];
int year;
long worth;
@awhit012
awhit012 / gist:089a54b09a53ee389827
Created July 16, 2015 01:31
spirit_of_mckenna.py
import praw, time, csv, random, itertools, requests
BOT = 'spirit_of_mckenna'
PASSWORD = "" #not actual password
KEYWORD = "mckenna"
SLEEP_MESSAGE = "Sleeping for 12 hours..."
BY_LINE = " -Terence McKenna"
USER_AGENT = "When people reference McKenna, I provide a quote of his, /u/spirit_of_mckenna"
SUBREDDITS = [ 'test',
'psychonaut',