Ecosyste.ms: OpenCollective

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

PRAW

Provides libraries to access Reddit's API which are used by many popular subreddits.
Collective - Host: opensource - https://opencollective.com/praw-dev - Code: https://github.com/praw-dev

Updated vote tests to verify their results.

github.com/praw-dev/praw - 2cac0b94ec175370ae0c3672c08c402b9911d49e authored about 13 years ago by Bryce Boe <[email protected]>
Fix README markdown issue.

github.com/praw-dev/praw - f4cc23c108ca3aef501f8a740425d6b6e7f6857a authored about 13 years ago by Bryce Boe <[email protected]>
Fix README markdown issue.

github.com/praw-dev/asyncpraw - f4cc23c108ca3aef501f8a740425d6b6e7f6857a authored about 13 years ago by Bryce Boe <[email protected]>
Added flairlist support and refactored test code.

* updated get_content to support flair list
* combined get_submission and get_submission_by_id i...

github.com/praw-dev/asyncpraw - b8ae81771b8d70522e5a891aa34c263df0b3c725 authored about 13 years ago by Bryce Boe <[email protected]>
Added flairlist support and refactored test code.

* updated get_content to support flair list
* combined get_submission and get_submission_by_id i...

github.com/praw-dev/praw - b8ae81771b8d70522e5a891aa34c263df0b3c725 authored about 13 years ago by Bryce Boe <[email protected]>
Refactored exceptions, updated set_flair and added corresponding tests.

Notable differences:

* Renamed api_exceptions.py to errors.py
* Refactored error_mapping code...

github.com/praw-dev/praw - 3e1181202352afce984c91011a3c83c214469a34 authored about 13 years ago by Bryce Boe <[email protected]>
Refactored exceptions, updated set_flair and added corresponding tests.

Notable differences:

* Renamed api_exceptions.py to errors.py
* Refactored error_mapping code...

github.com/praw-dev/asyncpraw - 3e1181202352afce984c91011a3c83c214469a34 authored about 13 years ago by Bryce Boe <[email protected]>
Added LoggedInRedditor class and started adding messaging functionality to it.

Along these lines, I've removed inbox.py as it's fairly misleading.

github.com/praw-dev/asyncpraw - 338d0d1366546d92250a85c598585befd75b1a7d authored about 13 years ago by Bryce Boe <[email protected]>
Added LoggedInRedditor class and started adding messaging functionality to it.

Along these lines, I've removed inbox.py as it's fairly misleading.

github.com/praw-dev/praw - 338d0d1366546d92250a85c598585befd75b1a7d authored about 13 years ago by Bryce Boe <[email protected]>
Add tests for (un)friend and submit link now that these work.

github.com/praw-dev/praw - 3cfd8187850745635b7ab4e34dfcb41be9a2efde authored about 13 years ago by Bryce Boe <[email protected]>
Add tests for (un)friend and submit link now that these work.

github.com/praw-dev/asyncpraw - 3cfd8187850745635b7ab4e34dfcb41be9a2efde authored about 13 years ago by Bryce Boe <[email protected]>
Refactored a bunch of code (tests still pass)

* Moved reddit.py to __init__.py to remove reddit.reddit module confusion
* Renamed URL to _url...

github.com/praw-dev/asyncpraw - 1c7f31f5beab7544a94f0d5fc373850c9f69c30d authored about 13 years ago by Bryce Boe <[email protected]>
Refactored a bunch of code (tests still pass)

* Moved reddit.py to __init__.py to remove reddit.reddit module confusion
* Renamed URL to _url...

github.com/praw-dev/praw - 1c7f31f5beab7544a94f0d5fc373850c9f69c30d authored about 13 years ago by Bryce Boe <[email protected]>
Added tests for comments and community subscribing.

github.com/praw-dev/praw - b2ca96b980c4a3938bcae83b77be6837e07bcc44 authored about 13 years ago by Bryce Boe <[email protected]>
Added tests for comments and community subscribing.

