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 test for double sticky

dd23d0277bb8fe6bec8dbbbfc40b60797c32db3c authored over 9 years ago
Merge pull request #467 from teaearlgraycold/master

Added support for secondary stickies

861b92838c344481f794b113e2c2308befff632e authored over 9 years ago
Reduced logic of sticky slot selection

dac85169290e8f62cc6556c3995cd555a50bbf30 authored over 9 years ago
Made submission of 'num' for sticky method via API optional

e1792fb05f13cfaef1b0150f6123c73b4ce5810f authored over 9 years ago
remove unused timer references

7809d2e8409597f5af78a8036d8cac041b3a7656 authored over 9 years ago
Reactive token autorefresh

The tokens will now be refreshed when they get an invalid exception,
instead of anticipating the...

a013da44d772623779f8bced43dbeb0aa1a5ba1e authored over 9 years ago
autorefresh test needs to waste more time

This test relies on spending enough time to pass the refresh clock, but
without going completely...

de0801c4b2d0beed402829fc93a9fd065e8a41bb authored over 9 years ago
automatically refresh oauth2 tokens

85c7dd845b23ac956ebae7733ef699e2ab34b512 authored over 9 years ago
Changed default sticky position, updated docstring for sticky method

037a3d238206db93191bdf8f5d874298cf519bd4 authored over 9 years ago
Removed rogue space

f61ee04f6a3a8ee40e0833aa439fa34695501f54 authored over 9 years ago
Added support for secondary stickies

461b786181c71e8b7d5ed415615564d81f1daf63 authored over 9 years ago
Update changelog with message (un)collapse method additions.

Also fix some sphinx issues.

0ae0d9ddd4e877e8e60182f190a6df34112dc0cf authored over 9 years ago
Sort methods and in Message class and keys in URL mapping.

610da220da8bbebf2b09a23ac27a3dca8ed33810 authored over 9 years ago
Added collapse() and uncollapse() to praw.objects.Message

0181ac552d130c4fa8b9b4b719c75647c6359416 authored over 9 years ago
Lint related fixes.

0aed35e38073510c2815b984173bce3db5c61528 authored over 9 years ago
Fix a grammatical mistake

Tweak and fix comments

Tweaks and fixes a few mistakes in the triple-quoted comments in __init_...

8dc2b4524935cba2251d6445049f29a798239dd5 authored over 9 years ago
Merge pull request #461 from voussoir/praw-uniquecount

11 July 2015 - Initialize _unique_count to 1

a46b0dd458562540dbfc9b7101d7aeff2545f1be authored over 9 years ago
Initialize unique_count to 1

88496603adabdf67b74dc5f3e8b3d5af3e8259b2 authored over 9 years ago
Merge https://github.com/praw-dev/praw into praw-leavemod

d280cd5fb5f0b6434e516fa362fbc113c68c0ead authored over 9 years ago
init unique_count to 1

c3d3320e0df26e4e8ffda5a42aedabc1be52a0a1 authored over 9 years ago
Merge pull request #460 from praw-dev/multi_fetch

Ignore fetch=True when passing a multi into Subreddit(...).

9b2f319cac23c0bad8e0f0a474c6ca551cdd5c5f authored over 9 years ago
Ignore fetch=True when passing a multi into Subreddit(...).

5eaca401ef1f5ddb57a1fee9cffe549c7a756a9b authored over 9 years ago
Merge pull request #458 from praw-dev/decorator

Fix #249 Don't destroy method signatures with decorators

3b266dea25fcf63544bc5d87d07903c28e7e2598 authored over 9 years ago
Avoid destroying method signatures with decorators.

60dd692f0d729860c1fe74c82dea4f8c32e35163 authored over 9 years ago
Minor rst fix.

99126eb644d0bcca6bb1c2501975fa4c79dac68e authored over 9 years ago
Merge pull request #455 from voussoir/praw-leavemod

