Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/praw-dev/praw

PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.
https://github.com/praw-dev/praw

Rename content_id to fullname for consistency with reddit's API docs.

Also fix some of the docstrings to explain their return values.

a62591adc69f572f750f4d469748e4f1acc3d613 authored about 12 years ago
Rename Submission.get_info. Fix all but return errors in objects.py

* Static method Submission.get_info is now named Submission.from_url to avoid
confusion with t...

e430cb300d782bb8159eb81fa3ee9f54e08314ec authored about 12 years ago
Fix all pep257 errors in decorators, errors and helpers.

08f8495d749e166f3ca9551e1b279db85d85cddd authored about 12 years ago
Fix all pep257 errors in __init__.py.

3aad62e5d8ddbea6c470af8a70208d7c10b16b1c authored about 12 years ago
Remove deprecated functions. Fix and rename r.info(...)

* Removed deprecated compose_message function and test (use send_message)
* Removed deprecated g...

3bb80521be9d2cce94dfa910325bd32112ed854b authored about 12 years ago
Use bypass_cdn settings when testing on travis.

757b76e963cf0bdba1a6e15a76f96238f0305873 authored about 12 years ago
Complete image upload support. RC version bump.

Need to remove some "HACK" code once reddit returns a json reply.

a4f1c48d4b17c007d7b4f24e0609a61eddf96243 authored about 12 years ago
Initial support for adding subreddit images.

ca0133bfb896746d9af93bb9dac306358cd6ab84 authored about 12 years ago
Move tests into test module.

2881bb2174e66815fa7cfcbcd7b64086e862c3e4 authored about 12 years ago
Fix test_authorize_url test.

aee55af853996137ba60afdf63f8ed1df7540451 authored about 12 years ago
Add python 3.3 to travis.

a2f41ac8e4f30dee5c5de5a09bc6311a4a3d860b authored about 12 years ago
Fix pylint error. Add pep257 tool to lint.sh.

c7c562820ff363654a207a5182f34dbf84718103 authored about 12 years ago
Documentation and style fixes/improvements.

- param as_objects in request_json has been rephrased to keep it within
one line as the auto...

b8901c6defdd1827e5c2c26ee530b276acfbf2f5 authored about 12 years ago
More precisely the elusive {'error': 304} response.

cc5450f66cbf595470265016d7a2da0e9dd76cd5 authored about 12 years ago
Add build status to README.

40399cf37c55837301576386f8f2324a34ff6ee1 authored about 12 years ago
Add travis yml file.

6281c855e3e36f297a3d02e4d7996bf2774f1bef authored about 12 years ago
Refactor OAuth into a Reddit extension.

0386cdc71ddb6fb1d71e295087f9500e0add1a3e authored about 12 years ago
Make consistent the use of params and data.

Previously `url_data` was used for what is now called `params`. This is data
that is passed as p...

86043619c5b77efedea10966c64409f90c255866 authored about 12 years ago
Bump release candidate version for OAuth changes.

27d006d5199ae617774d02b2f50f57ec69d6e7bc authored about 12 years ago
Refactor OAuth2 handling code to remove rauth dependency.

89e31cb39cb0a66d4c79f7c8e235b2835b3f0d6a authored about 12 years ago
Add oauth_domain to reddit config.

39ca9126553d73e16f09bc5ed8d009bc8d5c6432 authored about 12 years ago
Add support for OAuth 2 refresh tokens.

e2ddebe33b06a5d1d861c5af0ca784044a6bbed2 authored about 12 years ago
Add support for OAuth 2 flow using the rauth library.

627915da10b09ee826de290a9325fd38e5c4a67b authored about 12 years ago
Add /api/v1/me to config.

3cd24af5ed0961894c066d5ab1a45e94096d808a authored about 12 years ago
Update README to mention reddit rules.

8ae8860326a86271a38c4ee62ce31206c99a96cf authored about 12 years ago
Lint fixes and RC version bump.

