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 Reddit.user with friends and me functions.

775a5d46bca8ee38b303c1dc838e92e525472531 authored almost 9 years ago
Test equality, hash, and pickling of RedditBase objects.

ff7aff3e70f9d590fa00039efecb24c8c4878544 authored almost 9 years ago
Restructure testing paths to follow praw's paths.

8c6e954e154508deabebf92aa6514689eeb927a3 authored almost 9 years ago
Add objector and refactor various models.

6592209d931816d2056afdd7b203c67ccd05f0db authored almost 9 years ago
Add SubmissionListingMixin.

d376eeddd605dfe5eac5896a7d3b6b7d82dba920 authored almost 9 years ago
Correct imports after integration model test move.

51f669088fe2dc142e77effa8e7b01af54dc404e authored almost 9 years ago
Move integration model tests into the models directory.

63d981665ed91ca6674acc636215b4c3e0c222df authored almost 9 years ago
Add CommentForest and refactor related associations.

28e7674100cdb6aa91d6191fff2ac263d3e328ae authored almost 9 years ago
Rename listing.py to praw_list.py.

35cdb2cd7c60a9a0e2a21255cba1eec5d8bf7ca5 authored almost 9 years ago
Refactor RedditModel.

* All objects are lazy by default.
* `_fetch` is called when an attribute isn't known.
* No more...

6b521074ff21d6a304c6945227a532f824f3b467 authored almost 9 years ago
Add Reddit.submission and refactor Submission class.

Add Submission.id_from_url.

f957e2c6770e66d4a09a66cae7a152ab8cd47cdf authored almost 9 years ago
Implement Reddit.random_subreddit.

3b7fb8cd966a91dd78e5c9b87efe51e24a72aa96 authored almost 9 years ago
Rename API_PATHS to API_PATH.

4fa961b1b707aa75c0c24d48635a2e872fadea03 authored almost 9 years ago
Delete praw/helpers.py. Use prawhelpers package instead.

298a4fa1850fefd5082f4031f65142c5166d2ec9 authored almost 9 years ago
Add Subreddit.rising test.

cf037401db653c686fecceecff558eed85ebc62d authored almost 9 years ago
Add tests for downvoted, hidden, saved, and upvoted.

df65aa9b1860bbb385bd8d9d7e8412cfcbf072a0 authored almost 9 years ago
Remove praw/internal.py.

f84d29b84fb56510db5aacffac8c6f1f4920311d authored almost 9 years ago
Add tests for Redditor.guildings.

dffe3c0ef3d5eda3bbecc1d9da63845da4d7a68c authored almost 9 years ago
Add support for ScriptAuth.

a07cbe09a1adeb1c4cde8727f1946837fc4ac08d authored almost 9 years ago
Add test to ensure ValueError is raised in top and controversial listings.

0ca14bd0e6a6e6e6e3586610e1ce7a7d61dc0b19 authored almost 9 years ago
Test Redditor.comments and Redditor.submissions sublistings.

0709f974800eedf3bef2789a3426c0cf86250194 authored almost 9 years ago
Merge pull request #596 from voussoir/praw-getattr

Prevent `dir` from making web requests in Python 2

6b9e864dbcddef469b2403b24e1c8a6b0c2b64f9 authored almost 9 years ago
Prevent `dir` from making web requests

0043119f7e66a2ef444283abca4758ed66dcf928 authored almost 9 years ago
Merge pull request #594 from tobiasvl/patch-1

Add Reddit Countdown

740a4f99adbad5929fc89b0505743c3543bedf20 authored almost 9 years ago
Add Reddit Countdown

35279bb7753b43407cf8e4e516e0723ac72e4d08 authored almost 9 years ago
Build out tests for Reddit class.

0c751639f356da568bc5127f69ecc05f31493f2e authored almost 9 years ago
Refactor how Config loads ini files and add tests.

Ini files are no longer read on import, but when first needed.

e9cf70fe4f6cb29b697637498d7777b5ce95aee1 authored almost 9 years ago
Add IntegrationTest base class.

230f45bf6a0206fa8659eac8f03d263913a00727 authored almost 9 years ago
Expand ListingGenerator test coverage.

085de6cc4af92a2cf3f27d0161ba8a1262d8717a authored almost 9 years ago
Disable update check by default in tests.

d2088775d410fe4ce517bb9d0e106ae4b4732f36 authored almost 9 years ago
Add Subreddit listing tests.

3c1f0976574791a334b4c596337ed23064264081 authored almost 9 years ago
Add Redditor listing tests.

5539ef47b143f352f24905ef24c9652848db0144 authored almost 9 years ago
Explicitly set necessary Reddit settings for travis.ci.

bfbb71d07372208d6ee311710c12ead84ec2e27b authored almost 9 years ago
Depend on prawcore 0.0.3.

