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

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]>
Made opener object 'private'

github.com/praw-dev/asyncpraw - 27b156426d9e1ac28632ef59e9be99f3a0e62cb8 authored over 13 years ago by Nemec <[email protected]>
Made opener object 'private'

github.com/praw-dev/praw - 27b156426d9e1ac28632ef59e9be99f3a0e62cb8 authored over 13 years ago by Nemec <[email protected]>
Each Reddit object now has its own urllib2 openerdirector, so login cookies aren't shared between two instances.

github.com/praw-dev/praw - 0f3ae83a7b5b62f34eb5b7542bedabd8dee6ef9b authored over 13 years ago by Nemec <[email protected]>
Each Reddit object now has its own urllib2 openerdirector, so login cookies aren't shared between two instances.

github.com/praw-dev/asyncpraw - 0f3ae83a7b5b62f34eb5b7542bedabd8dee6ef9b authored over 13 years ago by Nemec <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/praw-dev/asyncpraw - 806b9541cc90551259cac4b0734cf9e46c059be5 authored over 13 years ago by Nemec <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/praw-dev/praw - 806b9541cc90551259cac4b0734cf9e46c059be5 authored over 13 years ago by Nemec <[email protected]>
Added support for unicode urls, and unicode in the submission body

github.com/praw-dev/praw - 822463ea37697ff99b6046aa0d17ea1bf97a1732 authored over 13 years ago by Bryce Boe <[email protected]>
Added support for unicode urls, and unicode in the submission body

github.com/praw-dev/asyncpraw - 822463ea37697ff99b6046aa0d17ea1bf97a1732 authored over 13 years ago by Bryce Boe <[email protected]>
Merge remote branch 'tmp/master'

github.com/praw-dev/asyncpraw - d7d5bab9edc1f33c931f94513b0293dabd6e7961 authored over 13 years ago by Bryce Boe <[email protected]>
Merge remote branch 'tmp/master'

github.com/praw-dev/praw - d7d5bab9edc1f33c931f94513b0293dabd6e7961 authored over 13 years ago by Bryce Boe <[email protected]>
Pulled in another stranded fork

github.com/praw-dev/praw - f21673bda21cbb115755ca6a828f0dd34715b75b authored over 13 years ago by Bryce Boe <[email protected]>
Pulled in another stranded fork

github.com/praw-dev/asyncpraw - f21673bda21cbb115755ca6a828f0dd34715b75b authored over 13 years ago by Bryce Boe <[email protected]>
Merged dangling fork

github.com/praw-dev/asyncpraw - ab603b0edcefa628a92714265aeb7cbf9ad1c0ca authored over 13 years ago by Bryce Boe <[email protected]>
Merged dangling fork

github.com/praw-dev/praw - ab603b0edcefa628a92714265aeb7cbf9ad1c0ca authored over 13 years ago by Bryce Boe <[email protected]>
Fixed reddit_test to work with python 2.6

github.com/praw-dev/praw - 286abecd165fba54d3cd2ff009cf4396e18614ac authored over 13 years ago by Bryce Boe <[email protected]>
Fixed reddit_test to work with python 2.6

github.com/praw-dev/asyncpraw - 286abecd165fba54d3cd2ff009cf4396e18614ac authored over 13 years ago by Bryce Boe <[email protected]>
- Comments store pointer to subbmions and has permalink attribute.

- Captcha is only displayed if needed, and the prompt will continue to display
until the captc...

github.com/praw-dev/asyncpraw - a4ce0fdfb4aea65912280046728066bd10373e92 authored over 13 years ago by Bryce Boe <[email protected]>
- Comments store pointer to subbmions and has permalink attribute.

- Captcha is only displayed if needed, and the prompt will continue to display
until the captc...

github.com/praw-dev/praw - a4ce0fdfb4aea65912280046728066bd10373e92 authored over 13 years ago by Bryce Boe <[email protected]>
Merge branch 'MoreComments' into captcha

github.com/praw-dev/praw - 6460ba474b37bf7b6445983653a4cb526ef63d61 authored over 13 years ago by Bryce Boe <[email protected]>
Merge branch 'MoreComments' into captcha