b5d4aeb29170d9376dfdc809f543b614fb4b3272 authored about 12 years ago
Move magic number output_chars_limit to praw.ini

The variable was previously called num__chars

4a090bde22f5c8d1a106c1af4a3cd160e724dc2f authored about 12 years ago
Minor documentation and code fixes.

567fb7d8c773129f278b791b232ef18198d91372 authored about 12 years ago
Add admin & special distinguishing

69a87e92539ac2df218d80f7343ba76b5a9ae5ab authored about 12 years ago
Evict listings after approve/remove submission

When a submission is approved/removed the listings in the cache
are no longer accurate and have ...

e5a21fa8f9aed3f314325316ff29df46441075c4 authored about 12 years ago
Add @require_moderator to approve / remove

Also make require_moderator work for non-Reddit objects

6c2a4a65155f06734bec2f26273e49962bcefc68 authored about 12 years ago
Add configure_flair

9450c363d9e7e74ea53ab1b3d476306a47a93baa authored about 12 years ago
Added additional exceptions and appropriate tests.

* Added new exceptions and at least one test for each exception.

* Renamed "BadCaptcha" and "No...

aff4e6eda7399f403a1411e048ef1f80fe6b654b authored about 12 years ago
Verified that python 3.1 works with requests.

97974ba245599fd4d37835a0c7ddebef12293d0c authored about 12 years ago
Release candidate version bump.

1103e4865ce1c86d252d185c1c0a085a86cf8252 authored about 12 years ago
Automatically pass local-only and reddit-only tests when not applicable.

0b7fb2f148983841f787d5c5941fde9bb42bbb66 authored about 12 years ago
Compare Redditor and Subreddit objects by name.

f9d0142527d39311710cdedfea4e51db69cb3262 authored about 12 years ago
Update init_test_environment script and add necessary error classes.

04419a9bb4397e6bd9c4d1c61febb09ef98b53b2 authored about 12 years ago
Update to requests 1.0.3 with some temporary hacks.

962ecee7ca802c6ff5d5bf939eede2d563e11d71 authored about 12 years ago
Provide release candidate version number for master branch.

42f8a8c0f9874b530305b505e91a0aa88aa2e448 authored about 12 years ago
Fix docstring that implies you can't message self

a04786ee44743a1b6f2d9f5ca4fe3189f52ca10f authored about 12 years ago
Renamed and move LoggedInExtension.get_saved_links

New name is get_saved. New location is LoggedInRedditorm
alongside the very similair functions g...

f48718e5915911b1831907dc902592159322b24d authored about 12 years ago
Fix comment_limit bug.

praw.ini specifies that all a negative value for comment_limit
cause PRAW to use the max for the...

6b4ae2fcedad665af1cd766bf8c15999a9206f2e authored about 12 years ago
Fix bug in Reportable evict

Reporting an object automatically hides it as well. So we have to
evict the hidden listing after...

7092498ee6236f62302264384de2fe01ded9059b authored about 12 years ago
Minor doc string correction.

50febf0a8de05aa41247aaf184a3f561eed28cb3 authored about 12 years ago
Add support for /r/random.

be23ae90c11c9df2e2133e078b97e8c140650430 authored about 12 years ago
Remove inaccurate dependency installation line in README.

994b83709809ecd5161ef8adfbc8bcb879ecf8ea authored about 12 years ago
Check for package updates by default.

76b1c21b685ab69351791df589dfd9ae2b3afa4c authored about 12 years ago
Use requests instead of urllib2. Remove compat module.

b410434f7f62c6c194c40698e2ae24c6aa8ec217 authored about 12 years ago
Fix cache-key inconsistency bug. Include username in the repr of Reddit objs.

Special thanks to Damgaard for discovering the cache-key bug.

9c70c436f3256e4e16f4a6de3789298e6f6f13ed authored about 12 years ago
Add is_username_available

