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

Verify that stdin has 'closed' attribute.

f93ccfa4c1499e2992f376b3b68b695431def6d1 authored over 11 years ago
Initialize _random_count in the proper class.

7bc4c4d7d824c6826c78c13e9d70cfb371924af4 authored over 11 years ago
get_random_submission actually returns unique results with each call.

6fe6bfc6b634e1ac5e2e0c457d350898b4be5484 authored over 11 years ago
Add get_random_submission.

d218c75a63592849413221ba5fb973ff972469b2 authored over 11 years ago
Deploy 2.1.2.

0bfb3cd17480f301b68b1f868740d37b259ed495 authored over 11 years ago
Support fetching submission listings for domains.

See ``get_domain_listing``.

Resolves issue #219.

b96744b3b1af7242677279638b32f47d57d19de4 authored over 11 years ago
Attempt to debug comment_stream assertion that failed once after millions of comments.

d9c28f9fa90f5194cfca3e96a648f13e3572a47f authored over 11 years ago
comment_stream now yields comments in the proper order

Comments are yielded oldest to newest, rather than newest to oldest in groups
that are ordered o...

1c959abf18f350e313b379a655e49e9f05ee4092 authored over 11 years ago
Avoid occasionally processing duplicates in comment_stream.

c9cd6325105b2d7bf34b667bf5c01fe989f43994 authored over 11 years ago
Version bump to 2.1.1.

db50eaae170e40914a30c5b9d7aedb37459cf322 authored over 11 years ago
Fix bug in comment_stream with multireddits.

001e058de21d9794fef08282029de6a94d0f2fa3 authored over 11 years ago
Add helpers.comment_stream.

c3a95b2f5d0a2c5029b981636f88adf3a4189d5f authored over 11 years ago
Add comment_score_hide_mins to set_settings.

02bc90a3a747432f7909fc5204e9536fea336821 authored over 11 years ago
Actually utilize the exclude_banned_modqueue setting in set_settings.

4de20f3bb67d1ebb931aafe9b22ec1161f881fbc authored over 11 years ago
Don't cache requests that result in exceptions.

5775732fa2162012b301573249de45f7a3c474f8 authored over 11 years ago
Update tests to reflect deprecation changes.

Also update WikiTests and `get_submissions` test to work both on reddit and
locally.

99807c1c065564a2f088672d85b55bcceee9b817 authored over 11 years ago
In `get_flair` compare lowercase form of usernames.

Also add new settings options to `set_settings` to prevent warnings when using
`update_settings`.

3e538ed779cd8d6b83e6924e0e88c36b3f0b41fd authored over 11 years ago
Update place_holder docstring resolving #218.

f774618c53d9489b88517ef24bf63f156039016e authored over 11 years ago
2.1.0 is released. Add reference for TODO item.

79b808392e6e6aec43e2263bc5e21815be65da55 authored almost 12 years ago
Update changelog and release 2.1.0.

527e0fec7be6575f0f469dedc5f01644d7a348a3 authored almost 12 years ago
Make Timeout exception pickleable and return boolean on evict.

Functions passed through to the multiprocess server via `_relay` must return
some value other th...

ff099797a5eec1afcafd3a2577ca53ee408b8bbb authored almost 12 years ago
Correct spelling mistakes in the docs.

215555d1540785cdba340ee60779bc904fbdcd25 authored almost 12 years ago
Add multiprocessing documenation.

Additionally provide command line argument parsing to `praw-multiprocess`.

d2e97054d94863b895985d427dd18184610496f2 authored almost 12 years ago
Split helper.py into helper.py and internal.py

From now on helper.py will contain helper functions intended
to be used by client programs and i...

9e7a0a02f81d574f64ce6dd3559c2cb5857dde3a authored almost 12 years ago
Extend MultiprocessHandler error handling.

Actually raise exceptions "returned" from the multiprocess server.

The MultiprocessHandler will...

c5ce7b8d2af2530e0e184f5a2c072f26c28f528f authored almost 12 years ago
Fix lint warnings and handle unpickle error in multiprocess server.