github.com/praw-dev/asyncpraw - b2ca96b980c4a3938bcae83b77be6837e07bcc44 authored about 13 years ago by Bryce Boe <[email protected]>
Updated README and cleaned up imports.

github.com/praw-dev/asyncpraw - e0727f74f6fe6f6b00b3c4ec7fd355ed6762a51c authored about 13 years ago by Bryce Boe <[email protected]>
Updated README and cleaned up imports.

github.com/praw-dev/praw - e0727f74f6fe6f6b00b3c4ec7fd355ed6762a51c authored about 13 years ago by Bryce Boe <[email protected]>
Merged from master and resolved conflicts.

github.com/praw-dev/praw - 30d97bfaf19bbc461312e545e6ee5492d42330f1 authored about 13 years ago by Bryce Boe <[email protected]>
Merged from master and resolved conflicts.

github.com/praw-dev/asyncpraw - 30d97bfaf19bbc461312e545e6ee5492d42330f1 authored about 13 years ago by Bryce Boe <[email protected]>
Merged from fireworker76 and resolved conflict.

github.com/praw-dev/asyncpraw - 731c2bc79f77f6c06466b6ec81b04134b3e05fb3 authored about 13 years ago by Bryce Boe <[email protected]>
Merged from fireworker76 and resolved conflict.

github.com/praw-dev/praw - 731c2bc79f77f6c06466b6ec81b04134b3e05fb3 authored about 13 years ago by Bryce Boe <[email protected]>
Merge branch 'master' of git://github.com/shalecraig/reddit_api

github.com/praw-dev/praw - c1d6937ed0190bf84413a9bbdc49917a83d88afa authored about 13 years ago by Bryce Boe <[email protected]>
Merge branch 'master' of git://github.com/shalecraig/reddit_api

github.com/praw-dev/asyncpraw - c1d6937ed0190bf84413a9bbdc49917a83d88afa authored about 13 years ago by Bryce Boe <[email protected]>
Merge remote-tracking branch 'nemec/master'

Conflicts:
reddit/decorators.py
reddit/reddit.py
reddit/urls.py

github.com/praw-dev/asyncpraw - 7cd90c6796962d232813a766fc4dce65f93e556e authored about 13 years ago by mellort <[email protected]>
Merge remote-tracking branch 'nemec/master'

Conflicts:
reddit/decorators.py
reddit/reddit.py
reddit/urls.py

github.com/praw-dev/praw - 7cd90c6796962d232813a766fc4dce65f93e556e authored about 13 years ago by mellort <[email protected]>
Merge pull request #38 from bboe/fix_tests

Cache submission's comments, and make tests pass.

github.com/praw-dev/praw - e9b675720b33e92625c2605c8dbfa2fff22ab817 authored about 13 years ago by mellort <[email protected]>
Merge pull request #38 from bboe/fix_tests

Cache submission's comments, and make tests pass.

github.com/praw-dev/asyncpraw - e9b675720b33e92625c2605c8dbfa2fff22ab817 authored about 13 years ago by mellort <[email protected]>
Merge pull request #39 from bluepnume/master

Added set_flair method

github.com/praw-dev/asyncpraw - 997fbd7dcecfdd600a18820be9288150070e3b2a authored about 13 years ago by mellort <[email protected]>
Merge pull request #39 from bluepnume/master

Added set_flair method

github.com/praw-dev/praw - 997fbd7dcecfdd600a18820be9288150070e3b2a authored about 13 years ago by mellort <[email protected]>
Added "set_flair" method for flair api

github.com/praw-dev/praw - 91aabc337f780340d2ae965bcf5c43231dc3f0c2 authored about 13 years ago by db <db@db.(none)>
Added "set_flair" method for flair api

github.com/praw-dev/asyncpraw - 91aabc337f780340d2ae965bcf5c43231dc3f0c2 authored about 13 years ago by db <db@db.(none)>
Merged changes from simple_login and removed util.urljoin as it's really not needed.

