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

Disable submissions_between debug output in tests.

0d0de85ff7e1661a8e35dc9ef8620a7c3d243e4d authored almost 9 years ago
re-removed Comment.sticky(). Use Comment.distinguish(sticky=True)

d30189f0055d739e36543503ac4736b1371d077b authored almost 9 years ago
restored original implementation. less prone to data mishaps

ae2dd777fd16b2a6f94ce8668df683ee1a3d9a39 authored almost 9 years ago
add Comment.sticky method.

5c084b46df279f31ffbbc91b8fbebb9de8026bfd authored almost 9 years ago
Merge pull request #587 from JeremySimpson/master

Fix to _use_oauth not being reset

65134c407497873e1f8096d2a7620d4c07efc64a authored almost 9 years ago
Use finally instead of settings everywhere

1b711ac5adb359e9be3206301ea2601b999bd99b authored almost 9 years ago
Fix to _use_oauth not being reset

0181a8dd9eeec6023d0ead33a23c24c4cffd084d authored about 9 years ago
Merge pull request #584 from TheEnigmaBlade/new_settings_keys

Adds support for newer options to set_settings

3c6d9953c171787bbfa837b7b33698e26a40171a authored about 9 years ago
Removes modmail forwarding settings. Reddit's removing the feature.

103649cd31ff73583d90bcc29a193ab031c46d98 authored about 9 years ago
Adds support for newer options to set_settings

- modmail_email_address: a string for modmail forwarding
- modmail_email_enabled: a boolean to en...

7a568523da929e0471bfab6b6c396a0ca1f4ae05 authored about 9 years ago
Merge pull request #578 from eleweek/master

submissions_between helper: workaround for reddit bug when sometimes submissions returned out of...

e0185c50d222af3a824ea612f326f571901e0d65 authored about 9 years ago
submissions_between helper: fix flake8 complaints

95d2e577d2282f036f9c1e7739567b922e07848e authored about 9 years ago
submissions_between helper: workaround for reddit bug when sometimes

submissions returned out of order

0eaab95b74865c9767e7abd4fc776838525cccdc authored about 9 years ago
Merge pull request #576 from voussoir/praw-subtraffic

Add 'modconfig' scope decorator to get_traffic

7a753b66eee247d23c947da3f982adde19be1299 authored about 9 years ago
add modconfig scope decorator to get_traffic

3d0bd1b4067798aa768398cd2f354dfb260052e6 authored about 9 years ago
Merge pull request #575 from voussoir/praw-subtraffic

Add method get_traffic

e59c68ade95de935187267213c81c1500aa7a228 authored about 9 years ago
Clarify get_traffic docstring

34cf57adb8266ddc6bfc3bbb751b0c0b93521733 authored about 9 years ago
get_traffic has no oauth scope

f03ce4a0fb9886ea7791f2765796f6a2cebd3da7 authored about 9 years ago
Add method get_traffic

b52433fca212229da541d8e57f0ef1a5f5d26ecf authored about 9 years ago
Merge pull request #574 from dmarx/master

Clean up "Call and Response Bot" tutorial

a96d48620af127ea55bf6e5d5c593dc0ecc4d8e0 authored about 9 years ago
Minor copyediting

893730fe4e6a73afea20ecf170cc3199ad0dec88 authored about 9 years ago
Added some explanation to the functioning of a regular expression in docs.

1e45f0aa7f8f12ff5189029dd4c7cebcd47390de authored about 9 years ago
Cleaned up 'call and response bot' tutorial.

7014b59bdf479083d80290e2715adf8daf9aea12 authored about 9 years ago
Merge pull request #553 from 13steinj/patch-4

Partially fix the praw multiprocess issues

dcb152b56d3d29d0af68f6b6a710ddd8691c8071 authored about 9 years ago
Partially fix the praw multiprocess issues

Simple, retval = e instead of except Exception as retval.

99821cff105792d391c28cc168ce5f1640f47a66 authored about 9 years ago
Merge pull request #572 from praw-dev/doc_cleanup