d9acac715e0a3f5b109002a86b43133b0fcd54a8 authored about 12 years ago
Add (un)hide and testing for get_hidden.

Additionally, test_liked was renamed to test_get_liked and test_disliked
to test_get_disliked. T...

973c886f49c83b7a42525d8e171bb10f487328b2 authored about 12 years ago
Fix load_module error so python 3.3 works. Simplify login api path. Version bump.

1086a64357ddc82cf24812f86d4aa709a352553c authored about 12 years ago
Added my_contributions to LoggedInRedditor

6b9c800d5d66e1f488878470fcb04c3a34b3deae authored over 12 years ago
Added 2 cache tests

1c13a75dd4eab5e64deaabdf13e5c6501b294563 authored over 12 years ago
Merge and fix failing tests. Version bump.

7a7d8ce12bc828c6d91733e4bb46fc3c209a9779 authored over 12 years ago
Evict user voting listings after voting.

Only evicts the relevant voting listings. So liked will only
be updated if we either make an upv...

6a9a717c9cccd2354ec89a69b2644c0170ae3a20 authored over 12 years ago
Added non-equality to RedditContentObject

7517880e08e903125b76cc9626593c751b56489b authored over 12 years ago
Multiple minor code and documentation improvements.

* Made tests.py use the for.. else control flow.
* Alphabetically sorted methods.
* Set my_re...

c214eac0042c35d0a2ee67b77de9bafe9b13017b authored over 12 years ago
Lint fixes

a133f03b335bcaac73f21c2eb60ea71bb24eaa82 authored over 12 years ago
Make testing locally a bit simpler.

68330b78c8893c796183544c9ffb80bb844d1daf authored over 12 years ago
Lint fixes.

e681440cc9941ae3385af9db47cbd5a9fd86ddaf authored over 12 years ago
Support optional 'prev' id values. Version bump.

f9ee5cea6b362c736cf175e0d3760a8f2b25fc21 authored over 12 years ago
Added get_top. Update modhash whenver it is seen. Correct comment_limit behavior.

e130d7ee84d26ba139662b5278c0f91e3666ea21 authored over 12 years ago
Lint fixes for merge and version bump.

702748c5f91e269090132d8bd0cb6bd0a169d0e8 authored over 12 years ago
Allow a None value for os_config_path.

0f9b5bdba841d707e236bb8ed8df5ba4aa7806c2 authored over 12 years ago
pylint fixes and version bump for NSFW changes.

093cf2f6ad1f87a4a9514d3f305130010b6c939d authored over 12 years ago
Added (un)mark_as_NSFW

7cfb51450e61414b894118d8016f1fae51314bb8 authored over 12 years ago
Merge code cleanup changes. Version bump.

b9b795fbb96d8190630cd47e93ecd7858659e762 authored over 12 years ago
Fix test and lint issues with Refreshable merge.

77e3fffe9b1856236ddcd7d001dbcd856a4e1ea1 authored over 12 years ago
Use six_next rather than .next.

f52f113a39766c6323a71bab4fbfd7bb95c1e693 authored over 12 years ago
Temporary fix for set_stylesheet until prevstyle is optional.

07d4ab99f0447c17e5c60451817faf79e998d54e authored over 12 years ago
Add prevstyle to set_stylesheet requests

228a874c54bd46614d5c10f612e4ef59c4a018f4 authored over 12 years ago
Update set_settings to support the additional fields.

91b455d7e5818d3aae141243d3c81fdda151b516 authored over 12 years ago
Fix lint errors and restructure backports as compat.

726442e70c0f80b1d85b165dfcecd55a5d178f4c authored over 12 years ago
Added Refreshable object to allow clients to requery for latest values.

dff2955e0f079d9ad881d5a7f3313c7c3e41b9ae authored over 12 years ago
Added get_liked, get_disliked and get_hidden to LoggedInRedditor

