Skip to content

Instantly share code, notes, and snippets.

@ktechmidas
Last active February 8, 2018 17:50
Show Gist options
  • Save ktechmidas/01d403925067a22f7b1e1913ee4e9059 to your computer and use it in GitHub Desktop.
Save ktechmidas/01d403925067a22f7b1e1913ee4e9059 to your computer and use it in GitHub Desktop.
import praw
import sys
import prawcore
from decimal import *
import argparse
import random
from utils import utils
import datetime
utils = utils()
reddit = utils.connect_to_reddit()
try:
u = reddit.redditor('ktecjjjhmidas')
print('ok')
except:
print('that user doesnt exist')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment