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

Update praw/models/reddit/comment.py

a1307f987300a670e9c2cd13ad378c86f0df5556 authored over 4 years ago
Use fullname instead of name

Both properties are the same, but fullname does not require a network
request to be made.

3765e3ed83e366c0930fdae1b763a19a2ba6e301 authored over 4 years ago
Merge pull request #1517 from PythonCoderAS/black-set-to88

Change black to wrap to 88 lines instead of 79.

f192f6be9ed0c62eba4d60de422fe59283fe4e0d authored over 4 years ago
Get rid of un-neccesary quotes

6f31aa811fcd1afaaa3ebd99dcaf908896d911d2 authored over 4 years ago
Fix errors with extra commas

b9b263aa1e3b6f02dfdc79bf9605d610be6714c3 authored over 4 years ago
Change black to wrap to 88 lines instead of 79.

8e8cdd773e71bbd54353e8a24ab7f3a10de1138f authored over 4 years ago
Actually implement cached property system

1109d7710460a7ce938f7491643b7b0e89d6ad6f authored over 4 years ago
Remove non-JSON serializable object

b0d30ad1560c4971b98614f33dd71323ddfa077a authored over 4 years ago
Add a few type hints

fdf11961b22bc5e6099ce6e30174428daa63d620 authored over 4 years ago
Add missing cached properties

b39a9ce888ea15082bd48b848f5208681a07a59b authored over 4 years ago
Subclass MediaPostFailed from WebSocketException and deprecate parameter original_exception

25155da47d4eaf89b3c1598f0581dcfcf1c57128 authored over 4 years ago
Make exception for failed media posts

b69606f25d65ada725f00f63b7848b5d0eba7b83 authored over 4 years ago
Merge pull request #1510 from jarhill0/cache-moderation-stream

Make SubredditModeration.stream a cached property.

8c5b7c93af2067c489c05970f8eaef8a0668aafa authored over 4 years ago
Merge pull request #1507 from PythonCoderAS/faq-search

Add FAQ entry per #880

eed1462ab665a7fe1f76a85cb25b84804d2efdae authored over 4 years ago
Merge pull request #1509 from jarhill0/substream-typo-fix

Fix a formatting error in the documentation of subreddit streams.

d664172f2218158a6d79b2c61bd02add48e86c29 authored over 4 years ago
Fix a formatting error in the documentation of subreddit streams.

402a15bb72950eebdbc8b5eecf097bb4cdc5b23e authored over 4 years ago
Make SubredditModeration.stream a cached property.

ed6230d087c1bd4e3bdeb008f338b7e4f2bc38c7 authored over 4 years ago
Add example block

3c41b8dedc08762985ca29df8d1ebf6bd508ed95 authored over 4 years ago
Add FAQ entry per #880

Also fixes formatting error in earlier entry

acc92e00c44e25add077cf72a3257f1f00341ee5 authored over 4 years ago
Merge pull request #1506 from PythonCoderAS/new-objects

Generate objects for dictionary parameters

337e20f93cb4fee644e7ceb1e345e96900627330 authored over 4 years ago
Create Styles class

Attributes documented from dictionary keys:
https://github.com/praw-dev/praw/blob/17c99f8846150f...

2e39d72213192ce85d3f8562fa043fb3bc70c081 authored over 4 years ago
Create Hover class

Attributes documented from dictionary keys of hover key:
https://github.com/praw-dev/praw/blob/1...

60d77286806b0b3f1e1288d794e922951c5b190c authored over 4 years ago
Create CalendarConfiguration class

Attribute documentation retrieved for signature of configuration dict:
https://github.com/praw-d...

68742ef3f70483447a15536afd88c61c5c4a0dcc authored over 4 years ago
Update the attributes for the Button class

Relevant documentation: https://github.com/praw-dev/praw/blob/17c99f8846150f1f16a7f6b84dd309f17a...

fbde0e4342f9adb4d391e6654049f775db0e7afa authored over 4 years ago
Merge pull request #1505 from praw-dev/revert-1457-delete-build

Revert "Remove build directory"

17c99f8846150f1f16a7f6b84dd309f17abdb887 authored over 4 years ago
Remove from the network test, which did not use to be present

9875c4d3b25c3e90f60dbad4e318282366a5d4d8 authored over 4 years ago
Revert "Remove build directory"