github.com/praw-dev/asyncpraw - a1a7c36cef73ddea7a86971b3d933cbb76aec8a4 authored about 13 years ago by Bryce Boe <[email protected]>
Merged changes from simple_login and removed util.urljoin as it's really not needed.

github.com/praw-dev/praw - a1a7c36cef73ddea7a86971b3d933cbb76aec8a4 authored about 13 years ago by Bryce Boe <[email protected]>
Updated submit, vote, save, and delete to use api_type:json and added test cases for each with respect to submissions.

github.com/praw-dev/praw - 3ea91a1e7ef41630c9d58b566f776d6564a9f8bc authored about 13 years ago by Bryce Boe <[email protected]>
Updated submit, vote, save, and delete to use api_type:json and added test cases for each with respect to submissions.

github.com/praw-dev/asyncpraw - 3ea91a1e7ef41630c9d58b566f776d6564a9f8bc authored about 13 years ago by Bryce Boe <[email protected]>
Login uses api_type parameter thus allowing for better error handling as a jquery response is no longer returned. This also immediately returns the modhash, thus another request is no longer needed.

github.com/praw-dev/asyncpraw - 6fa4ec85bedb456ece94a9e9c94500ba06791104 authored about 13 years ago by Bryce Boe <[email protected]>
Login uses api_type parameter thus allowing for better error handling as a jquery response is no longer returned. This also immediately returns the modhash, thus another request is no longer needed.

github.com/praw-dev/praw - 6fa4ec85bedb456ece94a9e9c94500ba06791104 authored about 13 years ago by Bryce Boe <[email protected]>
Merge pull request #2 from SimonGreenhill/master

Missing an import

github.com/praw-dev/praw - a3f2fddb2e7c8ca7131cd363352b8657d8e41bcb authored about 13 years ago by nemec <[email protected]>
Merge pull request #2 from SimonGreenhill/master

Missing an import

github.com/praw-dev/asyncpraw - a3f2fddb2e7c8ca7131cd363352b8657d8e41bcb authored about 13 years ago by nemec <[email protected]>
Missing an import

github.com/praw-dev/asyncpraw - e9e445b733b793243d94168a0527b882a8f8cf95 authored about 13 years ago by Simon J Greenhill <[email protected]>
Missing an import

github.com/praw-dev/praw - e9e445b733b793243d94168a0527b882a8f8cf95 authored about 13 years ago by Simon J Greenhill <[email protected]>
Cache comments for a submissions, and make tests pass.

github.com/praw-dev/praw - 87e3b0f54633667214a4d5cbf00f569e83338e82 authored about 13 years ago by Bryce Boe <[email protected]>
Cache comments for a submissions, and make tests pass.

github.com/praw-dev/asyncpraw - 87e3b0f54633667214a4d5cbf00f569e83338e82 authored about 13 years ago by Bryce Boe <[email protected]>
Merge pull request #32 from Julian/master

NameError in parse_api_json_response

github.com/praw-dev/asyncpraw - 6e8d801d8d5a94541c6f2f0aea94309861bc0c7c authored about 13 years ago by mellort <[email protected]>
Merge pull request #32 from Julian/master

NameError in parse_api_json_response

github.com/praw-dev/praw - 6e8d801d8d5a94541c6f2f0aea94309861bc0c7c authored about 13 years ago by mellort <[email protected]>
Merge pull request #30 from liquidpele/master

subreddit moderation list

github.com/praw-dev/praw - e0dfb89cd9f594e13f81c95eae322f781aa215d5 authored about 13 years ago by mellort <[email protected]>
Merge pull request #30 from liquidpele/master

subreddit moderation list

github.com/praw-dev/asyncpraw - e0dfb89cd9f594e13f81c95eae322f781aa215d5 authored about 13 years ago by mellort <[email protected]>
Fixed login to use latest /api/login/USER/ url and raise Exceptions when login fails due to rate limit or wrong password.

github.com/praw-dev/asyncpraw - 176486fbeb97c53cedf29d09954d5589ca678447 authored about 13 years ago by Nemec <[email protected]>
Fixed login to use latest /api/login/USER/ url and raise Exceptions when login fails due to rate limit or wrong password.