github.com/praw-dev/asyncpraw - 6460ba474b37bf7b6445983653a4cb526ef63d61 authored over 13 years ago by Bryce Boe <[email protected]>
Added MoreComments class with property comments to allow fetching of additional comments.

github.com/praw-dev/asyncpraw - b988d91891bad39ef417a16740ef56fd8ca7c349 authored over 13 years ago by Bryce Boe <[email protected]>
Added MoreComments class with property comments to allow fetching of additional comments.

github.com/praw-dev/praw - b988d91891bad39ef417a16740ef56fd8ca7c349 authored over 13 years ago by Bryce Boe <[email protected]>
Updated gitignore to ignore setup files

github.com/praw-dev/praw - adefe20e32fd8e9c0e1ac53179adc62b57d08b0f authored over 13 years ago by Bryce Boe <[email protected]>
Updated gitignore to ignore setup files

github.com/praw-dev/asyncpraw - adefe20e32fd8e9c0e1ac53179adc62b57d08b0f authored over 13 years ago by Bryce Boe <[email protected]>
Updated decorate so captcha works for sending messages

github.com/praw-dev/asyncpraw - 8d386455056a7a8a5118a9a7555860fe4dba5cf7 authored over 13 years ago by Bryce Boe <[email protected]>
Updated decorate so captcha works for sending messages

github.com/praw-dev/praw - 8d386455056a7a8a5118a9a7555860fe4dba5cf7 authored over 13 years ago by Bryce Boe <[email protected]>
Removed all_content as param from get_content as it is no longer recursive

github.com/praw-dev/praw - 1a3a95a127061e4c5928d9b08d0ba4b4b2c98ea7 authored over 13 years ago by Bryce Boe <[email protected]>
Removed all_content as param from get_content as it is no longer recursive

github.com/praw-dev/asyncpraw - 1a3a95a127061e4c5928d9b08d0ba4b4b2c98ea7 authored over 13 years ago by Bryce Boe <[email protected]>
Added get_new_by_date function, modified fetcher to work iteratively instead of recursively, and allowed the function to fetch all items

github.com/praw-dev/asyncpraw - 35378e92823c60db06bf6b5d9a9059a0f7cdc269 authored over 13 years ago by bboe <bboe@sybok.(none)>
Added get_new_by_date function, modified fetcher to work iteratively instead of recursively, and allowed the function to fetch all items

github.com/praw-dev/praw - 35378e92823c60db06bf6b5d9a9059a0f7cdc269 authored over 13 years ago by bboe <bboe@sybok.(none)>
added gpl headers and COPYING file

github.com/praw-dev/praw - b309670583770dfc866de9c057e7d97eee91de0a authored over 13 years ago by Timothy Mellor <[email protected]>
added gpl headers and COPYING file

github.com/praw-dev/asyncpraw - b309670583770dfc866de9c057e7d97eee91de0a authored over 13 years ago by Timothy Mellor <[email protected]>
deleted extra variable (ABOUT_URL) in inbox object

github.com/praw-dev/asyncpraw - e89e353960d77fd00197411de00c4a42abd6317b authored almost 14 years ago by Timothy Mellor <[email protected]>
deleted extra variable (ABOUT_URL) in inbox object

github.com/praw-dev/praw - e89e353960d77fd00197411de00c4a42abd6317b authored almost 14 years ago by Timothy Mellor <[email protected]>
Merge remote branch 'nemec/about_url'

github.com/praw-dev/praw - 648a05dbc4d46ba8e5cc685cb246b080b4d4d4b7 authored almost 14 years ago by Timothy Mellor <[email protected]>
Merge remote branch 'nemec/about_url'

github.com/praw-dev/asyncpraw - 648a05dbc4d46ba8e5cc685cb246b080b4d4d4b7 authored almost 14 years ago by Timothy Mellor <[email protected]>
Merge branch 'about_url'

github.com/praw-dev/asyncpraw - 6f770b719b4698747a4d46382a70149bdb1157fe authored almost 14 years ago by Dan N <[email protected]>
Merge branch 'about_url'

