Ecosyste.ms: OpenCollective

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

github.com/praw-dev/asyncpraw

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

Add first draft of simply reply bot from Dale.

459a3b6b8f397e8f1e025b448090bdcdcf665295 authored over 8 years ago
Merge pull request #630 from praw-dev/readme

Update README.rst with PRAW4 content.

a192e6e72d7e28bb64bfb86b9123250a1c10e1f6 authored over 8 years ago
Update readthedocs.org to readthedocs.io in documentation.

a72120fd044711befe7b599375994e9794570cb7 authored over 8 years ago
Fix a few sphinx related issues.

d621a6a11e766111b1fbb7509b873031c28d1fbc authored over 8 years ago
Update README.rst with PRAW4 content.

d6be821be0b3ae97984c5c71828f4a22e863651f authored over 8 years ago
Reorganize docs table of contents.

3e70542f94c6077f7abcfcf6d1fb07af328a45ce authored over 8 years ago
Merge pull request #629 from praw-dev/gitter

Add a Gitter chat badge to README.rst.

8c3a032f45251a0d9cc11907f325194143d632e0 authored over 8 years ago
Add a Gitter chat badge to README.rst.

5d38c8f736c949b199b7979b2f23e2ba47c54820 authored over 8 years ago
Add Reddit.live.create.

299243caad692b3d029c6c49c4da108b98f82e0e authored over 8 years ago
Relocate MultiredditHelper to models/helpers.py.

05c609a19202be4f685e3d7cf1a7cf2648f8e923 authored over 8 years ago
Move multireddit_create to multireddit.create.

5b2c40c7b3ccba26a093770dcca6fa76899bde51 authored over 8 years ago
Add test for flair.update that includes a comma in the text.

739249f2b42631963308205143ed49a61c80e046 authored over 8 years ago
Bump to 4.0.0.b10.

2f5bb25a257b2d5923566de3a7a8d2c74091079b authored over 8 years ago
Simplify Redditor.from_data options.

The `None`, `''`, and bool options so far do not occur in any of the
tests. It's likely they may...

168bd3968745f6b1186eb3cf4e8627e0da7ba749 authored over 8 years ago
Add Subreddit.wiki.create.

9413117020b1124e42f77593c57537fe359f7c71 authored over 8 years ago
Add Redditor.multireddits.

b2059bc625bbe234d81c6f9498fc64b4e4341de6 authored over 8 years ago
Add Multireddit.update.

b390a1c8bd22af21c5d0721722166f33f6a8aecd authored over 8 years ago
Add Reddit.multireddit_create.

208f0334fc3eda763725d41d4653d3a6408db3bc authored over 8 years ago
Add Multireddit.copy.

1d52c262f2fdd02258e09b077cf00a30df0427ae authored over 8 years ago
Add Multireddit listings.

5a2e893f156c47efbbce1c3bcae40e375dd219b2 authored over 8 years ago
Add Multireddit.rename.

9dc0b1378b4339e0d55e42e02156ecb5973d12d9 authored over 8 years ago
Reset subreddit attribute in Multireddit.add/remove.

8c49fdda1f3fdfb855aa5cd8a6d1940802c40161 authored over 8 years ago
Add Multireddit.delete.

bc1e186051c04d469fdf305d4ecd23ffc35ef4b4 authored over 8 years ago
Add Multireddit.add and Multireddit.remove.

78a5059dca1ff3bcfa7ebc50b423e933b015c78e authored over 8 years ago
Merge pull request #626 from 13steinj/patch-9

Add faq entry on pyOpenSSL

7c0888216651524e20e0d9f554e1b778c1e9d2f2 authored over 8 years ago
Add faq entry on pyOpenSSL

Still an issue since the underlying prawcore uses requests and upon import SNI support is injected.

7c43313a3e8f7de09ad1fc8e6dbe47be5125b2f9 authored over 8 years ago
Merge pull request #625 from 13steinj/patch-8

Resolve errors with inadequate pyOpenSSL versions

905805a219e34a08239960979012d41a7cbe7e7c authored over 8 years ago
Add Reddit.multireddit.

ad0f51228edb685a0e003ef1df211a7d090baf1b authored over 8 years ago
Add User.multireddits.

acb3665b5d61cb87413e994cfb9bfcef1f314e91 authored over 8 years ago
Add tests for internal._warn_pyopenssl

Add tests to patch in a pyOpenSSL version and ensure that the warnings are/are not triggered whe...

92e257c275517c5733f252c487f7d579baff35a7 authored over 8 years ago
Warn against potentially incompatible pyOpenSSL versions.

Adds a function to internal.py which warns against a potentially faulty
version of pyOpenSSL if ...

3902dc24b0f42e487e26481aae46352806e3e6a8 authored over 8 years ago
Add pyopenssl as a conditional dependency

While pyopenssl is not actually required, requests injects it into urllib3 if it exists on the s...

53a062d9006932eb09f02ac0c4d5806a6f4b1452 authored over 8 years ago
Add subreddit methods to User.

