PRAW

Python Reddit API Wrapper
Download

PRAW Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Bryce Boe
  • Publisher web site:
  • https://github.com/praw-dev/

PRAW Tags


PRAW Description

PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that allows for simple access to reddit's API. PRAW aims to be as easy to use as possible. Here's a quick peek, getting the first 5 submissions from the 'hot' section of the 'opensource' subreddit.pythonimport prawr = praw.Reddit(user_agent='my_cool_application')submissions = r.get_subreddit('opensource').get_hot(limit=5)This will display something similar to the following:pythonInstallationYou can install via `pip` pip install prawOr via `easy_install` easy_install prawOr via `setup.py` # First download or checkout the code then run python setup.py installExamples and ConfigurationFor a number of simple code examples, details on PRAW's configuration files and links to projects which use this package see the wiki.Product's homepage


PRAW Related Software