08 July 2015 - Fix multi-scope methods; add leave_moderator

5b72e72c869806b30f5082a12b852ca5bf4b535c authored over 9 years ago
Clean docstrings in leave_status methods

9c876a4b0ebb278101046c59dfa7b8d814de5604 authored over 9 years ago
Refreshable.refresh will always return new obj

a316f15c09a0e4df7571c79f8c938d888c5d4eb6 authored over 9 years ago
Merge pull request #459 from teaearlgraycold/master

Fix OAuth scope over edit_wiki_page()

092cba93fd291b3fd7ab54cc2c33cc7d73912e24 authored over 9 years ago
Fix OAuth scope over edit_wiki_page()

2224196999bae6a990154d801abf36e6466ac71f authored over 9 years ago
Add ModSelfMixin

1bf696640d2c8499a11834f3401a0300838a9c82 authored over 9 years ago
Remove implied wikiread dependency

WikiPages will now lazyload, allowing the user to access
modwiki-protected methods without being...

bfe90aa18a092449da504770eb1ecef3f03cbe11 authored over 9 years ago
Update manifest.in to include docs and tests in source distributions.

e55766638091ef3aa526169b3484da5f0407b9f3 authored over 9 years ago
Merge pull request #457 from Liudvikam/patch-3

Fix typo in exceptions.rst

7a1cfb83b3162c82eea1dc42b536063042354c81 authored over 9 years ago
Fixes typo in exceptions.rst

cf2d2c10c97ddf1d1666246ca2e5ed802032f13e authored over 9 years ago
Privatize leave_status; increase coveralls

dfc580f39fb5e37c57ed047a47e099e6b2c179ed authored over 9 years ago
fix flake8 in test_scope_modself

74f4bd716c7d7715701591e303d4e32db8051ed3 authored over 9 years ago
add test_scope_modself

deeb823bdc26f58faf713b4b24983373a337194f authored over 9 years ago
Fix multi-scope methods; add leave_moderator

c05bab70ff4b26967ca0b114436e0edad24aa6aa authored over 9 years ago
Bump to version 3.1.0

3d0be7a1697c90f715d4dd4bb73c63318810b14a authored over 9 years ago
Merge pull request #453 from voussoir/praw-unreadscope

07 July 2015 - Remove reference to user in mark_as_read

e87008ac9dd88e0c0a20738b0b0828cd7cfe08f5 authored over 9 years ago
remove reference to user in mark_as_read

Because `reddit_session.user` is None when the app does not have the
Identity scope, messages co...

ab6f2be8a08a57e0356edab4ae2ebf646c3bca1c authored over 9 years ago
Merge pull request #452 from Liudvikam/patch-1

Add the final four OAuth scopes to add to the table in oauth.rst

186b9cb2c7227e8defdd92be76761adbfeacc52c authored over 9 years ago
Update oauth.rst

76c858ee56f93247f79830ca29ba2e0b46a64044 authored over 9 years ago
Fix a mistake in table formatting in oauth.rst

e17bf4ab0a641fb2c37714e4cde18fd2d01b0bfc authored over 9 years ago
Change "get_disliked" and "get_liked" to "get_upvoted" and "get_downvoted"

68f7ade0d6d29bcc1a781c6e16395341480c1e28 authored over 9 years ago
Add the final four OAuth scopes to add to the table in oauth.rst

Adds the ``history``, ``modcontributors``, ``modself`` and ``wikiedit`` OAuth scopes to the tabl...

0cbc451ac170115003f6d1dc266df96d5626837e authored over 9 years ago
add "modcontributors" refresh token

0f95b54261425ff117c6b2f72a71908be3cfa076 authored over 9 years ago
Merge pull request #450 from Liudvikam/patch-1

Add "modothers" to table of OAuth scopes

68a9751867f4ecf3a2bc4312066f4e917381bb7b authored over 9 years ago
Get rid of unnecessary plus signs/newlines in oauth.rst