Methods:
* User.contributor_subreddits
* User.moderator_subreddits
* User.subreddits

957a810eb239437b2944dad636b3a9041fb3d1bd authored over 8 years ago
Bump to 4.0.0.b9.

bab7f9833593dfd0f7de8cc7be3f2258065036b7 authored over 8 years ago
Add WikiPage.edit.

556f0314a798b13310731c5e69ee1f9c5b54efc1 authored over 8 years ago
Add WikiPage.mod.update.

0ca77886d34c65a46f5ee0c863a7673db591bd1d authored over 8 years ago
Add methods add, remove, settings to WikiPage.mod.

fe6c116bf2a2b2e8518c70eb1e869cad132fd2b2 authored over 8 years ago
Support lazy loading of wikipage attributes.

cce9a506f18cb74ffbe52583fc7993b5be333f57 authored over 8 years ago
Access wiki pages via Subreddit.wiki[page_name].

fe8c94d3d76578752d43a84e182c9f8886197f48 authored over 8 years ago
Add WikiPage unit tests.

8be4346cc7402698386d8db51c80028a0bed7f1d authored over 8 years ago
Remove explicit use of str as format argument and text_type uses.

70e6974c3a528200b1db012cbcd6d962e143bc98 authored over 8 years ago
Make Subreddit.wiki iterable yielding WikiPages.

a78b9fedb2140254245f2911f995a0e32aa35c25 authored over 8 years ago
Rename EQ_FIELD to STR_FIELD.

6d49d706441a3215698af1a01f313c320812a789 authored over 8 years ago
Move Subreddit.wikibanned to Subreddit.wiki.banned and wikicontributor to wiki.contributors.

714ff5b21b1bea8c5a1fd1f9100696dc59e94529 authored over 8 years ago
Add Subreddit.mod.inbox and Subreddit.mod.unread.

9040972e813394c589bb6e4dd50476eca713dc84 authored over 8 years ago
Add SubredditMessage.mute and SubredditMessage.unmute.

3f74610199100cce75ad04f0e7210f387d358a3f authored over 8 years ago
Merge pull request #552 from 13steinj/13steinj-patch-refresh-exception

Patch rare refresh exception

de6dfbd859731d664320c402c4f262d7a4ba3d6d authored over 8 years ago
Revert cassette change

34f190aff5eada6ac48ddd55deec2063ca7c6b92 authored over 8 years ago
Test for refreshing a comment that will be removed

9ca0f977e61311f26ce02b25b533fcc3df7c923f authored over 8 years ago
Test specially deleted comments from the inbox

Make sure that they have a warning and their replies are an empty list.

7e2d5b38af88f27611f9d0461facce2547343845 authored over 8 years ago
Add assertWarnings Function to tests/helper.py

Add a function that allows one to test for warnings; credit given in comment.

22c1e8da8b23c2e9bed04153dc0f8d2b23623be0 authored over 8 years ago
Fix tests that use get_info

They need to be updated in order to use the slightly new functionality

9ee799d3fb7afe2fc849a665b24a5fda1ddaa033 authored over 8 years ago
Resolve IndexError on comment refresh given rare circumstances

Under extremely rare circumstances, a comment will need two requests to be refreshed "properly"....

156868a765d81fa896e6bc7e710acd47552deb36 authored over 8 years ago
Test for refreshing a comment that will be deleted

3b06624592a0c3552a56b39a964cdbf769944738 authored over 8 years ago
Revert behavior changes, and add tests for comma-delimited thing_ids

7106fa596301aadf1ed8a85fdeab263b593c0fad authored over 8 years ago
Add test for custom warning message

Ensure the custom message is sent properly in the warning if there actually is a difference in k...

d053ed73190dc9bcfd7c7be70819c6d8cef1f370 authored over 8 years ago
Remove non-oauth functions Message.collapse and Message.uncollapse.

c7e9c4c9b7efca64c82799a703d926df26ff99ec authored over 8 years ago
Add Comment.gild.

ee62e862f948ec2026165f15ae1cc82ece8e6290 authored over 8 years ago
Add Submission.gild.

5065f3cf459cf063f628644cb96750fc01a4dd50 authored over 8 years ago
Add Redditor.gild.

03f1e5755d444b9360e4194e49a54e248efea136 authored over 8 years ago
Remove old Submission.(un)hide code.

76f34d0e3deb65fa7efc111673d4edf66b248fc2 authored over 8 years ago
Add Submission.flair.select.

f193da83f9c6685956d0c73c9c5df2b1a58d92d2 authored over 8 years ago
Add Submission.flair.choices.

23c6a3532b9a2280c7be61379617a8c7ebed49e9 authored over 8 years ago
Add Submission.shortlink.

bca423322d932cfbcfe31f4c486f78e42e7dcaa6 authored over 8 years ago
Merge pull request #624 from 13steinj/patch-issue-367

Narrow down the DeprecationWarnings filter

