Skip to content

Instantly share code, notes, and snippets.

@lospheris
lospheris / RedditCrypto.py
Created May 5, 2013 14:26
My attempt at working with the Reddit API
import requests
import time
import json
import urllib
import os
class RedditCrypto:
def __init__(self):
self.username = ""