github.com/praw-dev/praw - 6f770b719b4698747a4d46382a70149bdb1157fe authored almost 14 years ago by Dan N <[email protected]>
Changed _get_json_dict method to stop using self.ABOUT_URL

github.com/praw-dev/praw - 70afa8a11171267ec66f1e189e9e3fe029b9035a authored almost 14 years ago by Dan N <[email protected]>
Changed _get_json_dict method to stop using self.ABOUT_URL

github.com/praw-dev/asyncpraw - 70afa8a11171267ec66f1e189e9e3fe029b9035a authored almost 14 years ago by Dan N <[email protected]>
Added Inbox object for reading messages.

github.com/praw-dev/asyncpraw - 7b400070b44ce0164e3a86b8e170f1f45e66f3e1 authored almost 14 years ago by Dan N <[email protected]>
Added Inbox object for reading messages.

github.com/praw-dev/praw - 7b400070b44ce0164e3a86b8e170f1f45e66f3e1 authored almost 14 years ago by Dan N <[email protected]>
updated readme

github.com/praw-dev/praw - f5119d6d4035ae7014a30efe95640205023d2651 authored almost 14 years ago by Timothy Mellor <[email protected]>
updated readme

github.com/praw-dev/asyncpraw - f5119d6d4035ae7014a30efe95640205023d2651 authored almost 14 years ago by Timothy Mellor <[email protected]>
updated examples

github.com/praw-dev/asyncpraw - 78a9314f8eeb3f2b704089c6c34931ee5f283017 authored almost 14 years ago by Timothy Mellor <[email protected]>
updated examples

github.com/praw-dev/praw - 78a9314f8eeb3f2b704089c6c34931ee5f283017 authored almost 14 years ago by Timothy Mellor <[email protected]>
version number -> 1.0 :)

github.com/praw-dev/praw - cca10022172a72d68c29a7e10e3d81c61691cd8d authored almost 14 years ago by Timothy Mellor <[email protected]>
version number -> 1.0 :)

github.com/praw-dev/asyncpraw - cca10022172a72d68c29a7e10e3d81c61691cd8d authored almost 14 years ago by Timothy Mellor <[email protected]>
reorganization of code, code cleanup

github.com/praw-dev/asyncpraw - 80b0504e0e4e04d87595be944c986d5623cb01be authored almost 14 years ago by Timothy Mellor <[email protected]>
reorganization of code, code cleanup

github.com/praw-dev/praw - 80b0504e0e4e04d87595be944c986d5623cb01be authored almost 14 years ago by Timothy Mellor <[email protected]>
fixed typo

github.com/praw-dev/praw - 4d906d64957616610f2670f92a214b913cfb123b authored almost 14 years ago by Timothy Mellor <mellort@mellort-laptop.(none)>
fixed typo

github.com/praw-dev/asyncpraw - 4d906d64957616610f2670f92a214b913cfb123b authored almost 14 years ago by Timothy Mellor <mellort@mellort-laptop.(none)>
Packaged the deal

github.com/praw-dev/asyncpraw - ebfc9caba5b58b9e68c77af9c8e53f5562a2ee64 authored almost 14 years ago by Anastasios Germanidis <[email protected]>
Packaged the deal

github.com/praw-dev/praw - ebfc9caba5b58b9e68c77af9c8e53f5562a2ee64 authored almost 14 years ago by Anastasios Germanidis <[email protected]>
typo

github.com/praw-dev/praw - d20e0a117f418eeb2432d815084bd3ffc03de7b0 authored almost 14 years ago by Timothy Mellor <mellort@mellort-laptop.(none)>
typo

github.com/praw-dev/asyncpraw - d20e0a117f418eeb2432d815084bd3ffc03de7b0 authored almost 14 years ago by Timothy Mellor <mellort@mellort-laptop.(none)>
fixed issue with getting comments for submissions

github.com/praw-dev/asyncpraw - 3114b18ab2d190214ab0b91023d170466e65a8bf authored almost 14 years ago by Timothy Mellor <mellort@mellort-laptop.(none)>
fixed issue with getting comments for submissions

