Last active
February 8, 2018 17:50
-
-
Save ktechmidas/01d403925067a22f7b1e1913ee4e9059 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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