Add call_and_response_bot page to doc index.

999951c9cbdbb31085ecbc871d81e4f2d7f8376f authored about 9 years ago
Add call_and_response_bot page to doc index and provide some doc cleanup.

b877489064318e8176aa3fb3e87d078ee3c3cacd authored about 9 years ago
Merge pull request #571 from dmarx/master

Added documentation for building simple 'call and response' comment monitoring bots.

d03b2543dc699467f8f1617cad437110c838e46d authored about 9 years ago
Fixed some minor formatting

5aa7084818a44108a366a277e5c1c338f1057818 authored about 9 years ago
Added documentation for building simple 'call and response' comment monitoring bots.

712c4e5be6e4c14872d6678253e8aaa6e59479c1 authored about 9 years ago
Merge pull request #570 from 13steinj/patch-5

Hide debug ouput on travis for submissions_between

74c08cd91148c618e0594d2261a75fdc14101a1c authored about 9 years ago
PyPy needs the debug log

PyPi on Travis is far too slow and the build stops since too much time passes without the log ch...

8ae461eab7677c2a8f7282d02a76b8930537e5fe authored about 9 years ago
Merge pull request #569 from caleywoods/suggested_comment_sort

adding support for suggested_comment_sort

df8d3b8739ef49a4f58b5734429c5bf3a5efb2ee authored about 9 years ago
I'll squash this one too

02349b91d0ed2c4ea7329287a7399fb84981cf7d authored about 9 years ago
I'll squash this and send a PR in the morning.

6a1afd3e486846732cd3de2d47962643b5f18832 authored about 9 years ago
Hide debug ouput on travis for submissions_between

The test on travis for submissions_between is putting out debug outputs at a level of 3 and less...

5aadb82444937efa0aa3a2eed4a6f938d1ea4226 authored about 9 years ago
Fixed line length for Travis CI

19e139524f1cd26df6dd4c599950b87919094af2 authored about 9 years ago
add default argument for suggested_comment_sort

81d75e9c829051952eb71e3169cc451dcac28fc9 authored about 9 years ago
Merge pull request #554 from eleweek/master

