-
I'm trying to run a Reddit bot on https://www.pythonanywhere.com. When I try to connect to Reddit, I get the following:
```
Traceback (most recent call last):
File "sns.py", line 154, in
r.log…
-
Let's say we have
```
r = praw.Reddit(user_agent='agent')
r.get_subreddit('afeiofnaierfn')
```
get_subreddit() creates a praw.objects.Subreddit object when in fact it should throw an InvalidSubreddi…
-
I have django-social-auth working with facebook and twitter ( and its great! thank you). I try with reddit and get:
KeyError at /complete/reddit ( http://i.imgur.com/vSze9DO.png )
...after authorizi…
-
Hi,
I searched for a while, but there doesn't seem to be a way to change your own user's flair, or your own submission's flair, when you are not moderator of the subreddit.
Here's what I'm trying to…
-
`````` python
Traceback (most recent call last):
File "bot.py", line 41, in
res = submit(api, title, link)
File "bot.py", line 32, in submit
return api.submit('MozillaTech', title, url=link…
-
/wiki/config/sidebar for example. `.may_revise` is `True` on all the pages that I tested. I am using the latest PRAW on python 3.2.
Traceback:
In [92]: sb = sub.get_wiki_page('testfolder/testpage'…
-
The reddit API (https://github.com/mellort/reddit_api) has been depreciated. It would be good to see Shreddit updated to support praw (https://github.com/praw-adev/praw)
-
I have tested a particular scrip I've written using praw no problem on my local machine and I wanted to automate it on one of my shared hosting servers on Dreamhost. I got python configured and went t…
-
Is there a PRAW method to request all submissions from reddit in a single request? Similar to what https://github.com/rhiever/reddit-analysis/blob/1af786b71ea7d6cf75ec98ee850581b90bf9503c/word_freqs.p…
-
It is my experience that the reddit api allows you to fetch up to 100 links in a single api request, but PRAW appears to only support 25 at a time. Is there a way too configure this, or is there a pos…