5ba24236ec7788a11b3f4670104508b5dc71644b authored almost 9 years ago
Add missing docstring for ListingGenerator.next.

cf8d25759a74e507dcd3314ffa8f2425388006ec authored almost 9 years ago
Add PRAW version to user agent, and only refresh token as needed.

7fb2e27dddd3f02c79cce7127a2a7907d86b2c82 authored almost 9 years ago
Add integration tests for Reddit.front using pytest and betamax.

6b6cb1c78a496bd06bdeb3fa13268d69f41c2857 authored almost 9 years ago
Fix iterator bug in models.ListingGenerator.

f5d2582324323afa73b0a0a0e8b3d41c88f2185d authored almost 9 years ago
Support py.test 2.8.7.

df6733856c4727e3a90ee574dcbe791de3962fcb authored almost 9 years ago
Move old tests to /old_tests.

384030188859a9a0ebae6d28fbf3bd78b48dd1a9 authored almost 9 years ago
Support listing methods on Redditor instances.

29eccf0fed55060ae055a5438782720cecba161f authored almost 9 years ago
Resolve a few pylint errors and remove a few methods.

ec2f31618f078bdbfd872123183332a64de875ec authored almost 9 years ago
Adjust pylintrc to be more restrictive save for min public methods.

9f6166f7097076bef7ef31c5fe1c4179d0203d54 authored almost 9 years ago
Move old tests into old subdirectory.

87925e85696b266eeac2fb46f19caa25554bc409 authored almost 9 years ago
Remove usage of modhash.

0caa4edb50185eda85621a8bfc6daac32d0c44ab authored almost 9 years ago
Suffix Mixin classes with Mixin.

1e7d0cbbb7a7347f2912c53fb671a60fa67d9ae4 authored almost 9 years ago
Fix pydocstyle issues throughout recently modified classes.

83d6a7c1be5c8622700573f0f62e4d33ab217d54 authored almost 9 years ago
Comment out all code in reddits.py which will need to be converted.

c641a4ccdf682a601a01cca9efb1c74d1289a011 authored almost 9 years ago
Actually use a class variable for update_checked.

Ported from: https://github.com/praw-dev/praw/pull/593

e25c5b7e237e0d6bb0ea2bbc5231ce4e29ce33c2 authored almost 9 years ago
Merge pull request #593 from rhiever/patch-1

Only perform the update check once per session

ebf0f0b57436e0de6581738add1066345a884788 authored almost 9 years ago
Only perform the update check once per session

Currently, the update checker will run each time a `Reddit` instance is created. This is because...

1f1128e1243a8a113fe649e6821c5b2265ea9b7c authored almost 9 years ago
Cleanup Subreddit class a bit and RedditModel.

506f3d277abc4bd07ce0ec36f93e39313bf23934 authored almost 9 years ago
Verify necessary config setting are available, and actually issue request.

412e2968d4e61196b639682c832a9b340f454fc5 authored almost 9 years ago
Fix bug in ListingGenerator with limit=None.

6a9d6d30dc7ea207e2f4d8179a5ef99a95fce4e5 authored almost 9 years ago
No longer user config as an interface to API_PATHS.

c7c12b530759432a92bd9f345fdc035c3458a2c8 authored almost 9 years ago
Remove no longer needed error classes. Add errors.RequiredConfig.

ab520a60b1173651476eb59edbaac39499b5e4c9 authored almost 9 years ago
Extract models/mixins.py to their own subpackage.

0e662d8a2f31f1ff31ff839af4f41da072038201 authored almost 9 years ago
Add models/front.py to represent the front page listings.

0f686146b08a93b89a5b2dcb6d5d2eda102ed6b9 authored almost 9 years ago
Add mixins/listing.py and models/listinggenerator.py.

The mixins.Listing class now provides the top, new, hot, etc, functions for
objects that represe...

0bcdcfa645631aacff09d9dfe9aa6ced9609433a authored almost 9 years ago
Simplify config.py and update the corresponding documentation.

07abeece3625d6cb6e66f3c0a6ee901181d0deff authored almost 9 years ago
Update various models to reflect name changes.

af5771b4715cca7f3c29c21daa37a0cde711407e authored almost 9 years ago
Rename redditcontentobject.py to redditmodel.

ff72f5596f2e51c37302d520289ec9d6ccc10692 authored almost 9 years ago
Merge pull request #591 from leviroth/lock

Add lock and unlock for submissions

b96c43a2a4926bfa6011284abffc9fe6f81b35fc authored almost 9 years ago
Updated changelog for lock/unlock

8a54820fe77d0f71b6f8ead77b947b988fc89750 authored almost 9 years ago
Added cassette from lock/unlock

b91a41dbff450faf3329543c4087d0bdf1435226 authored almost 9 years ago
Added tests for lock/unlock