3592d1c3fe0445ba319ac04ba3c3f64bb066db71 authored over 8 years ago
Narrow down the DeprecationWarnings filter

By using filterwarnings instead of simplefilter, #367 will no longer occur

78572ce9414c8a1fcff02c47fb0704f509557605 authored over 8 years ago
Add Submission.mod.suggested_sort.

81ac708239c10670698df75739261c1582649033 authored over 8 years ago
Add Submission.mod.sticky.

360f119e367f25f093610c206e7cf5f2ac14405f authored over 8 years ago
Add Submission.mod.nsfw and Submission.mod.sfw.

5734c00cd1b653ee538c5517207cca8d64f3667a authored over 8 years ago
Add Submission.mod.contest_mode.

15792f451333da70adf4fb84fc55a50585a8fe54 authored over 8 years ago
Add Submission.hide and Submission.unhide.

386f2893ce13925820fcbc8fcaa646379fbaa7bf authored over 8 years ago
Bump to 4.0.0b8.

2b7e2c6c217d339bb658f1aff633f8a5987272d3 authored over 8 years ago
Add Subreddit.search.

56eaaee39f0273fca511e606e723318ef6dda49a authored over 8 years ago
Fix pydocstyle issue with search_by_name.

fc7e18fea82d31a0b1e3f7fee6699dc6dac4db20 authored over 8 years ago
Add Reddit.subreddits.search.

3f51760f41b018e835e37f914f6aee2e01cfaba4 authored over 8 years ago
Add Reddit.subreddits.search_by_name.

b1314673ef8dcf06bffb444a048c9372aa235764 authored over 8 years ago
Add Reddit.subreddits.stream to yield new Subreddits.

6bd4db05b538e6a1755b9274d3776cdb22fa3352 authored over 8 years ago
Prevent calls to sleep in integration tests.

c6dc5a3bcb82277736208b6aa77cc09f9cabb0ae authored over 8 years ago
Remove class-specific unique_counter instances.

369b0d7412981a0d2ee8c9e5f91d4fcf22331a85 authored over 8 years ago
Add Subreddit.random for obtaining random submissions.

cae840751b6b528d27b8e0b17f439504088d007c authored over 8 years ago
Clean up some of old.

89ccb378aba1abaab5a01274f3dc949ffba9986d authored over 8 years ago
Add Reddit.subreddits for listings of subreddits.

8f55b43cd3b02b996c58ba4cef5a5ac8890cb55a authored over 8 years ago
Remove old/test_oauth2_reddit.py.

64aa488b90b6eceadcca1dc3f101fd3eccb0f319 authored over 8 years ago
Add Redditor.friend_info.

94318368dad2866f4dea748337a41d3d19cb8eb8 authored over 8 years ago
Add BaseList unit tests.

da5dea045c7163dbcae54869fabf41342c0b292a authored over 8 years ago
Delete more than 1000 items in Subreddit.flair.delete_all test.

9de155d20b7f95976d6c83ba8caef25e0a524c24 authored over 8 years ago
Add Redditor.friend and Redditor.unfriend.

dd055a14e54da5c1155095a8c418dcec81e26bfb authored over 8 years ago
Update betamax related test dependencies.

7d0ef8a463a49fe9018ea750c00b905771bf418e authored over 8 years ago
Add Redditor.unblock.

a83c84f65c1f433bbcb63aa05a86b8e90d886120 authored over 8 years ago
Add User.blocked.

40805c7052e4ba6949c3bc94a704c00cb27f29be authored over 8 years ago
Add Inboxable.block.

99a90f1b5a6efecf4a5a9bd13717adb0c1ea6835 authored over 8 years ago
Merge pull request #623 from praw-dev/updates

Minor updates in response to PRs and issue questions.

b20ba9bf13b93ed0bee68cdc2835d233de71c03e authored over 8 years ago
Extract _image_type function.

97d7f25c11518239fa4a71108215dcfa4c8be31e authored over 8 years ago
Depend on a less restrictive range for update checker.

Since I release update checker, I likely won't introduce a breaking change in a
minor release de...

377860398e322d40b1daf325931fbe520fee0c61 authored over 8 years ago
Merge pull request #622 from 13steinj/patch-7

Allow the user to override img_type in upload_image

aad3551898f0ca01c6153c12993227a7839f4e43 authored over 8 years ago
upload_image: remove 'jpeg' option from upload_as

b2cc0e5977030d9c176917898d265a16167214a2 authored over 8 years ago
Allow the user to override img_type in upload_image

Whenever the image format and the img_type are both not set to png, reddit converts the image to...

c346b427b3dade959fa5c8bb0e0cc3cfb6823b58 authored over 8 years ago
Bump to 4.0.0b7.

d4044a6475f6434df197174c64d3be460779bc59 authored over 8 years ago
Add Subreddit.stream.submissions.

7cfc2e5933013e37616476bffc6ba1df732ecf81 authored over 8 years ago
Bump to 4.0.0b6.

ac922d9d68b80fbc0660b269c733d63ca5325ea2 authored over 8 years ago