Add helper for downloading all submissions in a subreddit between two timestamps (Implements: #337)

cb33a4e72fec97fce23c30c60928cb2f35b94d2b authored about 9 years ago
submissions_between helper: split unittests into multiple files, speed

up unittests a bit, extra_cloudsearch_fields is now None by default

97e0c259db4229ffcf338eca98d8df51922aae14 authored about 9 years ago
Update useful_scripts.rst, fix arrayofchar's link

c4fac07abd4c0b5e3fa134cd5481d1b8d25dcedd authored about 9 years ago
Merge pull request #567 from arrayofchar/patch-1

Update useful_scripts.rst

ab6b928fba9963a58fa0d60836a04c649fe9533a authored about 9 years ago
Update useful_scripts.rst

4dc57bea2d534db3271c96424f9d2a8b72507166 authored about 9 years ago
submissions_between: python3 compatibility + sort cloudsearch fields to

make tests stable

601fb8af7777f8cdc86da2b83dbebfb24e12b32e authored about 9 years ago
all_submissions -> submissions_between: somewhat better window sliding

params, extra filtering by cloud search fields

480be4c1b64c0e98134176a47d99791303c09ff2 authored about 9 years ago
adding support for suggested_comment_sort

This adds support for suggested_comment_sort in the set_settings() method.

b4d94f0207987ddc6df8a15cc12f4b26141404db authored about 9 years ago
Minor fix to changes document.

056a74e7d39b1ecccf5de2db6f114b75eeccf1e8 authored about 9 years ago
Add changelog entry for small PNG images.

ccf910d047af70df9c96aae4fa8b7946c2970ef1 authored about 9 years ago
Merge pull request #565 from praw-dev/Andygmb-master

#562 Cleanup

d2cfd7d4f7bbc54caee8babcc498cfd09bb79d98 authored about 9 years ago
Update image too small messages.

29f3c14540f76ff2d9c5e76e14b59113959cffe3 authored about 9 years ago
Add MIN_PNG_SIZE and MIN_JPEG_SIZE to allow for valid PNG <= 128 bytes.

Update test image to be 66 bytes, below the MIN_IMAGE_SIZE

b207cfa1ad4c94ddb3506873f51272dc775fce9c authored about 9 years ago
Merge pull request #563 from eleweek/add-hash

Implement __hash__ for RedditContentObject

258a6c4b83c54e1169155460b87f5356c408f964 authored about 9 years ago
__hash__ for RedditContentObject: add test case for two different

submissions

626772d5da3299b91447f9759d8299b43d3b25fc authored about 9 years ago
__hash__ for RedditContentObject: add docstring

bc9e884e2a9b61c8591a3a4b056f324160edc1d7 authored about 9 years ago
Implement __hash__ for RedditContentObject

7d4633ba630de6dc7c04aa6ba5905940e698e174 authored about 9 years ago
Fix RST table formatting for OAuth scopes.

3139361dcd1aba234e8814f25cc79cf8a74607a5 authored about 9 years ago
Updated table to look sexy

a0f4d8a9cee2e258a96ae1e00bb0df5f48eddbee authored about 9 years ago
history is needed for get_comments

fae0134d0ecd8de6f523d7b1d341f14e6afdb337 authored about 9 years ago
all_submissions test: mock time to improve coverage

836c0d72c76fc54389e4bede66846e2304bddc31 authored about 9 years ago
all_submissions: fix python3-related issues

883a3d089e886bac8863995f00f6bc2dd8bd872b authored about 9 years ago
all_submissions: more style fixes

e0df1275beb535b52fa9821c1ecc06c6c699cda1 authored about 9 years ago
all_submissions: Fix flake8 complaints; remove debug printing

3d8bf811580ec3c9f580d74a69f52a8b53c9a5a0 authored about 9 years ago
all_submissions: remove new_episodes flag from betamax

e603335b8f099d55b4086193c4d5f5788c3014df authored about 9 years ago
all_submissions: forgot to commit file

ed0651caadac63cfff0258051199de34f05c3877 authored about 9 years ago
all_submissions helper: add tests, add flag for sorting order & address

review feedback

470fe59cfd7727b13d6fc74dffbc77abe6a62555 authored about 9 years ago
Merge pull request #558 from diceroll123/patch-1

Add SelfDestructBot

4b58abc4c5c20b5e2ed52b5c8c3e85c24dbd1300 authored about 9 years ago
Add SelfDestructBot

_properly this time_

c963abd2e1f98e5db71e6952f46edbe5599fcc75 authored about 9 years ago
Merge pull request #559 from praw-dev/docs

Update changelog and fix other documentation references.

9363a05b463879a0ffe4183927fe4998060e1ed6 authored about 9 years ago
Update changelog and fix other documentation references.

f8e0b576fa0774eca16593ff41eb814bd75d116e authored about 9 years ago
Merge pull request #551 from 13steinj/fixargspec

Use inspect.signature() for Python3 and up

7233eddd4e0d765ba57b314759832f51ac3e5ddf authored about 9 years ago
Add SelfDestructBot

87548ccdf6806ea8828ee3fd76379284b14577b2 authored about 9 years ago
Actually add offset to lowest_timestamp and highest_timestamp

f7c4318494939f892554068cae557c8b699cdf78 authored about 9 years ago
all_submissions: when calculating lowest_timestamp, assign it to zero

for "all", "mod", "contrib", "friend"

4604b688fe4ef5a392323d6605d173368be6a468 authored about 9 years ago
Remove debug output

94e0b8570f69c6bdc677e871b5ad70b8e2d34d2b authored about 9 years ago
Fix "line too long" issues

c4ae1f1c1c052ffdfeedba1a1e0b3e21231c53f6 authored about 9 years ago
lowest_timestamp is subreddit's created_utc; actually use

lowest_timestamp as a lower bound

cf629349e168381dfafd6dcf59e3d5afc6e08218 authored about 9 years ago
Add helper for downloading all submissions in a subreddit between two

timestamps (Implements: #337)

f4653e51748af1162a7ef3794d5937b447cc8d0e authored about 9 years ago
Add test for _make_func_args

5c2dd29d3711a33c106adb516c8a42829ddcb09f authored about 9 years ago
Use inspect.signature() for CPython3 and up

`inspect.getargspec()` is soon to be deprecated in favor of `inspect.signature()`.

`inspect.sig...

9c0d245f237a1d358fed0de150b199c511970b27 authored about 9 years ago
Merge pull request #550 from eleweek/master

Add support for getting default subreddits

d0893c1d0320f5301d847fc70afe2c940fecf1b4 authored about 9 years ago
default_subreddits(): add betamax cassette and fix issues from PR #550

62f48f7194aa304173c1283bfbc5988b5676c6fb authored about 9 years ago
Merge pull request #543 from nyov/master

Support `*` OAuth scope (#471)

aab9701d3402bf55f82ffb929f280e92df72c2d0 authored about 9 years ago
Merge pull request #542 from voussoir/praw-dotformat

Replace all %s with .format; break up dense lines

96d8fc06382274e99a3e1ba47e4a3afec8dbf6b4 authored about 9 years ago
Replace %s with .format; break up dense lines

All uses of %s and %d replaced with format. API paths use keywords,
one-off messages use {0} etc.

3e9592f474e23dcd56f5f0cba5dcc3da341b4868 authored about 9 years ago
Add support for getting default subreddits

469e06b46427573a347a2d39ac06fa7ff6e82190 authored about 9 years ago
Merge pull request #546 from praw-dev/pretty_cassettes

Pretty cassettes

ed94a85ff4813ae4be0b37423fe6a5097c150bff authored about 9 years ago
Prettify all existing cassettes using the ppretty_json format.

064da3d3c4ccb17e86e2c75347cf62080d263035 authored about 9 years ago
Prettify all newly created Betamax cassettes.

0b2c365f1eb56ad9dcb48ed433fd410b3e7c95f8 authored about 9 years ago
Merge pull request #547 from praw-dev/pep257

Fix pep257 issues.

0a13777f245076484c27ccd51d6c23eb282ad997 authored about 9 years ago
Fix pep257 issues.

12c9716c37eeb3cf5173cf7656b58545823c3f4d authored about 9 years ago
Support `*` OAuth scope

(closes #471)

4072450a182b9849c509dbfc7bafbe4afc54dfc7 authored over 9 years ago
Merge pull request #540 from voussoir/praw-modmailmute

Add support for modmail muting

f1b7e7d3dd3be0dc31823ef5af0af39cbc6d411c authored over 9 years ago
Use the userlist generator for get_muted

351d408ce763cc63b93acecbf0a1bfaa7c0ed530 authored over 9 years ago
Add support for modmail muting

096967dd16905feeb3c4242e79c410664f0b6826 authored over 9 years ago
Add support for modmail muting

86fda5626bf80de0bda265e1a0e626eaff045f7c authored over 9 years ago
Bump to version: 3.3.0

5781558bb04c6b8f87974bd6e61b070e54372dc8 authored over 9 years ago
Merge pull request #538 from julianwachholz/scope-lists

Allow lists or space-delimited strings as scope

d3631d3832db1c69f9dfd350294119b3ef4725c1 authored over 9 years ago
Allow lists or space-delimited strings as scope

Allowing the use of a normal `list` or space-delimited string as the `scope` parameter to `set_a...

6da3918456cd62179c149694dfe467c965b8d443 authored over 9 years ago
Rearrange unreleased Change entry

f881636660dc8e8b632071942859492aaa64b37a authored over 9 years ago
Merge pull request #534 from voussoir/praw-hideoauth

Fix AssertionError when hiding with OAuth

e820cf0c6882322500037542148825b35d70eabc authored over 9 years ago