6806a5168269ee52d6457b8e3a7e44dc964332a4 authored almost 9 years ago
Fixed pep8 compliance

b3db45c931cd1371a932b60df025bd5c82ab639d authored almost 9 years ago
Add methods lock and unlock

f79b85c23349a51e5315881d31443afe281224e6 authored almost 9 years ago
Begin reconstructing a simpler Reddit class.

1a68dc098655016bf663ef06da2d0d0e799c882f authored almost 9 years ago
Remove refreshable, and remove pylint ignore comments.

75d37b8497f778c90a9d93f3ce2e97d40bfe8051 authored almost 9 years ago
Remove Config.ua_string function. Add const.USER_AGENT_FORMAT.

8ac275ac7d6ca953f55bafad2dbe4400f6ad7a57 authored almost 9 years ago
Extract Reddit instances into their own models subpackage.

840f3744027dd47c00d93ceb3f910b473e7066e8 authored almost 9 years ago
Remove execute permission of objects.py.

07f0a4dc412f2b7ad51dd845691dd506f3b7c114 authored almost 9 years ago
Separate classes in __init__.py into reddits.py and reddit_mixins.py.

1e150baefcbe26efd3e49daee8864365a6d0a5f2 authored almost 9 years ago
Move Config class to config.py. Create const.py.

9fe12118f4f1169c30d115f49575b8ae077017dd authored almost 9 years ago
Renamed settings.py to config.py.

0613fc25ad13913206ff90dcfef0c790345d63a6 authored almost 9 years ago
Clean up imports.

44892dad4dc2889301ad01c7948d172f7cbcab04 authored almost 9 years ago
Clean up praw.ini and associated code.

541c2bb9238a8175465e5b319d4208982c5c2e0a authored almost 9 years ago
Remove output_chars_limit setting from praw.ini.

85d5eb6cd52f5b27bd19b65a52b1cc64f1509644 authored almost 9 years ago
Remove deprecated methods.

6ae60ed2bebdcc3effe48b8e481abd2e8a451c03 authored almost 9 years ago
Remove 'This file is part of PRAW.' comments.

7da0cdb7813dd1c4f78942feb202bd8752632f55 authored almost 9 years ago
Remove limit_chars decorator.

7ee3238ce23614339c9dbced2b058d664eceb876 authored almost 9 years ago
Remove require_oauth decorator.

72b70c9df78d01e3d1d25092811b8d409eb9536e authored almost 9 years ago
Remove praw.ini settings api_request_delay and cache_timeout.

1654d58599e6410996687573702d21d4cce6e31b authored almost 9 years ago
Remove Reddit.evict method.

63726f728450709e0357100722912ddaa063197d authored almost 9 years ago
Remove praw.handlers.

de88402b3e0efc8a9e478ba9cd8cc262dac369c5 authored almost 9 years ago
Remove is_oauth_session.

2f46e74c828bb682317125d050f0dcdb47933219 authored almost 9 years ago
Remove _use_oauth flag.

36167a64887424de4a72b66f5e6e0c8b0bf7280e authored almost 9 years ago
Remove oauth_generator decorator.

31b92e8b8384b134e97b6c37cbb548afd95261ae authored almost 9 years ago
Remove restrict_access decorator.

c1e7123e69a455f7a2c4dfb446250acb8e69c125 authored almost 9 years ago
Remove login method.

d6ac2649dd0c4801c8312a3c3fb7a190619a9693 authored almost 9 years ago
Removed praw-multiprocess and MultiProcessHandler.

252083ef1dbfe6ea53c2dc99ac235b4ba330b658 authored almost 9 years ago
Remove print_function and unicode_literals future import.

370334938f590eb7c75a2b54751eb16b0bf8a9d1 authored almost 9 years ago
[REMOVE] Skip some slow tests.

ac6fcddc2bf580b17c53ee329e442340bd368a13 authored almost 9 years ago
Merge pull request #590 from praw-dev/version

Bump to 3.4.0.

7065e09466673b1d3545708750da4213c2b2b45f authored almost 9 years ago
Update lint.sh and .travis.yml to use pydocstyle.

7dacde755673da39b2a07a14fea537c22bc81bbb authored almost 9 years ago
Remove scripts directory.

78e0a3e9ff19510e0b5124d4cb3ae7d0e70cb239 authored almost 9 years ago
Normalize setup.py.

* Sort keys
* Limit dependencies to their minor verions
* Open files in utf-8 mode

acf871d9444c52d1e5d6e5318b1ae1187b2221cd authored almost 9 years ago
Fix submissions_between test.

85eeb840e4e136c1159eec95c92305bc26fe30bf authored almost 9 years ago
Bump to version 3.4.0.

6c7087b0624f104f57d1432b0ab38469512a4ae5 authored almost 9 years ago