78fcc8c9bcca7c470fc79bd69899f9e2903dbffd authored over 12 years ago
Code Cleanup.

* Removed bool_str
* Added limit_chars to __unicode__ in Submission.
* Moved magic numbers re...

cb21c1a6880943e0f8a0271331670a75dd3f0ed7 authored over 12 years ago
Reworked login to work with praw.ini.

The Docstring said that a user could modify praw.ini to allow for
automatic login. How to do tha...

40e56d3fb372af5b6edf08612ff280c733f3d680 authored over 12 years ago
Add additional fields to set_settings, and be more resilient to new fields on reddit's end.

8be279b990e6a7952ad29e997c32c78ccfed6279 authored over 12 years ago
Merge docstring improvments from Damgaard master.

In addition to excellent docstring improvements, Damgaard's changes brought
forth a rename of th...

90a78d2e71bcdfc1d5524650e1f747379bc386ff authored over 12 years ago
Merge branch 'master' of https://github.com/Damgaard/reddit_api into Damgaard-master

d70a45e31c0b6bfec51b494d08caa0710fec5487 authored over 12 years ago
Major documentation update after new guidelines.

See https://github.com/praw-dev/praw/issues/116
* Added module docstrings.
* Added docstrings ...

b2e7f91ecaeca30acc051974debf875aaa9a5bad authored over 12 years ago
Renamed compose_message to send_message.

d188592f3d41db375b13662ac209001c43caea22 authored over 12 years ago
Update incorrect comment.

46263fd4d4f9dcfd9c3be78ac8233ba432b128e6 authored over 12 years ago
Fix readthedocs to properly reference the PRAW package.

a0c637a92a8e979c8cd9dda9d2e54d485fd55334 authored over 12 years ago
Merge chizu changes with minor changes. Version bump.

1bcbcb569ec63b19b029018dfac43f3631bed16e authored over 12 years ago
Support getting the list of popular reddits.

e8fd1c0a2bfbdf7957b17718b238bbbd6a8f7a48 authored over 12 years ago
Fix spelling in 2 test function names

2e5cc0bf25aec32cda6c2703d2ef02e3b7cec8dd authored over 12 years ago
Merge with lint fixes, a test correction (prior issue) and version bump.

896943bea4a70449a330310975f6ea51f5e083d7 authored over 12 years ago
Merge pull request #115 from gbchaosmaster/iss114-docs-build-rc1

Fixed docs build

cd856b6a69aae09f927a6481b87e104c262abbd7 authored over 12 years ago
Fixed docs build

The directory containing the source code was named reddit, but has since
been renamed to praw. I...

78777c95d3c7dc0dbe9f59a7b33ab8f51f53168d authored over 12 years ago
*args, **kwargs, get_new, get_controversial, tests

Added after_field to Reddit.get_front_page

Changed after_field to url_data in Reddit.get_front_...

75e3803979951d7b968018ee212a7ba6a9958737 authored over 12 years ago
Merge pull request #112 from Damgaard/master

Added Python version and dependency information to README

1652f0307f848d7cecfb09ecbf8520874c10861d authored over 12 years ago
Python version and dependency added to README

92e159c451faed1c8be12ab4d039a95e6c7390e0 authored over 12 years ago
flair_list fetching no longer requires moderator nor user access.

6132d31c8f64944ec4e51bf4708f3a65d802fc1f authored over 12 years ago
Add test for comment.score property and version bump.

36c5d2a6eab67ca75440ee9af657ccb9ae4ed79c authored over 12 years ago
Added score to Comment class

250f4451a5e6a8949897979cd7fde9c36941f691 authored over 12 years ago
Update deploy script to no longer push to the bboe remote.

9883f0753065cc8722a05d10453ad02b477bedaf authored over 12 years ago
Lint fix and version bump.

9d72f1b46fd9ed006159edc53e5bc46b84963e83 authored over 12 years ago