github.com/praw-dev/praw - 3114b18ab2d190214ab0b91023d170466e65a8bf authored almost 14 years ago by Timothy Mellor <mellort@mellort-laptop.(none)>
added gplv3 license

github.com/praw-dev/praw - ae39856f0002dda2e20e89fd2503eea72ec06fa6 authored about 14 years ago by mellort <[email protected]>
added gplv3 license

github.com/praw-dev/asyncpraw - ae39856f0002dda2e20e89fd2503eea72ec06fa6 authored about 14 years ago by mellort <[email protected]>
Updating default WAIT_BETWEEN_CALL_TIME to two seconds, updated README

github.com/praw-dev/asyncpraw - 2243a06e4aedbd748b477b95cb8cfbc4dd7eb6af authored about 14 years ago by Aaron Hall <[email protected]>
Updating default WAIT_BETWEEN_CALL_TIME to two seconds, updated README

github.com/praw-dev/praw - 2243a06e4aedbd748b477b95cb8cfbc4dd7eb6af authored about 14 years ago by Aaron Hall <[email protected]>
Support self posts. Default behaviour unchanged

github.com/praw-dev/praw - f63d80ed54e6fd89819ead12ebd44f6a2d27a7d3 authored about 14 years ago by Jonas Häggqvist <[email protected]>
Support self posts. Default behaviour unchanged

github.com/praw-dev/asyncpraw - f63d80ed54e6fd89819ead12ebd44f6a2d27a7d3 authored about 14 years ago by Jonas Häggqvist <[email protected]>
Don't overwrite the url being submitted with the url to post to

github.com/praw-dev/asyncpraw - 80290523f447c29fc84456343a70fa94cb33f6ac authored about 14 years ago by Jonas Häggqvist <[email protected]>
Don't overwrite the url being submitted with the url to post to

github.com/praw-dev/praw - 80290523f447c29fc84456343a70fa94cb33f6ac authored about 14 years ago by Jonas Häggqvist <[email protected]>
Merge branch 'mishk/master'

github.com/praw-dev/praw - 572783c36552aa00b683ba393fb7b16485d1951e authored about 14 years ago by Timothy Mellor <mellort@mellort-laptop.(none)>
Merge branch 'mishk/master'

github.com/praw-dev/asyncpraw - 572783c36552aa00b683ba393fb7b16485d1951e authored about 14 years ago by Timothy Mellor <mellort@mellort-laptop.(none)>
README updated.

github.com/praw-dev/asyncpraw - 2883e1b7a6a5e90d1e734e1f84e400e5b18f6f72 authored about 14 years ago by JB <[email protected]>
README updated.

github.com/praw-dev/praw - 2883e1b7a6a5e90d1e734e1f84e400e5b18f6f72 authored about 14 years ago by JB <[email protected]>
ignore backup files

github.com/praw-dev/praw - 6f6f734b72c79eb46d192313401fbc7c06df750c authored about 14 years ago by Hazim Gazov <[email protected]>
ignore backup files

github.com/praw-dev/asyncpraw - 6f6f734b72c79eb46d192313401fbc7c06df750c authored about 14 years ago by Hazim Gazov <[email protected]>
update the readme to note that submission deleting is now supported

github.com/praw-dev/asyncpraw - 75abdbb9f6c8a8b632f0437fa44ce74070fec0c7 authored about 14 years ago by Hazim Gazov <[email protected]>
update the readme to note that submission deleting is now supported

github.com/praw-dev/praw - 75abdbb9f6c8a8b632f0437fa44ce74070fec0c7 authored about 14 years ago by Hazim Gazov <[email protected]>
add preliminary support for deleting submissions

github.com/praw-dev/praw - c34aa2a153a8438a057adc2ae48b77b5c7c8ddef authored about 14 years ago by Hazim Gazov <[email protected]>
add preliminary support for deleting submissions

github.com/praw-dev/asyncpraw - c34aa2a153a8438a057adc2ae48b77b5c7c8ddef authored about 14 years ago by Hazim Gazov <[email protected]>
Fix a couple of speeling errors in the readme