faf999486eba3e4e7432c4b74aa52e54412266e6 authored over 9 years ago
Add "modothers" to table of OAuth scopes

2b44feba64725fce74d9cd5b49f0f71e2baaa948 authored over 9 years ago
Merge pull request #449 from praw-dev/optimizations

Minor code optimizations

9e103bf5e6a4f7c26f4fb6ce932e2237774536fe authored over 9 years ago
Comment out non-betamaxified image tests as they're flakey.

eec6b48758a02805656c5cbe9df7fcdae762a3a3 authored over 9 years ago
Simplify `_populate_ functions.

Add a `_post_populate` function to provide the functionality when needed.

Also:

* Remove unece...

55d5c6464013227f6c7dc7a9e1c5aa25ce6e645c authored over 9 years ago
Add lazy_name update redditor test.

31ad1c5b849773edb240af681eb5e3aaf6ec16e8 authored over 9 years ago
Merge pull request #433 from voussoir/praw-fastname

27 June 2015 - Change fastname mechanics for Subreddits and Redditors

665de95da6c9f34d7f86b1961128d6a0178db914 authored over 9 years ago
add oauth scope wikiread

66dd8e693df6116b4153c6ca0b9fee65fd3103eb authored over 9 years ago
fix has_fetched docstring

d62d6da39bf27528828be1c3c3849611da681082 authored over 9 years ago
simply redditor+subreddit refresh

10bc7251ec82d15a86996031a739eaa31e0fe236 authored over 9 years ago
new sub/user fastname mechanic

Fix double-underscore typo

8f3fc1e65351f567c2b4e4a8122b699e323579df authored over 9 years ago
new sub/user fastname mechanic

redditors and subreddits' name attributes are now set on instantiation instead of lazyloaded. Us...

31d4984fd66930dbc886dfedb27c835dc6609262 authored over 9 years ago
fix typo in changes.rst - "Addded"

14ba6b485dee7900f550dbeedd969b519fbce9c0 authored over 9 years ago
Merge pull request #446 from Liudvikam/patch-1

Add more OAuth scopes to the table of OAuth scopes

8f10a12cb6c9c9407492b5cabced3f912c5db064 authored over 9 years ago
Rearranged OAuth scopes table to be in alphabetical order

4e6e117e5e95b2b26bf686f61646fd552d744d03 authored over 9 years ago
Add "creddits" and "modwiki" to the table of OAuth scopes

348fe8a1d66cf273dac87b8c2561405a5c38003e authored over 9 years ago
Add "save" and "report" to the table of OAuth scopes

338ddcea1473be6ec2f1a88214c85b38d21331e4 authored over 9 years ago
Add development version install instructions.

ecba5ba1b3281e30ac6227e239545f328949d251 authored over 9 years ago
Update decorator tests pertaining to docstrings.

42e148859e9aecb3942e74a4687cbff81b1aab31 authored over 9 years ago
Fix pylint warning.

71b7f3b70dfeb4033101c163069c74b4201f238b authored over 9 years ago
Remove redundant restrict_access parameters.

17889f57a2851178da0d99f03ebd073c6bc874c4 authored over 9 years ago
Update login deprecation warning message.

a3deaff7525a1fb248410cc0f671f8582fca6d41 authored over 9 years ago
Fix sphinx warnings.

debec7d73a7cea73dab5ad98e757efd5157a958f authored over 9 years ago
Merge pull request #439 from voussoir/praw-randpost

02 July 2015 - fix get_random_submission not raising redirect

91dd0063350d8f909fda678d4f38493fa981e2e7 authored over 9 years ago
Merge pull request #444 from voussoir/master

fix mod invite scope

ae1c7d07b3e8923660df1dc1736a9dd6e36e4e2d authored over 9 years ago
clean up modself scope test

9fa160eb9742b08bcd952d33ec5aff6a84b8436f authored over 9 years ago
fix flake8 for modself scope tests

ad6d5b9ed9c093d2721363abb48cf8c5e4b11f1e authored over 9 years ago
add test for modself and modothers scopes

27b3ed5a8ed061106fcffe9099b22308506a0c39 authored over 9 years ago
fix mod invite scope

119812f036016b2634f0c4c42776b647eacf78d5 authored over 9 years ago
Merge pull request #441 from sprt/master

Fix #427: pickling a Comment object is slow

2100d7761c3c8e38f3d958322b062c5c822c4905 authored over 9 years ago
Merge pull request #443 from Liudvikam/patch-1

Add "flair" to the table of OAuth scopes

bf9f07add7131a4ccac49843f776c71ce6ce3bce authored over 9 years ago
Add "flair" to the table of OAuth scopes

dee5b42180fa3e5971467e118d7c19768fd03127 authored over 9 years ago
Merge pull request #442 from gschizas/master

Added missing OAuth access restriction scopes to several methods

2a698c4c08f79965e0b9fbf0dfeafbf173606247 authored over 9 years ago
Removed scope from accept moderator invite

84df5c1aab956daa0ef017c80fea000cca9ae367 authored over 9 years ago
Order RedditContentObject's magic methods

223b569fc05b84af245ce00f8642e362b465a3ca authored over 9 years ago
improve get_random_submission tests

now check for 2 unique items out of 3 requests

b2d3489d72a84bfa6b33029504f9db3fb2e42b0f authored over 9 years ago
Merge branch 'master' of https://github.com/praw-dev/praw

6eacb505af41b768f3934839d41bf4726cfa2245 authored over 9 years ago
Fix #427: pickling a Comment object is slow

750aa8625313245b74ec80640cf62f9656262230 authored over 9 years ago
Added access restriction scopes to missing functions

21b96f40ed377ac6bff521d0718ac4e2c7ba89dd authored over 9 years ago
fix get_random_submission not raising redirect

get_random_submission was failing to raise the expected redirect, and
was returning 200s instead...

3ac469d625a257af185abbd1ace9334285e54432 authored over 9 years ago
Merge pull request #437 from Liudvikam/patch-1

Make the OAuth guide slightly easier to understand

c64e3f71841e8f0c996d42eb5dc9a91fc0c25dcb authored over 9 years ago
Update oauth.rst

fceb9c93cd37296c56a6d96476bad6593d63dd5f authored over 9 years ago
Merge pull request #436 from voussoir/praw-multifix

fix multireddit subreddits appearing as dicts

d0a3d92e4b7e9f4b7f90bc7845759bdac5cbd6e8 authored over 9 years ago
Merge pull request #435 from vallard192/master

Configuration options for SSL validation

c2b8d32fcb52147f56607d193cfee71876c9ba79 authored over 9 years ago
fix multireddit subreddits appearing as dicts

The `subreddits` attribute of Multireddits was being returned as a list
of dictionaries. It is n...

783d59c86ec10e558869ebb1ad31520b3a9b28d3 authored over 9 years ago
-> Sorted options in praw.ini

-> Sorted part of configuration_files.rst
-> Added validate_certs: True to the default section of...

8220500db5a5ba512abdc2b1c00bdbae6b10c55b authored over 9 years ago
Documentation grammar error.

4accce18199e19a39da37221e5b95ec6b270715e authored over 9 years ago
Updated Documentation

4ce1490ad729b3e99a8a8ad76b4960e353ecbf78 authored over 9 years ago
Removed local ini configuration values

fb168fd3602e17c37b779a9a8e62b1aaf62a12ca authored over 9 years ago
Merge remote-tracking branch 'upstream/master'

e0687d81f7b17cf1e83e06188ad6bab07aea1ac2 authored over 9 years ago
Adding changes to allow turning certificate validation for SSL requests on or off.

f43ffb738d18cde951c8366038a0b1d2b03de50a authored over 9 years ago