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 tests for non-requesting helpers

bb19353683f026a4fcf0d720d74f4ccf8ffa598d authored over 8 years ago
Test for submissions_between on /r/all with no lower bound

7ce3cc929675d7d1fedb907b81eb7ed6d1ca3e31 authored over 8 years ago
Test a comment stream

f3afbc369631e2797c4e2955ceb2074fe09e3cc9 authored over 8 years ago
Add tests for loading configuration in praw/settings.py

This brings praw/settings.py to 100% coverage. While a relatively long (and slow test due to the...

a5e9837a5ea08b3664a5ea77e0bb23c329db3bfe authored over 8 years ago
Replace author in setup.py with maintainer values.

86953ceab1c8f197d42869cde4f72cbecd815546 authored over 8 years ago
Merge pull request #654 from 13steinj/add_tests_1

Add tests 1

9e594e59ba7803b137b3a7ba06038e346f17df70 authored over 8 years ago
Temporarily fix test_auto_refresh_token

This is just temporary until I add the full fix from a later commit. The app info has to be set ...

299b6f5e17599f07c107af541f633ea8b94dc5ed authored over 8 years ago
Add User-Agent and direct request tests

e10b1a01d2f130dfd45754c94e3bd7346b44ee89 authored over 8 years ago
Update warning based tests to use assertWarnings

1dd1e2a9588ed882de2a47ae0d8f0985dd2844e6 authored over 8 years ago
Add tests/test_handlers.py

- Add test for the eviction of cache on the RateLimitHandler.
- Add test for the calling of a ca...

7b4ccb85067a03b1edcac144ec06eaebf6b35b32 authored over 8 years ago
Use six.unichr

six provides our CHR function for us

95db84cf177b2472f927157457caf02c0b2866b1 authored over 8 years ago
Merge pull request #652 from praw-dev/gilded_comments

Add Subreddit.comments.gilded.

c9b8e4ac83e58c6b9070fa4c3e99ba702e5374b4 authored over 8 years ago
Merge pull request #653 from praw-dev/osx_fix

Work around annoyance when testing on OS X.

0cd8fb571d66db2978d1c55f2f601fc6bbf17b65 authored over 8 years ago
Clean up old comments gilded code.

eeb7433b0d961ac8f669acaa8a5929d2e720f634 authored over 8 years ago
Add Subreddit.comments.gilded.

4043cc274d7652b3b44aeb4fbdc92ea8bbb1f415 authored over 8 years ago
Work around annoyance when testing on OS X.

2e0004fc8b0e6408fd9bd1697d8f9647ff01e5c9 authored over 8 years ago
Use GildedListingMixin where just ListingMixin was used before.

f395dfbfbaa9570a3279882f0a9e84819a7f2e6d authored over 8 years ago
Rename listing/mixins/listing.py to listing/mixins/gilded.py.

d1ef2ffdf07c148b00897042e3336153ddcdb370 authored over 8 years ago
Remove old/test_flair.py.

17589a97416a1156916eb6980cbf1d1431fee1a0 authored over 8 years ago
Remove old/test_internal.py.

806079bd3140e39fcc7faf6418dafd9f9fbaf401 authored over 8 years ago
Merge pull request #651 from praw-dev/wikipage_revision_by

WikiPage.revision_by is a Redditor instance.

45e2ce9d5deec06ee06f4acc57e108f257893f1c authored over 8 years ago
Remove old/test_wiki_page.py.

1127aafa6fb9175f09233902e43ef46e6b410d9a authored over 8 years ago
WikiPage.revision_by is a Redditor instance.

4dbff1e572634af91b8db8f20412e9434e3c8c62 authored over 8 years ago
Rename cassette for TestWikiPage.test_content_md.

e280ccecc8e1d5ed9e8a3baa34b86eedd4d7de10 authored over 8 years ago
Bump to 4.0.0b12.

bb9c48ad6af87a09685cfc2886182eeaff1db1d5 authored over 8 years ago
Merge pull request #649 from praw-dev/prawcore_version

Depend on prawcore >=0.0.15 <0.1.

ca8592ee498f58c0f6b51e1e9b8c34d4d7a0658f authored over 8 years ago
Depend on prawcore >=0.0.15 <0.1.

I want to be a bit more flexible now on what prawcore version is
allowed. semversion allows back...

65589f4752b521a167b033ef4322f7424331a4c9 authored over 8 years ago
Merge pull request #648 from praw-dev/voussoir-praw4

Replace pre_push.sh with pre_push.py

6818e61413d7a1c52a05fabeb092a7c69fff3c6e authored over 8 years ago
Update pre_push.py.

ede2d94b317d97ab15c559198e1cb621f365bb59 authored over 8 years ago
Replace pre_push.sh with pre_push.py

c84d64b9524bccad578e99010ce83e8848a5987f authored over 8 years ago
Add pypi latest version badge.

a3ffae25465a5d4a7248b79c2f452b32413177d7 authored over 8 years ago
Replace reddit with Reddit in README.

5c8f42c2de9df8cfc479bda3cc022af8342361b2 authored over 8 years ago
Add donate badge.

c9a99471e4feaa621e9240d6b8bf4d64060727c7 authored over 8 years ago
Update contributor guidelines documentation.

0bce7ae42d85ca5928c4af9bdb21fbed49e3603b authored over 8 years ago
Update docs layout and fix minor formatting issues.

54a3e61aa513d376cdaf4aecabd3678a29840416 authored over 8 years ago
Minor documentation formatting fix.

4da817894b0df5ba0c3d417d1339daf62015a040 authored over 8 years ago
Merge pull request #646 from praw-dev/docs

Update comment extraction and parsing document.

e59e0711eeb04b9ff86da288c8bc1c8b0162d3a1 authored over 8 years ago
Update comment extraction and parsing document.

d18e058986486bb97e64ff4c502618c1443b10dc authored over 8 years ago
Merge pull request #645 from praw-dev/doc_warnings

Enable sphinx nitpick mode and fix warnings.

e92c0ca038763064beb9383b636d28d371d68dc9 authored over 8 years ago
Add sphinx building as part of the test process.

01bae5e2b554c257442d19888eb32a0a291af3c9 authored over 8 years ago
Enable sphinx nitpick mode and fix warnings.

49696403e120dffa57f42762acdb8a176c7140f1 authored over 8 years ago
Merge pull request #644 from praw-dev/docs

Many changes pertaining to auto generated documentation.

c167930ec9f9b6d748fb59e4f39864387ffd93da authored over 8 years ago
Use properties instead of simple attributes for sphinx auto attribute detection.

2136b435a763dfdc90ef2d48395afb094ed4b04a authored over 8 years ago
Fix typo in README (maintainer).

94e5c0f873ddfc57f01ad0df0d78f6758ce133b0 authored over 8 years ago
Make Submission.comments a property so it can have a docstring.

9be76621aa21a22fe80498dfa5163a7ae265b223 authored over 8 years ago
Define __all__ in models/__init__.py for automethod sphinx feature.

b6ccc5bd8ba6aa8fa6221db150a449428b49a90c authored over 8 years ago
Fix minor docstring issues.

b067a73be836e673dc665faf74da7ea16c1477fe authored over 8 years ago
Fix change log doc issues, and move reply_bot to under getting started.

8ff832d81a350b6557de82cac3a3c7fd914dbc13 authored over 8 years ago
Remove pages/lazy_loading.

6bda57f7bba5fd4ceee8b4263dde4ad0557de078 authored over 8 years ago
Remove pages/faq.

51d0e3aecd8d511cf8b30f8b555039636a6b786d authored over 8 years ago
Remove pages/comment_parsing.rst.

7bbebe2021e6b7586f84a3f3e5e9820c87ebcd0a authored over 8 years ago
Cleanup docs/conf.py to provide only used settings.

ec5cda0305f899f839f149dcd8297ba32c641866 authored over 8 years ago
Add comments document to sphinx build.

d1b1e4982e231ad5666716244b9b7389c971efbd authored over 8 years ago
Remove call_and_response_bot.rst.

048669104cd7aa45505eb76fd91709050ae717a8 authored over 8 years ago
Remove useful scripts.

936bedbb24ccb8cdd07ad71ffeef095e4f71c4c8 authored over 8 years ago
Move 'Comment extraction and parsing.rst' to comments.rst.

d5fb8ab69f5e6c15f0b65676ba02ae08a1c4ac59 authored over 8 years ago
Suppress nonlocal_uri warnings when building sphinx docs.

8a86a24bfea9f3a50b8ca4cbfeafce241f40b25b authored over 8 years ago
Remove pages/configuration_files.

293fae5b6dd7213d4ae41195c6600611bc02e428 authored over 8 years ago
Make vote private and update related docstring to be notes.

6f80fac31203b2276ecb5c518b2ca26a7196d698 authored over 8 years ago
Add some classes documentation to the doc build.

0734f05b0e27763405fdb2269f0f2bfb25d0ae4d authored over 8 years ago
Merge pull request #642 from voussoir/praw4

Add subreddit creation and update_settings

d4686e39b24de852568ebb1c1bab53c873db5fea authored over 8 years ago
Fix docstring typo and phrasing

02ca93f5e004f497f7d62910c5f0e603a3ef1b64 authored over 8 years ago
Rename nsfw parameter back to over_18

6b0ded6aef24898e0e5cc3c689254314ec7c84b9 authored over 8 years ago
Improve subreddit creation and tests

Clarify and improve docstring; Separate tests; Improve accuracy of update test

bbcc245038ae930b087aa52e4657a17028d0b2a0 authored over 8 years ago
Merge pull request #643 from praw-dev/environment_test

Fix TestConfig unit tests by removing other possible environments.

578a733ffb0bdbc869258ec64dfc663a07a15b08 authored over 8 years ago
Fix TestConfig unit tests by removing other possible environments.

724e23bcca27891f17bce757612f6d1a097f98f1 authored over 8 years ago
Add missing setting show_thumbnails

20d54f4b223cad299dcc1913c81bc5e26b16bb1c authored over 8 years ago
Remove get_settings, set_settings, update_settings from old

6f3ebfbf0e4354f721add09ac94d200326a676b2 authored over 8 years ago
Remove create_subreddit from 'old'

ad1dbeaa31fa2d3e67b2c232ded1078b86e0baa4 authored over 8 years ago
Move multireddit create test; fix cassette typo

1e15ccdfd10ba68c5701f61a3cce798c0555cd0d authored over 8 years ago
Add subreddit creation and update_settings

ca073d17707e4bec41504b6ac167184475f0913b authored over 8 years ago
Merge pull request #640 from DCuddies/commentdoc

Added comment extraction and parsing

7caf9cd33803fe00defe97bcaaae037a7aeeaee7 authored over 8 years ago
Add donation link.

ffa840bc2b4eb53100f071ee37ff077c99dd6a3c authored over 8 years ago
added comment parsing documentation

064ef2f06409d6363d150f4b215db9795eda2ed2 authored over 8 years ago
Merge pull request #638 from DCuddies/patch-1

Update reply_bot.rst

fd22833e2a62214b04bc697d2ac38b40b4fd63bd authored over 8 years ago
Update reply_bot.rst

Fixed a few typos.

c76f2d02a83dfdb19349ff352be05eb4d7eb0728 authored over 8 years ago
Use `prawtest_` prefix for environment test settings.

Using `praw_` conflicts with regular PRAW operation, hence the motivation for
the separation.

64afd914e58f0abe52030d6ee4279fb0757b1ab6 authored over 8 years ago
Update Reddit site_name parmeter comment.

add0d548ea05774f8d222fe73d969f58b64766d1 authored over 8 years ago
Remove reddit config section. Use DEFAULT for all default values.

6b94b9258f7cd8a53d7841fe1261b371058bb2ba authored over 8 years ago
Bump to 4.0.0b11.

074bbe107071cb204677b61f0d5a4204f766bc52 authored over 8 years ago
Update to prawcore 0.0.14 with ServerError retry support.

1840c1468cc44be36f77bf8fc3d4b896fc7b0974 authored over 8 years ago
Merge pull request #637 from timster/master

Updated RateLimitHandler request to merge environment variables

87e4a867d7d0a1136e22e91286503b755d9ad1d3 authored over 8 years ago
Updated RateLimitHandler request to merge environment variables.

7136f0e3eb874325c4e9e7d5c4a7bcce5e10a9cc authored over 8 years ago
Update prawcore to 0.0.13 which obviates manually calling auth.refresh.

dce26a79a3e0fd3b66bc3b9163ea2c2c281bc15c authored over 8 years ago
Remove old/test_decorators.py.

d3f296a04a4934285f384198f7f1d4bf5c668406 authored over 8 years ago
Merge pull request #635 from praw-dev/top-level

Update contributing related documentation.

2eece132bfe98087ce10e4efca664f1aceb1bb8d authored over 8 years ago
Add github ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE.

Update CONTRIBUTING and rename lint.sh to pre_push.sh.

376e315d1dfb1752c807566c6481a8afdcf9aefc authored over 8 years ago
Move CONTRIBUTING.md into the .github directory.

8296df86ae45a04b09a84d0ec24244f718b47899 authored over 8 years ago
Leave only removals in PRAW4 initial version change log entry.

98bb77e6430b1467949caf65f1ede577ea550936 authored over 8 years ago
Update code of conduct to contributor covenant 1.4.0.

039d3d590b7f5cd519cf8cc67d63a6afbdce3f0f authored over 8 years ago
Merge pull request #633 from 13steinj/patch-11

Fix typo in and clarify docs of helpers.valid_redditors

96d4cb0489c34093da4e521b32e6d5a7b9836fd0 authored over 8 years ago
Fix typo in and clarify docs of helpers.valid_redditors

The parameter is "sub", not "mod_sub", and it's unclear as to what a "valid redditor" actually is.

f81f63361fe6526476d7587c195c4ba48ed7575f authored over 8 years ago
Fix wrong word in title: Let me Google _That_ For You.

202b9281b26a7640a318fbc6202de39cac98bdcf authored over 8 years ago
Merge pull request #634 from praw-dev/doc4

Add reply bot documentation. Thanks @DCuddies.

ec69de31dce89dec7e5951cabe715302ba656199 authored over 8 years ago
Finish revisions to the reply bot document.

c775839133f1200b818ac9e612121416ac7c80b0 authored over 8 years ago
Make corrections to reply_bot doc save for steps 4 and 5.

fd6fc05064dde92cd1f9b6ae9b81e3d0cd799b58 authored over 8 years ago
Replace `r` with `reddit`.

In PRAW<4 `r` was the typical variable name used for Reddit instances. This is
convenient, howev...

7c550592cb2db917df5321f6abd8a972f9c3fc04 authored over 8 years ago
Edit first two sections and fix all subsection headings.

738a415f886a4506777518c61c4539e193b9cb33 authored over 8 years ago
Replace thread with submission.

e7345c6e4b31ebe4003c1c59c67389ed3668596f authored over 8 years ago
Fix formatting and include in doc build.

Notable Changes:

* Lines should be fewer than 80 characters.
* Remove empty whitespace lines
* ...

5399c320265251c2e63d04c1da2734611ac5e9ba authored over 8 years ago