github.com/praw-dev/asyncpraw - 4508c868d974509659d8adb551b1dd90a01192b6 authored about 14 years ago by Hazim Gazov <[email protected]>
Fix a couple of speeling errors in the readme

github.com/praw-dev/praw - 4508c868d974509659d8adb551b1dd90a01192b6 authored about 14 years ago by Hazim Gazov <[email protected]>
Think this fixes the unicode issues.

github.com/praw-dev/praw - 2bc2a2ea6a680c1cabbdc9c61a0101a8c1b71495 authored about 14 years ago by JB <[email protected]>
Think this fixes the unicode issues.

github.com/praw-dev/asyncpraw - 2bc2a2ea6a680c1cabbdc9c61a0101a8c1b71495 authored about 14 years ago by JB <[email protected]>
README bump.

github.com/praw-dev/praw - 938ef6c496a683ce77222e7f73ef56b0b53e6406 authored about 14 years ago by JB <[email protected]>
Fixed limit=None bug.

github.com/praw-dev/praw - 4ec38e9409b73d6e5c9489a5cf3d648449b4facb authored about 14 years ago by JB <[email protected]>
Fixed limit=None bug.

github.com/praw-dev/asyncpraw - 4ec38e9409b73d6e5c9489a5cf3d648449b4facb authored about 14 years ago by JB <[email protected]>
Moved slightly towards proper package structure, though still being sloppy.

github.com/praw-dev/asyncpraw - 99e02a461b12544e006511a4f4f43dd5e5cb3820 authored about 14 years ago by JB <[email protected]>
Moved slightly towards proper package structure, though still being sloppy.

github.com/praw-dev/praw - 99e02a461b12544e006511a4f4f43dd5e5cb3820 authored about 14 years ago by JB <[email protected]>
Removed old unused function. Fixed info bug.

github.com/praw-dev/praw - 8b32f577e111506b2a575dd592da2243803d7d0c authored about 14 years ago by JB <[email protected]>
Removed old unused function. Fixed info bug.

github.com/praw-dev/asyncpraw - 8b32f577e111506b2a575dd592da2243803d7d0c authored about 14 years ago by JB <[email protected]>
Minor remove old constant.

github.com/praw-dev/asyncpraw - f7f81bb7adfc2bcabb216cc1da0e0c3e8eba6093 authored about 14 years ago by JB <[email protected]>
Minor remove old constant.

github.com/praw-dev/praw - f7f81bb7adfc2bcabb216cc1da0e0c3e8eba6093 authored about 14 years ago by JB <[email protected]>
Consolidated save

github.com/praw-dev/praw - 19c8b2f19ae5905913bf607637c0b90e0d4b07d8 authored about 14 years ago by JB <[email protected]>
Consolidated save

github.com/praw-dev/asyncpraw - 19c8b2f19ae5905913bf607637c0b90e0d4b07d8 authored about 14 years ago by JB <[email protected]>
Moved vote into Voteable

github.com/praw-dev/asyncpraw - cb6042a6ece0459aee68e92120a3be973796377c authored about 14 years ago by JB <[email protected]>
Moved vote into Voteable

github.com/praw-dev/praw - cb6042a6ece0459aee68e92120a3be973796377c authored about 14 years ago by JB <[email protected]>
Removed @urls in favor of new urls.py.

github.com/praw-dev/praw - 5c0820e23b9ebe5d5c93511c8a24b2a665e47b8d authored about 14 years ago by JB <[email protected]>
Removed @urls in favor of new urls.py.

github.com/praw-dev/asyncpraw - 5c0820e23b9ebe5d5c93511c8a24b2a665e47b8d authored about 14 years ago by JB <[email protected]>
Added urls.py.

github.com/praw-dev/praw - ffbe30099baeac3d986f979c2bdf71851e1d100b authored about 14 years ago by JB <[email protected]>
Changed to util.urljoin in tests.

github.com/praw-dev/praw - 4c878d4e55fa880757c8fb6be23e5c4b2e83e596 authored about 14 years ago by JB <[email protected]>