github.com/praw-dev/praw - 176486fbeb97c53cedf29d09954d5589ca678447 authored about 13 years ago by Nemec <[email protected]>
Fixed a NameError.

github.com/praw-dev/praw - 2edc11eceee7ae23f26a3ca06837bdc5deab0cac authored about 13 years ago by Julian Berman <[email protected]>
Fixed a NameError.

github.com/praw-dev/asyncpraw - 2edc11eceee7ae23f26a3ca06837bdc5deab0cac authored about 13 years ago by Julian Berman <[email protected]>
Adding ability to getch list of subreddits current user moderates

github.com/praw-dev/asyncpraw - 25d7f3848d3dbef304b368b2ad0d2c3cf05a5398 authored over 13 years ago by reece <reece@ubuntudesktop.(none)>
Adding ability to getch list of subreddits current user moderates

github.com/praw-dev/praw - 25d7f3848d3dbef304b368b2ad0d2c3cf05a5398 authored over 13 years ago by reece <reece@ubuntudesktop.(none)>
Merge pull request #1 from gardaud/master

Fixed bug that causes a TypeError on certain python installs

github.com/praw-dev/praw - 8b53436d73c58a4cdd09ed939bcf98aa63db68e5 authored over 13 years ago by nemec <[email protected]>
Merge pull request #1 from gardaud/master

Fixed bug that causes a TypeError on certain python installs

github.com/praw-dev/asyncpraw - 8b53436d73c58a4cdd09ed939bcf98aa63db68e5 authored over 13 years ago by nemec <[email protected]>
Fixed bug that triggered a TypeError on certain python installs

github.com/praw-dev/asyncpraw - 2453f6e0169000f4beb7f07aee147312226fe120 authored over 13 years ago by Guillaume Ardaud <[email protected]>
Fixed bug that triggered a TypeError on certain python installs

github.com/praw-dev/praw - 2453f6e0169000f4beb7f07aee147312226fe120 authored over 13 years ago by Guillaume Ardaud <[email protected]>
Edited README.md via GitHub

github.com/praw-dev/praw - ff5f5533c571587590f84d88a16df60b3cd1c9b8 authored over 13 years ago by fireworker76 <[email protected]>
Edited README.md via GitHub

github.com/praw-dev/asyncpraw - ff5f5533c571587590f84d88a16df60b3cd1c9b8 authored over 13 years ago by fireworker76 <[email protected]>
Another fix to the read me.

github.com/praw-dev/asyncpraw - ecb3e5c40c0dfbc1171eb9fba9f9e47364e28bdc authored over 13 years ago by Shale Craig <[email protected]>
Another fix to the read me.

github.com/praw-dev/praw - ecb3e5c40c0dfbc1171eb9fba9f9e47364e28bdc authored over 13 years ago by Shale Craig <[email protected]>
Merge pull request #28 from shalecraig/master

The url isn't working, and it doesn't look like I can call it anyways.

github.com/praw-dev/praw - fc7227c784655b06cba5196f5af87855a029d152 authored over 13 years ago by mellort <[email protected]>
Merge pull request #28 from shalecraig/master

The url isn't working, and it doesn't look like I can call it anyways.

github.com/praw-dev/asyncpraw - fc7227c784655b06cba5196f5af87855a029d152 authored over 13 years ago by mellort <[email protected]>
Readme shows a deprecated function (try going to the link supplied).

github.com/praw-dev/asyncpraw - 848bf81af61109507c984a60c2c679bc587fb2f0 authored over 13 years ago by Shale Craig <[email protected]>
Readme shows a deprecated function (try going to the link supplied).

github.com/praw-dev/praw - 848bf81af61109507c984a60c2c679bc587fb2f0 authored over 13 years ago by Shale Craig <[email protected]>
Made mark_as_read feature require login