1bb041f04d4124ea0c3b4016531061975cdb5c03 authored over 4 years ago
Merge pull request #1501 from jarhill0/lintfix-format-unused-arg

Bugfix: Correct error message when we fail to fetch a comment

8dc0e46d8ea2f7aa7f9942e0637ead5af28b8def authored over 4 years ago
Correct error message when we fail to fetch a comment.

This mistake was caught by flake8: the .format() call wasn't using one
of its arguments because ...

de9a6e12c808e0a9dc2cc69f69a2f40699700e69 authored over 4 years ago
Update Removal Reasons (#1454)

* Make RemovalReasons similar to Rules

* Add new update test

* Apply suggestions from code...

99b7665cb7b6962e51ff807fc13a6ee421fd5019 authored over 4 years ago
Merge pull request #1498 from PythonCoderAS/master

Minor correction

1f74bf9eb0ed0aed8945e169b07bbebae70c8438 authored over 4 years ago
Minor correction

7a9927b167b4e30c075358a70f105212dee57094 authored over 4 years ago
Remove all TypeVars (#1490)

* Remove all TypeVars and use TYPE_CHECKING

* Update praw/models/preferences.py

* Update p...

b3d9f31c31ddcec39daf8448bccda36906d7c0e7 authored over 4 years ago
Merge pull request #1489 from PythonCoderAS/deprecation

Add deprecation directive

dc810a90b310836e13a7c4f29a7d6017ea9c5f4a authored over 4 years ago
Add deprecation directive

06eb235be9d5119e749318fd6a563b31952f72b8 authored over 4 years ago
Apply post-merge code review suggestions and update documentation (#1488)

a09182253b1b3dd19db424b4f2386afd9e5d459d authored over 4 years ago
Merge pull request #1477 from jarhill0/use-put

Use Reddit.put() instead of passing the HTTP method as a string

376c60aa91a937503dd9c70076264d22d263d870 authored over 4 years ago
Merge pull request #1479 from jarhill0/type-fixes

Generator -> Iterator, and other type fixes

3841068873cc51780528d2ca7b235b8d0b9bece8 authored over 4 years ago
Merge pull request #1478 from jarhill0/stylesheet-update-reason-doc

Document the `reason` parameter in SubredditStylesheet.update method

2a48c6ca8ebf9e07e467600030cc8875c40910d4 authored over 4 years ago
Merge pull request #1476 from jarhill0/delete-method

Create Reddit.delete() method

5d485c3fe2e5025e610f7666a501bbdeaf5c1be4 authored over 4 years ago
ListingGenerator is an Iterator; Generator -> Iterator

In many places, functions claim to return a Generator,
which (per my understanding of the docume...

3d9b60ed9d21e59a54084004894c5dbcfc40aac4 authored over 4 years ago
Fix several type signatures

I used PyCharm's type checker to find type signatures
that didn't match the behavior in the code...

403da7dca8f15d4f38d6d4842f38ad1f7d209f77 authored over 4 years ago
Document the `reason` in stylesheet update method

1e7e1713d9fc43eb8a67fd64153381a3d2aa31c8 authored over 4 years ago
Use Reddit.put() instead of passing the HTTP method as a string

a3105c038bd2205d2dcf3b7495ecd6b3bce3c80c authored over 4 years ago
Use Reddit.delete() instead of Reddit.request("DELETE")

This commit changes a number of places where "DELETE" was being
passed as an explicit HTTP metho...

33050c6b7b15866cef6eef82e075dc89cbd8b34e authored over 4 years ago
Create Reddit.delete() method

A number of places in the PRAW codebase make DELETE requests.
For the sake of consistency, it wo...

378c87f14d980af4a86931b001e056494604d6a0 authored over 4 years ago
Make more black-esque formatting changes (#1474)

* Make more black-sque formatting changes in .rst files and expand the search in .py files

* ...

fdabc0384eb657969c135bcb3bd33e08dd8ae698 authored over 4 years ago
Merge pull request #1473 from PythonCoderAS/black-style

Change code style to match black's style

2e6e7a931f60222b03f92666c7a0c09f6ac56193 authored over 4 years ago
Change code style to match black's style

c828d5709b50fa4941bc53bde35017a157d63b3a authored over 4 years ago
Merge pull request #1472 from PythonCoderAS/doc-config

Add entries about ratelimit_seconds and timeout

185e32a0b39b0ffcabce0250136783a9c7445eba authored over 4 years ago
Add entries about ratelimit_seconds and timeout

d4790d84493fa8ef231530275dde8a77e63a422a authored over 4 years ago
Merge pull request #1471 from praw-dev/PythonCoderAS-patch-1

Reword documentation

382e682238a1acc6e0db264aa5ec7a02dddcdc96 authored over 4 years ago
Reword documentation

The indicated behavior was incorrect, and the documentation has been updated to reflect the true...

2622c8af6dd1a0d1d8de0163e3b39bd948c27194 authored over 4 years ago
Merge pull request #1469 from PythonCoderAS/rules-improvement

Minor improvements to Rules

4d26d8b1b3a034554aa72e233dcc8932c6f1bc59 authored over 4 years ago
Minor improvements to Rules

bc3032ea4cd5c01cf9f0ee2c7edc54a75ea54eb7 authored over 4 years ago
Merge pull request #1467 from praw-dev/PythonCoderAS-patch-1

NETWORK_TEST env variable no longer needed

cc33c88f5a24672513618302460a90855ca5fb62 authored over 4 years ago
NETWORK_TEST env variable no longer needed

64fcad19c9c3a7010976aa36e9f07c4ec5bb1d68 authored over 4 years ago
Merge pull request #1431 from PythonCoderAS/issue-1429

Ensure that BadRequests without detailed error data are raised as actual BadRequests

e376fd8a93c89bdfaeaca50593c534fdc31b2baa authored over 4 years ago
Reword changelog entry

97745a43a4b19c7aedf2467afdea538ce4dc7e7f authored over 4 years ago
Use set to check for keys

Co-Authored-By: Bryce Boe <[email protected]>

bc881da278e281401f9d02cd6afce7ca15989c4f authored over 4 years ago
Ensure that BadRequests without detailed error data are raised as actual BadRequests

c9e5fd26ed17e79dd5e0a19d6cfe6347408a8938 authored over 4 years ago
Merge pull request #1466 from praw-dev/PythonCoderAS-patch-2

Add setup.py changes to tox.ini

980d84be4c474ac2c20a2ae6fe16f1116e89e639 authored over 4 years ago
Merge pull request #1465 from praw-dev/PythonCoderAS-patch-1

Directly test for the presence of the needed variables

626d6371bd4fd2ee853ec8a723c023ddaf0bb10e authored over 4 years ago
Add setu.py changes to tox.ini

2f1911f15a3a60ccfc6cd95601f145ac9f0d0b46 authored over 4 years ago
Update test_github_actions.py

08a15ba22565e6a73e508efbda1218479de93919 authored over 4 years ago
Directly test for the presence of the needed variables

8924dc574ce286617e46698ac7284175b716e395 authored over 4 years ago
Merge pull request #1430 from praw-dev/PythonCoderAS-patch-1

Add new log data

821f97c199e834e79db31ee4c52da5d4e006a908 authored over 4 years ago
Add new log data

dcc38274dd108429e05bcb2fa85e0d12941fb1a7 authored over 4 years ago
Merge pull request #1464 from praw-dev/fix-github-test

Skip if not in praw-dev/praw repo

f993370cd39a0ab1d0bd0ddac84ca26e228f3c72 authored over 4 years ago
Skip if not in praw-dev/praw repo

Secrets are not copied to forks, so the program won't run anywhere else.

cb669aa4791c3dbe4d46b2494faf3bedf131d991 authored over 4 years ago
Merge pull request #1463 from praw-dev/PythonCoderAS-patch-2

Maintain compatibility with old rules

31007617052b17d352e2445c2a5c6cd25fa33f5b authored over 4 years ago
Maintain compatibility

85a9e08601b47abf2b182935a47bbb1a7f641e34 authored over 4 years ago
Add actual network-requesting test (#1436)

This will make sure that basic functionality is not broken by any
commits.

5e331ea227a52741690c88f5038848f142c56945 authored over 4 years ago
Merge pull request #1462 from jarhill0/polls

Rename PollData.get_option to PollData.option; use split rather than partition

6dcb42933ebec393496c682b2cb588887b657e37 authored over 4 years ago
Use split rather than partition

https://github.com/praw-dev/praw/pull/1460#discussion_r417611241

8a9cf9c5e8d5b48fb73e938ae2ddee21fd159628 authored over 4 years ago
Rename PollData.get_option to PollData.option

f7f843589c230c14b34bd0131a1408f32ee574fc authored over 4 years ago
Merge pull request #1460 from jarhill0/polls

Add support for submitting and viewing polls.

94ba339ba133006dfc5db18f1ca6f2549227751d authored over 4 years ago
Add support for submitting and viewing polls.

This involves creating two new classes to represent poll data and poll
options.

These changes d...

21398dc99e83e944f2d92678186024a5d2c1be11 authored over 4 years ago
Merge pull request #1444 from PythonCoderAS/rules

Add rules class

113f6b15dd5217bb37df4a9f4be547ea6f95bd75 authored over 4 years ago
Generate documentation

e8adefccb4bd22c7dfb0d136dd8c55aeab906e1b authored over 4 years ago
Generate tests

a8981027f4ec7f867d6a2fe246ffeac166c79a8f authored over 4 years ago
Generate Rule object

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

b5354741308da5283ec9dce3ce70020b0aa6bd8f authored over 4 years ago
Fix #1452

The new endpoint only requires us to send the modified
attributes, which is really nice because...

18d0c04f8385108620d6f8434a334db0591e9c70 authored over 4 years ago
Merge pull request #1455 from jarhill0/json-requests

Add json parameter for POST, PATCH, and PUT

3c18f80293cdc081b0e9926785f27cf0211507d1 authored over 4 years ago
Add json parameter for POST, PATCH, and PUT

This parameter gets passed through to requests, which
automatically JSON-encodes the value and s...

a33d08f48b6a20d65ef33e037a842326693ee4b9 authored over 4 years ago
Merge pull request #1457 from PythonCoderAS/delete-build

Remove build directory

271942619e7f4216a119d98ea10ffffeb0de64bc authored over 4 years ago
Remove build directory

743a517e75e91c55301ac509d244445913dbf6de authored over 4 years ago
Merge pull request #1441 from praw-dev/PythonCoderAS-patch-3

Set minimum python version to >3.5.3

db459269616a188a21e663527d3ebc204a35cf51 authored over 4 years ago
Merge pull request #1446 from jarhill0/update-phrasing

Update phrasing about comprehensiveness of documented attributes

a0c764012833662c255e7b7711f245001fd8cfa2 authored over 4 years ago
Add FAQ entry about login (#1450)

* Add FAQ entry about login

* Apply suggestions from code review

Co-Authored-By: Joey RH <...

4f9293f7a3e7a620d2b1f1ddfac4dfacebe733bf authored over 4 years ago
Change to report update info via stderr (#1453)

2547eb9b16797b9695ae7956519636b782217a37 authored over 4 years ago
Update phrasing about comprehensiveness of documented attributes

I believe I was the one who originally came up with the stilted phrasing
that the list was "not ...

6353e9c11e01cea8517ceb7ed09134a6890f1334 authored over 4 years ago
Revert (sort of) "Get rid of redundant ``'<content>'``" (#1449)

Wrap strings inside double backticks in double quotes

5984613367ecd939307b0c60f9013e08a99b49f6 authored over 4 years ago
Unrelated formatting changes due to black

0e960b765d5b7afe0397b3ce9c51ad55082c7f78 authored almost 5 years ago
Set minimum python version to >3.5.3

Per python/typing#266, the issue was fixed in versions > 3.5.3.

55711002a341eaa2b83ee615362aebc9f7178799 authored almost 5 years ago
Merge pull request #1428 from jarhill0/bump-version

Bump version to 7.0.1.dev0

1dd8a0deb15c3a6e1f3b4c052ef8334c0120beb1 authored almost 5 years ago
bump version to 7.0.1.dev0

6f88063fae644bd55d3dbe7688d6f4f19aa9115d authored almost 5 years ago
Merge pull request #1427 from jarhill0/bump-version

Bump to version 7.0.0

2d8b78f8ead12e2b898b490e42ecc2ab5dc7e86a authored almost 5 years ago
Typo: "slotted" -> "slated"

bd48b493473e9cf1baeb5a8f6fc736c758c584b5 authored almost 5 years ago
Bump to 7.0.0

b506970dd081dc66a9d86b0ce9a3b58451f8528e authored almost 5 years ago