Skip to content
forked from praw-dev/praw

A fork of the official PRAW package to support the deprecated version 3.x

License

Notifications You must be signed in to change notification settings

michael-lazar/praw3

 
 

Repository files navigation

PRAW: The Python Reddit API Wrapper

travis-ci coveralls

This repository contains a fork of the PRAW library, with the intent of providing continued bug fixes and security updates for the (deprecated, but stable) PRAW version 3 branch. This fork was primarily created to support the RTV command line application.

This project is not intended to compete against the official PRAW library in any way. Anyone who is capable of doing so to should be using the latest official version of PRAW. Their documenation is hosted here.

Changes

This repository was forked on March 6, 2017 from PRAW v3.6.1. Since then, the following changes have been made:

  • Disabled and removed the update_checker project dependency
  • Switched from absolute imports to relative imports, in order to make it possible to bundle the praw/ directory inside of another project
  • Upped the requests version requirement to v2.4.0 (link)
  • Fix for new user profiles TypeError: subreddit_name must be a non-empty string (link)
  • Patch to remove the permalink field from the Comment JSON object (link)
  • Fixed several Multireddit functions when using OAuth (link)
  • Fixed a KeyError: 'ratelimit' error that was occuring because Reddit changed the format of its JSON response (link)
  • Added the ability to search subreddits for gilded posts and comments (link)

Installation

You can use pip to install directly from the repository:

pip install git+git://github.com/michael-lazar/praw3@master

Documentation

For now, the PRAW v3 documentation is still being hosted at http://praw.readthedocs.io/en/v3.6.1/

License

All of the code contained here is licensed by the GNU GPLv3.

About

A fork of the official PRAW package to support the deprecated version 3.x

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Shell 0.1%