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

Connect to websocket earlier when submitting media

We take advantage of the websocket url returned from the media upload
method and pass it into th...

10abd8aecf5ef3ef2bf9d7486c4ffea3e80646f7 authored about 4 years ago by jarhill0 <[email protected]>
Connect to websocket before submitting media

The Reddit API has been updated since this feature was originally
written. Now, we can get a web...

e1082b4a4e5051c9d234317051edf249bf37a632 authored about 4 years ago by jarhill0 <[email protected]>
Separate media timeout test cassettes

I tried re-recording these tests' cassettes but it was failing because
they were making differen...

e3ce99cdd85401c0c0492409eeb8b824e5e1dd62 authored about 4 years ago by jarhill0 <[email protected]>
Merge pull request #1592 from praw-dev/change_log_1563

Add change log entry for #1563

57f91df02fa0a213110cd0809fdeea1868d3cc28 authored about 4 years ago by Bryce Boe <[email protected]>
Add change log entry for #1563

Signed-off-by: LilSpazJoekp <[email protected]>

08444f7c52b5b7a4e49ce3c11b463a80d0eb8907 authored about 4 years ago by LilSpazJoekp <[email protected]>
Auto generate casette names (#1529)

* Remove unused cassettes
* Make a builtin use_cassette function that dynamically generates cas...

04fa35917bcf1b494fefbc4cdbf7e60b13be7ecb authored about 4 years ago by PythonCoderAS <[email protected]>
Add changelog entry for #1547 (#1588)

* Add changelog entry for #1547

c7fc5dad24ecfb383b3bf08d1abcfb764b9bd3f5 authored about 4 years ago by PythonCoderAS <[email protected]>
Merge pull request #1547 from leviroth/stream-lru-cache

Use least-recently-used eviction policy for stream BoundedSet

43dd4a7b27bc6f9ea4f6353acf770775d6c29a16 authored about 4 years ago by Joel Payne <[email protected]>
Change stream cache eviction to least-recently-used

Co-authored-by: PythonCoderAS <[email protected]>

e63f8e86016729c9edee6c4b7be55f0abe878e4d authored about 4 years ago by Levi Roth <[email protected]>
Updated documentation for modmail conversation (#1572)

* Updated documentation for modmail conversation

742e61001e5eafbdd72eca5d8ace0f925c954533 authored about 4 years ago by fwump38 <[email protected]>
Merge pull request #1585 from PythonCoderAS/redditbase-check

Implement a check on RedditBase for unset STR_FIELD attribute values

a1f7e015a8a80c08ef70069d341e45bd74f9145e authored about 4 years ago by Bryce Boe <[email protected]>
Modify classes to keep tests passing. Most significantly, a new _extra_str_field_attr has been added, because of the Redditor object storing the fullname in a separate variable and fetching the STR_FIELD attribute later on.

954a0bb548055b6c7d777fb7500d3598ee297c95 authored about 4 years ago by PythonCoderAS <[email protected]>
Add in unit tests

7acc06cfe23635592e22ead519a078cf0d5ec795 authored about 4 years ago by PythonCoderAS <[email protected]>
Re-arranging super calls to utilize the new check, as well as deleting the _fetched assignments.

dc9b7f33e05deb6478e2e49b98c6768d7f69b935 authored about 4 years ago by PythonCoderAS <[email protected]>
Wide extension to RedditBase __init__.

Add a check to make sure that the STR_FIELD attribute is set, otherwise raising an error (per ht...

f3b664e4fe1b631e7649c61026ac5831115d964b authored about 4 years ago by PythonCoderAS <[email protected]>
Merge pull request #1584 from finefoot/patch-1

Add newline to fix reST syntax

4de22f20bef0796ae09854d925382cd4da5c3370 authored about 4 years ago by Joel Payne <[email protected]>
Add newline to fix reST syntax

e663245765435a1481f4054d5b0b759615d369e4 authored about 4 years ago by finefoot <[email protected]>
Merge pull request #1582 from LilSpazJoekp/asyncpraw_mention

Add mention for Async PRAW

df2016237f2da689fdba9f569772af7eaea4f50b authored about 4 years ago by Joel Payne <[email protected]>
Add mention for Async PRAW.

Signed-off-by: LilSpazJoekp <[email protected]>

1a68b1a74bd94777ca21adce6e85c54a9b6308c2 authored about 4 years ago by LilSpazJoekp <[email protected]>
Merge pull request #1559 from timendum/SubredditModeration.update-doc-update

Update SubredditModeration.update documentation

1bef72082626666662dd16753402dd318abde6f6 authored about 4 years ago by Joel Payne <[email protected]>
Update SubredditModeration.update documentation

4f9e9847effe1fead1c0a7b81ebdbc935624eb7a authored about 4 years ago by Timendum <[email protected]>
Merge pull request #1578 from LilSpazJoekp/update_maintainers

Update maintainers

9060d44c1b06639472b299bc1d3d5a4444344184 authored about 4 years ago by Bryce Boe <[email protected]>
Update maintainers

Signed-off-by: LilSpazJoekp <[email protected]>

f9fae62aec0c6dc50297931450a354e853d986c2 authored about 4 years ago by LilSpazJoekp <[email protected]>
Adds the "subreddit" parameter to Reddit.info(). (#1570)

This change adds the `subreddit` parameter as defined in the reddit API documentation (https://w...

0e57527d3f5ccc0279f6b0c21b310b1f607f8152 authored about 4 years ago by Justin Krejcha <[email protected]>
Merge pull request #1564 from Cyatos/master

Submission URL error handling fix

d022c7fee90695655da0b17067953cfd4d206b10 authored about 4 years ago by Joel Payne <[email protected]>
Merge pull request #1577 from LilSpazJoekp/add_3.9

Add python 3.9 support

2d83e5e183ea14a55832f694d234c9109e4a1280 authored about 4 years ago by Joel Payne <[email protected]>
Add python 3.9 support

Signed-off-by: LilSpazJoekp <[email protected]>

99c35d0f1812f946a8f6fe86796edc481040aea5 authored about 4 years ago by LilSpazJoekp <[email protected]>
Fixed submission url error handling

c40b341aeefa7801ecd71cabd38c73768627e884 authored about 4 years ago by Yash Chhabria <[email protected]>
Merge pull request #1576 from LilSpazJoekp/award

Update and sort awards table

76bcf3c3d780dd8df6a16525c05de58b81bd8bed authored about 4 years ago by Joel Payne <[email protected]>
Update and sort awards table

Signed-off-by: LilSpazJoekp <[email protected]>

9bca99c3338da3cb044e38e73ace27252f5ecab9 authored about 4 years ago by LilSpazJoekp <[email protected]>
Merge pull request #1575 from praw-dev/rtd_nopdf

Don't build pdfs in readthedocs

44600e351799669fe7dba2aacce01d25245fc520 authored about 4 years ago by Bryce Boe <[email protected]>
Don't build pdfs in readthedocs

eedc33e48914c017d388f9ac304d586dc7a48271 authored about 4 years ago by Bryce Boe <[email protected]>
Merge pull request #1554 from praw-dev/PythonCoderAS-patch-1

Make comment more descriptive

9226bdb276a10d49d32bee61db4d4266dab94770 authored about 4 years ago by Bryce Boe <[email protected]>
Merge pull request #1566 from leviroth/fix-modmail-stream-docs

Fix modmail stream doc reference to "messages"

09d71ae266aee6139387965afb0e6a0ba4eb1952 authored about 4 years ago by Joel Payne <[email protected]>
Merge pull request #1563 from LilSpazJoekp/inline_media

Add ability to submit selftext with inline media

e36642d41a3a01350f8e7d8c015f782e4f3fcbf7 authored about 4 years ago by Joel Payne <[email protected]>
Merge pull request #1574 from praw-dev/rtd

Update readthedocs settings

3ee008e88e670713d79c23cda0e1716ac8b0c0be authored about 4 years ago by Bryce Boe <[email protected]>
Add ability to submit selttext with inline media

Signed-off-by: LilSpazJoekp <[email protected]>

Add ability to sub...

6d9848e1006bee4cf437e4415d5d055674715ba3 authored about 4 years ago by LilSpazJoekp <[email protected]>
Update readthedocs settings

d7180ea714a98f5b9d16a3e749b450a941a58061 authored about 4 years ago by Bryce Boe <[email protected]>
Merge pull request #1567 from LilSpazJoekp/awards

Add ability to award new awards

5e8f3e760425a19cce6d677da07e685806c7e546 authored about 4 years ago by Joel Payne <[email protected]>
Change previous entry to be consistent.

Signed-off-by: LilSpazJoekp <[email protected]>

0a1b93362b1ce62d8dceb57c842f4ceae22fe420 authored about 4 years ago by LilSpazJoekp <[email protected]>
Add ability to award new awards

Signed-off-by: LilSpazJoekp <[email protected]>

Fix typo

Signed-o...

076c677ddd759edfb7d268437442af7984da9f62 authored about 4 years ago by LilSpazJoekp <[email protected]>
Merge pull request #1573 from praw-dev/sphinx_warnings

Don't error sphinx on warnings

b0735ba07d301a6299af41524c74662845e41c90 authored about 4 years ago by Bryce Boe <[email protected]>
Don't error sphinx on warnings

bdb29ee1c5d0e48e95d72dfea18da5a70991276b authored about 4 years ago by Bryce Boe <[email protected]>
Merge pull request #1561 from LilSpazJoekp/invited_moderator

Add invited moderators endpoint

986327ab8e05615dac2881b58ddf9a3ab0f4eef4 authored about 4 years ago by Bryce Boe <[email protected]>
Merge pull request #1560 from LilSpazJoekp/gallery_url

Add support for gallery urls

973233fa76701ea00dd0a0192c7e178730d9c0bb authored about 4 years ago by Bryce Boe <[email protected]>
Merge pull request #1569 from ndon55555/master

Fix CommentForest.list() method signature

2bf8cc18d4fe1518acfd6e4e652874dec33c7ee0 authored about 4 years ago by Bryce Boe <[email protected]>
update CommentForest.list() signature

2e1eabcbcdbd358d920f94ddea2f52450d30f564 authored about 4 years ago by Don Nguyen <[email protected]>
Fix modmail stream doc

410e429683b8ebfd9eaa64c0d064653c21e70272 authored over 4 years ago by Levi Roth <[email protected]>
Make comment more descriptive

aa8355f63a35c3aa70fdc3399341bdb57a637fdb authored over 4 years ago by PythonCoderAS <[email protected]>
Update praw.ini

3c02c430b41b0c8f5875c76eeb5dc27d23abece5 authored over 4 years ago by PythonCoderAS <[email protected]>
Add invited moderators endpoint

Signed-off-by: LilSpazJoekp <[email protected]>

4edfe71564856843e51b6e4f685b116ecaa1ba3a authored over 4 years ago by LilSpazJoekp <[email protected]>
Format all docs to 88

Signed-off-by: LilSpazJoekp <[email protected]>

57c86e0181d7506fc5fc9d0a488829abcfd678ba authored over 4 years ago by LilSpazJoekp <[email protected]>
Add support for gallery urls

Signed-off-by: LilSpazJoekp <[email protected]>

c177c85068c80909cf1012d8016ca08be219e2c8 authored over 4 years ago by LilSpazJoekp <[email protected]>
Merge pull request #1557 from LilSpazJoekp/reformat

Reformat with black and code/documentation cleanup

a1bbf43761310b6f43b71e6fafae98f4e214d9d9 authored over 4 years ago by Joey Rees-Hill <[email protected]>
Update praw/models/reddit/more.py

Co-authored-by: Joey Rees-Hill <[email protected]>

2f84a8782f0c0b45185c1d65ac74ce40aa2769b1 authored over 4 years ago by Joel Payne <[email protected]>
Format all docs to 88

Signed-off-by: LilSpazJoekp <[email protected]>

24bc2602d4034b3fb9302456261b7b2025cb426d authored over 4 years ago by LilSpazJoekp <[email protected]>
format python code-blocks with black

Signed-off-by: LilSpazJoekp <[email protected]>

3994ba376a3d955dcec040d867cf7ed5e665013f authored over 4 years ago by LilSpazJoekp <[email protected]>
fix test

Signed-off-by: LilSpazJoekp <[email protected]>

831e96add4276540a7945d7ee9a58ea6ec6c260e authored over 4 years ago by LilSpazJoekp <[email protected]>
Add flynt as a lint dependency

Signed-off-by: LilSpazJoekp <[email protected]>

a0724a99f8166b2f2c4f56de0e020fb67a326b18 authored over 4 years ago by LilSpazJoekp <[email protected]>
Made progress on cleaning up documentation

Signed-off-by: LilSpazJoekp <[email protected]>

1dbec18cd9a9d302e8c940f58de170f339552b19 authored over 4 years ago by LilSpazJoekp <[email protected]>
Convert to f-string literals

Signed-off-by: LilSpazJoekp <[email protected]>

72d36f3d93b22fc1adceb7b16a33ddfcaa762cc7 authored over 4 years ago by LilSpazJoekp <[email protected]>
Run black

Signed-off-by: LilSpazJoekp <[email protected]>

3ba89e6ecffae4fcde4849cf57754bf62ec59082 authored over 4 years ago by LilSpazJoekp <[email protected]>
Add .venv to flake8 excluded files

Signed-off-by: LilSpazJoekp <[email protected]>

fc9c9acdb9da1b0f90a6e499ea9ef846507888fe authored over 4 years ago by LilSpazJoekp <[email protected]>
Merge pull request #1540 from mandjevant/master

Docs updated: appeals state modmail conversations.

fca82b6f1a1fbd5e00316058cb11f1245367056d authored over 4 years ago by Bryce Boe <[email protected]>
Merge pull request #1551 from gavin19/patch-1

Update `saved` snippet to match description

bb7775fe0832b0d8721a96fa12f70b808554a272 authored over 4 years ago by Bryce Boe <[email protected]>
Update `saved` snippet to match description

Snippet would return only 100 results at most, but the example states all.

31e452568bdbcaca243d3f1239db6d14a69dbdcc authored over 4 years ago by Gavin <[email protected]>
Merge pull request #1546 from LilSpazJoekp/modmail-mute-duration

Add ability to specify modmail mute duration

475e8cab36f21228d0aba042b711636c6aa7a5b7 authored over 4 years ago by Joey Rees-Hill <[email protected]>
Corrections

Signed-off-by: LilSpazJoekp <[email protected]>

d0517121c076b896dfc4a7c025c2ed6e919891ae authored over 4 years ago by LilSpazJoekp <[email protected]>
Add ability to specify modmail mute duration

Signed-off-by: LilSpazJoekp <[email protected]>

8f402b4d7a825f7d15f56c34b97c1445b3946cb7 authored over 4 years ago by LilSpazJoekp <[email protected]>
Merge pull request #1545 from praw-dev/drop_py_35

Drop support for python 3.5

51b6d3d9bbb3ecaa123b71682c1e16488f89c185 authored over 4 years ago by Bryce Boe <[email protected]>
Update minimum prawcore version to 1.5.0

bb0e00f5bb05b1c86aa5f5c569beb93b29e6076b authored over 4 years ago by Bryce Boe <[email protected]>
Bump update_checker's minimum version to 0.18

bb0e00a275a59cfd3f0f11d9fcd152bb93493db7 authored over 4 years ago by Bryce Boe <[email protected]>
Drop support for python 3.5

bb0e0072f6871450bc105eac86e392258f5fc121 authored over 4 years ago by Bryce Boe <[email protected]>
Add `submit_gallery` method (#1539)

Signed-off-by: LilSpazJoekp <[email protected]>

3f847e63170c6e983388803b364e8874ea64dcfe authored over 4 years ago by Joel Payne <[email protected]>
Merge pull request #1542 from LilSpazJoekp/fix_leave_moderator

Fix bug with leaving as a moderator when using token auth

1d44173254b226d8d5eeb3fb291f81c5dd0b2a10 authored over 4 years ago by Bryce Boe <[email protected]>
Fix bug with leaving as a moderator when using token auth

83323ef46f1ff17ec844b82fa5640a6cacbbc734 authored over 4 years ago by LilSpazJoekp <[email protected]>
Update docs for new appeals state for modmail conversation.

Update docs since all does not include appeals.

Fix lint.

Changed wording (requested change on...

592413d62b077525ee5272b204fc8437204dc9e2 authored over 4 years ago by Tholhuijsen, P.T.C.M <[email protected]>
Merge pull request #1538 from hubalazs/master

Update submission.py

5bd88f7ce5a2d6c8af909b9fb7b0e3daeb8c2f0a authored over 4 years ago by Joey Rees-Hill <[email protected]>
Merge pull request #1536 from gschizas/patch-1

Fix pre-push script to work on Windows

be4e2e1dbf797d0df797066d05b83f7510a866d3 authored over 4 years ago by Bryce Boe <[email protected]>
Update submission.py

Fixed phrasing (can use used)

cc1041b3af4725ffbe1c58d1c77c41f29b89e16c authored over 4 years ago by hubalazs <[email protected]>
Update pre_push.py

c1cfa51c4fc9ed100d9fab0fcf41ae4ed47ea85a authored over 4 years ago by PythonCoderAS <[email protected]>
Fix pre-push script to work on Windows

Since Windows and all Unix-based OSes have different conventions on process initialization, chec...

590e188fac182b9de1e448b7ad418be193481302 authored over 4 years ago by George Schizas <[email protected]>
Merge pull request #1535 from nickatnight/nickatnight/gh1495/add-body-html-attribute-to-comment

docs: add body_html to doc strings..update AUTHORS.rst [#1495]

8e2eb9b0c1b76ef72b02d3f33998b7e0a13bbd81 authored over 4 years ago by Joey Rees-Hill <[email protected]>
docs: add body_html to doc strings..update AUTHORS.rst [#1495]

e1b22c802c1d132a0d973dcca285410332f7da01 authored over 4 years ago by Nick Kelly <[email protected]>
Merge pull request #1534 from jarhill0/fix-poll-docs

Fix submit_poll documentation

6ba5c92e5d5210338c0a2a2755a5e5e226a002fa authored over 4 years ago by Joey Rees-Hill <[email protected]>
Update subreddits/gold endpoint (#1531)

* Update endpoints.py

* Add `Subreddits.premium` method
Add DeprecationWarning for `Subreddi...

87a0ad0a4df43bf9bfe1e8d9446e9821453474bd authored over 4 years ago by Joel Payne <[email protected]>
Fix documentation of submit_poll

c6107423b859d2b50e2d5b45d7645caff95a6808 authored over 4 years ago by jarhill0 <[email protected]>
Appease black

3df1eacd18a7190654721501364d1326885dd737 authored over 4 years ago by jarhill0 <[email protected]>
Merge pull request #1527 from jarhill0/bump-version

Bump to 7.1.1.dev0

c49f288b5d5f8074de9afceb35ef3e6a7a50a3ca authored over 4 years ago by Joey Rees-Hill <[email protected]>
Bump to 7.1.1.dev0

8287588e843a6813cd73401dff1523f4d72998a0 authored over 4 years ago by jarhill0 <[email protected]>
Merge pull request #1526 from jarhill0/bump-version

Bump to version 7.1.0

85da77d169962d99d0c8bb12316ff4646720ac3c authored over 4 years ago by Joey Rees-Hill <[email protected]>
Bump to version 7.1.0

98ce830a2d3bb88a8a0376f850ed009ba7b9108c authored over 4 years ago by jarhill0 <[email protected]>
Merge pull request #1525 from PythonCoderAS/fix-black

Apply black formatting

ddf9e767cfaa0aa3dad23d0675847335ffdf0eaf authored over 4 years ago by Joey Rees-Hill <[email protected]>
Apply black formatting

5d255060f4819f9187e6b33c4a09dd3d7ad8424e authored over 4 years ago by PythonCoderAS <[email protected]>
Merge pull request #1434 from PythonCoderAS/websocket-error

Raise exception when invalid media is used

ae49030aa6995b0713e2860e7649122aa7c645fd authored over 4 years ago by Joey Rees-Hill <[email protected]>
Merge pull request #1520 from praw-dev/use-fullname

Use fullname instead of name

986a84ab9a959f015f82dd5ecccfaabf2cb403b3 authored over 4 years ago by Joey RH <[email protected]>
Merge pull request #1514 from PythonCoderAS/fix-uncached

Fix uncached properties

8fee82509b1bbc6862ed10c6affea4264e917c25 authored over 4 years ago by Joey RH <[email protected]>
Merge pull request #1511 from jarhill0/live-stream

Add streams to live threads

c501b65bc46741544d8debebbabca4697fda1c7b authored over 4 years ago by Joey RH <[email protected]>
Add LiveThreadStream class to stream live thread updates.

Streaming live thread updates seems like a pretty obvious feature
given the "streaming" nature o...

582bcb64c083b2d92bea21350d5dd02d7642ad9e authored over 4 years ago by jarhill0 <[email protected]>
Add tests for LiveThreadStream

46da739d2dd014952b5d30f7f0dbaca8dc646dbb authored over 4 years ago by jarhill0 <[email protected]>