github.com/praw-dev/praw - 27cfccd08ea21cfdbe6413d15cae4af846d45f1a authored over 13 years ago by Nemec <[email protected]>
Made mark_as_read feature require login

github.com/praw-dev/asyncpraw - 27cfccd08ea21cfdbe6413d15cae4af846d45f1a authored over 13 years ago by Nemec <[email protected]>
Added 'mark as read' feature for comments (and mark_all for the inbox)

github.com/praw-dev/asyncpraw - 3fb79978e7045f3b310fba72b59082b1a0f608f4 authored over 13 years ago by Nemec <[email protected]>
Added 'mark as read' feature for comments (and mark_all for the inbox)

github.com/praw-dev/praw - 3fb79978e7045f3b310fba72b59082b1a0f608f4 authored over 13 years ago by Nemec <[email protected]>
Merge pull request #25 from frewsxcv/patch-1

removed redundant import line

github.com/praw-dev/praw - 82c8af08c8aaafd29d02b66cc20da43d1422ca3e authored over 13 years ago by mellort <[email protected]>
Merge pull request #25 from frewsxcv/patch-1

removed redundant import line

github.com/praw-dev/asyncpraw - 82c8af08c8aaafd29d02b66cc20da43d1422ca3e authored over 13 years ago by mellort <[email protected]>
removed redundant import line

github.com/praw-dev/asyncpraw - ed339b58144187812dab25be168abeef55b84f80 authored over 13 years ago by Corey Farwell <[email protected]>
removed redundant import line

github.com/praw-dev/praw - ed339b58144187812dab25be168abeef55b84f80 authored over 13 years ago by Corey Farwell <[email protected]>
readme error

github.com/praw-dev/praw - 96b83b52e2c07736a859852d5f57a8874316bf1b authored over 13 years ago by mellort <[email protected]>
readme error

github.com/praw-dev/asyncpraw - 96b83b52e2c07736a859852d5f57a8874316bf1b authored over 13 years ago by mellort <[email protected]>
added some __doc__ and __name__, enhanced README

github.com/praw-dev/asyncpraw - 0305f9c31b241ec13a71d2148d336a344f877a72 authored over 13 years ago by mellort <[email protected]>
added some __doc__ and __name__, enhanced README

github.com/praw-dev/praw - 0305f9c31b241ec13a71d2148d336a344f877a72 authored over 13 years ago by mellort <[email protected]>
moved create_redditor method to reddit.py, where it belongs :P

github.com/praw-dev/praw - c0526bda7e0ee82f083d762c11703685f4f123d5 authored over 13 years ago by mellort <[email protected]>
moved create_redditor method to reddit.py, where it belongs :P

github.com/praw-dev/asyncpraw - c0526bda7e0ee82f083d762c11703685f4f123d5 authored over 13 years ago by mellort <[email protected]>
uploaded to pip, added extra install options to README

github.com/praw-dev/asyncpraw - e934cc1d2c7fb5c3ddf901c55d1b565a6d5991fc authored over 13 years ago by mellort <[email protected]>
uploaded to pip, added extra install options to README

github.com/praw-dev/praw - e934cc1d2c7fb5c3ddf901c55d1b565a6d5991fc authored over 13 years ago by mellort <[email protected]>
fies issue #23; added setup_requirements to setup.py

github.com/praw-dev/praw - 14b4d3ebcf1467b92c00c773efd0d597471333b4 authored over 13 years ago by mellort <[email protected]>
fies issue #23; added setup_requirements to setup.py

github.com/praw-dev/asyncpraw - 14b4d3ebcf1467b92c00c773efd0d597471333b4 authored over 13 years ago by mellort <[email protected]>
Merge pull request #22 from Pinkerton/master

added dependencies section to README.md with setuptools as a package dependency for install

github.com/praw-dev/asyncpraw - c78c9171de084a20d3c997681e426cde639816f7 authored over 13 years ago by mellort <[email protected]>
Merge pull request #22 from Pinkerton/master

added dependencies section to README.md with setuptools as a package dependency for install

