Questions tagged [praw]

PRAW (Python Reddit API Wrapper) is a python package used to access and interact with the reddit API.

PRAW, short for Python Reddit API Wrapper, is a python package that allows for simple access to ’s API. PRAW aims to be as easy to use as possible and is designed to follow all of reddit’s API rules. You have to give a useragent that follows the rules, everything else is handled by PRAW so you needn’t worry about violating them.

617 questions
-4
votes
1 answer

After the Reddit update (>2 months ago) my bot will no longer run

Here is the error returned: /usr/lib/python3.2/platform.py:381: ResourceWarning: unclosed file <_io.TextIOWrapper name='/etc/lsb-release' mode='rU' encoding='UTF-8'> full_distribution_name=0) Version 2.1.15 of praw is outdated. Version 2.1.18…
theCowardlyFrench
  • 228
  • 1
  • 3
  • 11
-5
votes
1 answer

Why is my code not compiling

I am just learning Python and decided to write a really simple Python bot to reply on Reddit. On compiling I am getting the following error: File "C:\Python35\Scripts\RedditBot\Reddit.py", line 28 except attributeerror: ^…
Legend1989
  • 664
  • 3
  • 9
  • 23
1 2 3
41
42