Coming soon - Get a detailed view of why an account is flagged as spam!
view details

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

1
Best pip module to use for pulling a random image from a subreddit ?
Post Flair (click to view more posts with a particular flair)
Post Body

Currently using RedditReader and looks like its quite clunky and crashes my bot sometimes.

Here is my code.

from RedditReader import Subreddit

if '!reddit' in user_message.lower():
try:
meme = Subreddit('memes')
meme.get_random()
url = meme.url
title = meme.title
await message.channel.send(url)
except:
print("Something did the stank leg")

Comments

When I did this, personally I learned to use APIs and did it myself instead of using a wrapper. It's cool to learn and you won't need something to do it for you if you're up to it. I know this doesn't directly answer your question, just here to provide you with another option

Author
User Disabled User Suspended
Account Strength
0%
Disabled 2 months ago
Suspended 2 months ago
Account Age
n/a
Verified Email
No
Verified Flair
No
Total Karma
31
Link Karma
n/a
Comment Karma
n/a
Profile updated: 2 days ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
2 years ago