github.com/praw-dev/praw - c78c9171de084a20d3c997681e426cde639816f7 authored over 13 years ago by mellort <[email protected]>
Merge pull request #21 from john2x/patch-1

Fix for issue #20 https://github.com/mellort/reddit_api/issues/20

github.com/praw-dev/praw - 019699348cada5aed7d5cadf7cfdd402494c5233 authored over 13 years ago by mellort <[email protected]>
Merge pull request #21 from john2x/patch-1

Fix for issue #20 https://github.com/mellort/reddit_api/issues/20

github.com/praw-dev/asyncpraw - 019699348cada5aed7d5cadf7cfdd402494c5233 authored over 13 years ago by mellort <[email protected]>
Added dependencies section with setuptools as a package dependency for install

github.com/praw-dev/asyncpraw - 2c007a2ba47d1da65c60a96e99c0c20827ec3e9a authored over 13 years ago by Stephen Pinkerton <[email protected]>
Added dependencies section with setuptools as a package dependency for install

github.com/praw-dev/praw - 2c007a2ba47d1da65c60a96e99c0c20827ec3e9a authored over 13 years ago by Stephen Pinkerton <[email protected]>
Fix for issue #20 https://github.com/mellort/reddit_api/issues/20

github.com/praw-dev/praw - fc6c3a7f68252710861bcda25d7535876d13d983 authored over 13 years ago by John Louis Del Rosario <[email protected]>
Fix for issue #20 https://github.com/mellort/reddit_api/issues/20

github.com/praw-dev/asyncpraw - fc6c3a7f68252710861bcda25d7535876d13d983 authored over 13 years ago by John Louis Del Rosario <[email protected]>
added Reddit.get_submission_by_id, fixed bugs

- voting wasn't working because _request was trying to encode
an int parameter as a string (th...

github.com/praw-dev/asyncpraw - 8039e71069e326751a02435f1f68ce4952135919 authored over 13 years ago by mellort <[email protected]>
added Reddit.get_submission_by_id, fixed bugs

- voting wasn't working because _request was trying to encode
an int parameter as a string (th...

github.com/praw-dev/praw - 8039e71069e326751a02435f1f68ce4952135919 authored over 13 years ago by mellort <[email protected]>
see commit log for previous entry: same issue with self.user and self.user.display_name

this should fix compose_message()

github.com/praw-dev/praw - a718cd54ebcff6d4b56174d05e1c0f555a62c9d2 authored over 13 years ago by mellort <[email protected]>
see commit log for previous entry: same issue with self.user and self.user.display_name

this should fix compose_message()

github.com/praw-dev/asyncpraw - a718cd54ebcff6d4b56174d05e1c0f555a62c9d2 authored over 13 years ago by mellort <[email protected]>
fixed "Subreddit object has no method encode" error (fixes #17)

i was previously including the subreddit name in the requests
by just passing in self.subreddit ...

github.com/praw-dev/asyncpraw - 4b3d4cb4de8571df279fe179a900f10a54089c65 authored over 13 years ago by mellort <[email protected]>
fixed "Subreddit object has no method encode" error (fixes #17)

i was previously including the subreddit name in the requests
by just passing in self.subreddit ...

github.com/praw-dev/praw - 4b3d4cb4de8571df279fe179a900f10a54089c65 authored over 13 years ago by mellort <[email protected]>
Merge pull request #16 from nemec/master

Fixed use of urllib2 "global opener".

github.com/praw-dev/praw - 924c167192bd4b2667f09805c4a504012a5f1682 authored over 13 years ago by mellort <[email protected]>
Merge pull request #16 from nemec/master

Fixed use of urllib2 "global opener".

github.com/praw-dev/asyncpraw - 924c167192bd4b2667f09805c4a504012a5f1682 authored over 13 years ago by mellort <[email protected]>
Merge pull request #14 from bboe/master

Lots of updates

github.com/praw-dev/asyncpraw - 129a591680b69529f5960888bd56d279e512cce7 authored over 13 years ago by mellort <[email protected]>