10d59f52d3ed2a87c7bcf855f5b24f93dd8d5a78 authored almost 12 years ago
Delay overwriting request.url until just prior to calling prepare.

This is necessary to avoid request.url being set to `None` when a request
results in an HTTP exc...

d57e7113c0872678b9d44de7ec9309b5610e58a0 authored almost 12 years ago
Add some error handling to the multiprocess server.

9bf6ebe298dcd31749931ed0bd2baff8da9d19ce authored almost 12 years ago
Caching support is now thread safe.

Additionally the multiprocess server now takes advantage of the cache.

cad4ac88a9ae489e3a96cc8217c993815ecf2d74 authored almost 12 years ago
Forgot to disable automatic redirect handling during refactor.

e002f5b806694d3b70307d84193cf92d18b36238 authored almost 12 years ago
Add oauth headers to cache key and update test grants.

445297d25c915f08320b32f5983bcd90a81e1faa authored almost 12 years ago
Add handler hierarchy. Make RateLimitHandler thread safe.

The RateLimit handler is now thread safe. Once the Default handler with caching
support is also ...

5173c621b57ba0a43289d21a2f6e94b48dc15d5f authored almost 12 years ago
Add praw-multiprocess tool and associated Multiprocess handler.

This commit provides the initial version of the Multiprocess handler. The
executable `praw-multi...

533775e9338fb0fffb0309e150c8cf8269d003b1 authored almost 12 years ago
Refactor the handler's `request` method.

The handler's `request` function should receive a prepared Request object as
its argument. This ...

b05edde3023b0a8e27338ae0d9d9db3958cd1dc4 authored almost 12 years ago
Prepare requests prior to calling the handler.

The handler should have no concept of the reddit session.

70c406d9dd753b2474da970d17ee7e2a687a6e08 authored almost 12 years ago
Replace last instance of my_mod_reddits with my_mod_subreddits.

b96764f928d1bad42bd8575c375531e77eba6793 authored almost 12 years ago
Move request handling (+rate-limit and caching) into handlers.py.

Very soon, `Reddit` instances will be able to be created with separate
handlers. As such, this c...

77c32388edd62de0d40f5989e533979b1c6473c9 authored almost 12 years ago
Forgot to replace `my_reddits` with `my_subreddits`.

0030d1b94c3e30fbf6d5b31d9f1f3fa85c11acab authored almost 12 years ago
Replace `reddits` with `subreddits` where appropriate.

Corresponds to this change: http://www.reddit.com/r/changelog/comments/1a8i4n/reddit_change_ever...

215e6c73c1d3a1430c99dc4f856b3635f826cffc authored almost 12 years ago
Don't prompt for captchas when the input stream has ended. Fixes #215.

bcd4643e67c6f1b9209315b068e034f63a509291 authored almost 12 years ago
Allow editing non-top-level wiki pages fetched using get_wiki_page. Fixes #212.

f395e1d95da4e8c535aa9711db6741109d19f019 authored almost 12 years ago
Noun-verb agreement in FAQ.

8a4dc91e30ceded42426ec2f5f6dddb95ccf3791 authored almost 12 years ago
RST requires double quotes for "code" text.

baae21093e94b1a7a9a73fed2cba1ef6fdf9f9aa authored almost 12 years ago
Add manually handling captchas FAQ.

7c0281a3af646e23e38ff0f725c10cc388c9ba58 authored almost 12 years ago
Fix bug in upload_image for py3.3 see #211

4328c7053aa5f72be7c192c0908923166bd784a6 authored almost 12 years ago
Additional changelog updates.

34691cddd6e60a67e063929dfa4f40ca9fec95ba authored almost 12 years ago
Fix submit Attribute error. #213.

784c85ed75d093552eb719280d2c97565ec269df authored almost 12 years ago
There's nothing like that breath-first traversal.

3cf1370c071d2ec516683c6301e2580398be7caf authored almost 12 years ago
Make docstrings much more relevant, and more!

Every function should now have a docstring, and the sphinx documentation will
show the appropria...

bdf5dfc4ae84b005cfd82a4f399673dfb3f43dfb authored almost 12 years ago
Style changes and version bump.

f75100259dfba4b71b8fd82f7364dd251c98c376 authored almost 12 years ago
Added proxy support with http_proxy configuration

Sites sections of praw.ini now handle the optional directive
'http_proxy'.
Example
[reddit.com]
...

c3120f55f516e4ff103d28520b4e9cb1f42c5d35 authored almost 12 years ago
Merge pull request #205 from Damgaard/next_fix

Use version of next that works in python 3x

11bf0a0f458a6bccfecaf23fffcad659598243db authored almost 12 years ago
Use version of next that works in python 3x

See http://www.reddit.com/r/learnpython/comments/1afg3z/
looking_for_tutorial_on_writing_reddit_...

5025f3ad6f4c82eac72e179610d9cda17d9bfeda authored almost 12 years ago
Merge pull request #204 from Damgaard/references

References

ecebb45ff12cf93024efb8a9ca97d750ac75188f authored almost 12 years ago
Add links from references to documentation.

f2768dd2821806605196d37e7234fe39e54e76b0 authored almost 12 years ago
Fix 2 minor mistakes in changelog

a5ea5b3721133f95ef1f89d0d65ab5414b0acb80 authored almost 12 years ago
Prevent potential invalid redirect exception when using get_wiki_page.

a11b2d5e36208e68cf179037a7ddbaa11b6c9f77 authored almost 12 years ago
Use 'reddit' not 'Reddit' where appropriate.

57822db1024baeed6275647c0aa5bb18529143df authored almost 12 years ago
Provide convenience Wiki functions and version bump.

Also wiki pages can be edited through the WikiPage objects.

8dff2beed1bf477cbb3a2f132a069bd82435f532 authored almost 12 years ago
Add support for creating / editing wiki pages.

630d24cf8b0f507db4fd9d7d6254cb9dffe2e9ca authored almost 12 years ago
Support fetching individual wiki pages.

5957921ede494487697bf5b53a21d50b379c35f0 authored almost 12 years ago
Add get_wiki_pages functionality.

b295097a45bc8cc947f6753a0af500d979aba4ca authored almost 12 years ago
Deprecate subreddit relationship methods with inconsistent names.

As such, obviously add the properly-named methods and refactor the tests.

5fc3a7c98cf66ec6d3234df023784e13059ea126 authored almost 12 years ago
Add support for working with wiki contributors.

7998c63de4ef604e92a9f2c7213fe9abf6cd31e5 authored almost 12 years ago
Add support for working with wiki banned users.

c196fcf470a871cbafc9dbf71666e6279d81e670 authored almost 12 years ago
Merge pull request #198 from Damgaard/alienfeed

Add AlienFeed to the list of useful scripts.

3c7880756a681cbafff60798447a1ae9af216cf9 authored almost 12 years ago
Add AlienFeed to the list of useful scripts.

ffbcf9fc3752c19aafb851d969f98297608ea30e authored almost 12 years ago
Merge pull request #197 from Damgaard/minor_doc

Minor documentation fixes.

b3b0ea4887161a74ecb7e32255d8c27d7dc49c85 authored almost 12 years ago
Keep within 80 chars pr line in index.rst

f8a466e7acaaa55f8059e3043e8f9b3d31107910 authored almost 12 years ago
Update explicit links from github wiki to RTD

2a1b929aa825dc17d72dc778dc6a26b783a3ef5f authored almost 12 years ago
Merge pull request #194 from Damgaard/useful_fix

Useful_scripts.rst formatting fix

b2ec7d2bec742c5c2b8677a65362b19387e0fd75 authored almost 12 years ago
Add direct link to useful_scripts.rst on github

16da632849bbd4c2ca17da05afa3fe8d6e836760 authored almost 12 years ago
Fix syntax in useful_scripts.rst

* Remove whitespace at the end of lines
* Remove 2 accidentally added _
* Add `` around Submi...

a62bc52b271cc17869e473f0d278c0593eae1b5a authored almost 12 years ago
Added three example projects.

AutoModerator, ClockStalker, and DailyProgBot.

c16de5246883e50f93a56a2e63906521ab8b7913 authored almost 12 years ago
Moved useful scripts to its own page.

e361e8e1eff2d4f419e8939b6e359359443d785e authored almost 12 years ago
Merge pull request #192 from jensechu/patch-1

Reddit-Analysis to Example Applications/Scripts

b4f038e01e82b26ad17356425b9a6445f0944f1b authored almost 12 years ago
Reddit-Analysis to Example Applications/Scripts

Added the reddit-analysis script to the list of example scripts witha  brief description and lin...

a878661bb0e137eda10b2f4ae9e104a096032ce7 authored almost 12 years ago
Update relevant changelog information.

e4cd3dec1e2096a43ad4717fb0adbb0390a787e0 authored almost 12 years ago
Merge branch 'Damgaard-migration'

d0528e06102071fbb293e452788b7e1f3d8fbd1b authored almost 12 years ago
Add testing for (un)distinguish.

After http://redd.it/19ak1b distinguished is now a attribute,
and (un)distinguish can be tested,

7f89c16f7411544c56a6840b5cd8604ea9ace4b2 authored almost 12 years ago
Remove obsolete test case of users sharing cache.

With 1252908, the cache is now cleared upon logging in, which
means the test case tests for some...

fcfa90ea4a4eb0f80ca86ea8fc8fc327947b88c0 authored almost 12 years ago
Make restrict_access flatter and more readable.

bfd659ac476fad97370e076c3af998fe842f092e authored almost 12 years ago
Lint fixes.

05f437aaae292e13e90942951c212d81e0660acf authored almost 12 years ago
Add get_submissions batch API handler.

fea9b78309290bd27402adbf4ea11891770bf664 authored almost 12 years ago
Add *args, **kwargs to call get_content functions.

a115d3112bd5875058bc61eff03dad92ae4734ae authored almost 12 years ago
Version bump to 2.0.12.

7590225340a34ee3985fe62a6374ab544298329e authored almost 12 years ago
Add testing for (un)distinguish.

After http://redd.it/19ak1b distinguished is now a attribute,
and (un)distinguish can be tested,

6dcb7e5831184f108dd993ab690bc1ce1066c122 authored almost 12 years ago
Lint fixes.

9c5fcab9be3af01960ddd8306f48ac87514638f9 authored almost 12 years ago
Add get_submissions batch API handler.

32cd90d74a28b91dd73866b50650998b39e91b71 authored almost 12 years ago
Version bump to 2.0.12.

a1c7a6ee36086f03d1744f2fbd3729f65ba84e79 authored almost 12 years ago
Add *args, **kwargs to call get_content functions.

5193a836f5c7a8f1f19f4ce9a3400750d2551f5f authored almost 12 years ago
Make restrict_access flatter and more readable.

a25ba3aa18a63b2e91d28d69c1b80d30d30ee24f authored almost 12 years ago
Change Docstrings to follow Sphinx formatting.

ce64303d943ba75112e2032b65de3e0466dd1792 authored almost 12 years ago
Add link to sourcecode in References

a9fcc52f1bd38eb64460cf7351ca578ca23e0596 authored almost 12 years ago
Put local PRAW repo before libraries in sys.path

This adds the local repo to sys.path so that sphinx can use it
to build the documentation. It is...

faab394995b6062307c12ca9babb9aa7225dad3a authored almost 12 years ago
Rename, move and update code_overview.

50a38535a22341573062465ad8db99abde8a372a authored almost 12 years ago
Add faq

a24c3d45390f5992e53a94ee8a39f4dc167f7e8b authored almost 12 years ago
Add support section.

ae9cad062b6790935aedf4690a86b88d6452717b authored almost 12 years ago
Fix spelling mistakes with requiring.

c1eba6c704b2a6776db1c4396e6c1c0475e62b11 authored almost 12 years ago
Rephrase documentation

f6df577804ab7d0cda4db130e68401d57683b6c0 authored almost 12 years ago