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 get_messages() for retrieving messages only

1fc248b56285a183fa2635a6049ffec55ff08057 authored over 10 years ago
Fix subreddit recommendation and voting tests.

963f3f70000405afc710d5acfd279c3359671f58 authored over 10 years ago
Resolve #235.

e7042077791f0534dce1d73464701730d29e3abc authored over 10 years ago
[SQUASH] Remove get_friends docstring comment.

82371ef4152d48966372dbd738a3b33ff051c098 authored over 10 years ago
Enable get_friends to work again. Resolve #175.

This reverts commit b4e77fa39fe77d8bba0c2d91c93d0da7fc1b11e7 as well as makes
`get_friends` use ...

05f865c3ded2dd25a1ce801fede5441e0bad7a4a authored over 10 years ago
Minor fixes from PR #330.

8007ac8345db5d0984518cfbcfdeccd82b9fcf59 authored over 10 years ago
Fixed prev_description_id test failures.

bf15528bbc53d9a317aa5c114bdc1a2bff146f14 authored over 10 years ago
Add report reason & param

Added a report reason to comply with reddit's new feature of supplying a reason
when reporting. ...

98ad7c5229b8aa880e6144ee4c45f5698799d366 authored over 10 years ago
Fix useful_scripts.rst line length issues.

e78cb59bea66fd87ed4d22ca1b3fc25030d1ecfa authored over 10 years ago
Updated with Reddit Keyword Tracking Bot

Added new praw project

9d34bdac371439421c30bcf3efd874147c2e024d authored over 10 years ago
Update changelog.

0c44e87b9e5eb62e7b7be88a31a046e5d1602c0f authored over 10 years ago
Accept extra arguments with get_liked and get_disliked.

0fabfa930fc0a8d9ba1dcaf16794dbbac1f06d79 authored over 10 years ago
Explicitly check for non-string types in get_info.

4ad48c8a0a02f385e904821f3b797cb418ecfefa authored over 10 years ago
Support thing_id lists in get_info.

51ee47bfe4e35b8841e61d18bbd73f299cc1e9df authored over 10 years ago
Update changelog.

b0c9e1bd01d4a69cc117ddbc2a080a3e2f4ce0f1 authored over 10 years ago
Resolve issue #323 regarding the saving of json dict.

bef2dfeafd9028dc848ab9dad7ded6b761d67337 authored over 10 years ago
Remove I and me references in getting started documentation.

68e346ea925e30b083d5a2c4af5adfb49c375ce6 authored over 10 years ago
Updating the send message line

Changing `r.user.send_message` to `r.send_message`.

526387026b0f2cd66193748f12ceeb069cc90c17 authored over 10 years ago
Update getting_started.rst

Fix typo.

4e9308f94456cddb7af9e27e1702307c39dffdaa authored over 10 years ago
Add output to karma breakdown program.

Prompted by: https://www.reddit.com/r/redditdev/comments/2dhncm/i_am_receiving_the_below_error_w...

cb915d47c8a61fe1b7f248c81cf15ef9635a102c authored over 10 years ago
Merge pull request #317 from gpjt/https_proxy

Support an HTTPS proxy, including the environment variable.

60380e4e562f235382544780106c1aab5fd2825d authored over 10 years ago
Support an HTTPS proxy, including the environment variable.

9c1dcd6c294ea3bab6abe09676e629e0e718e88b authored over 10 years ago
Deploy 2.1.18

03fccee0514ec246a2cff01bf85c2205e61055d4 authored over 10 years ago
Update and interlink flair documentation.

305c6ee76b6db45653d85aa428b2dfd940ce9f8f authored over 10 years ago
Remove 'internal' module from code overview.

It is strictly for internal use and the methods inside it are not
part of the official API. If p...

d23724a04c69baea3c76075a61870f7032ec9e61 authored over 10 years ago
Add new get_flair_choices methods to CHANGELOG

f7a2d01283412833b90826010258d3064b61ac84 authored over 10 years ago
Text formatting on useful scripts.

b8ddc8dfab80c00af4e19a1e644e13b509e6f38c authored over 10 years ago
Update useful_scripts.rst

2cc6d6e54bf6cad197fddf56d8bba5e6050a3abc authored over 10 years ago
Fix some lint issues.

4f94b5f157318328610a9d2620ca28deba750c68 authored over 10 years ago
Produce consistent moderator checking results prior to function call.

Fixes the inconsistency that was introduced in
d0cf68c32d9a266bc77cf44ed04faf9ee0df8b19 between ...

3dbc6ac38c90c8a32eb2b8ac91bca212baf2f391 authored over 10 years ago
Add get_flair_choices

8566a7fc40ed68d879ca50d4c03eb334be49a7e2 authored over 10 years ago
Keep #311 fix compatible with python2x

The core of the issue is the changing of the variable
func_defaults to __defaults__. So we need ...

d0cf68c32d9a266bc77cf44ed04faf9ee0df8b19 authored over 10 years ago
Fix #311 by replacing func_defaults with __defaults__.

e8b1dd848fffa86f28feba159fe3ef63babe89b3 authored over 10 years ago
Merge pull request #308 from SIlver--/patch-1

Added RemindMeBot

0dc3d0191f180efb0b1f7e8c7aa751ca87cffead authored over 10 years ago
Added RemindMeBot

3b689363fd7ff759f15f038e5aa8b87acfa8f6f4 authored over 10 years ago
Resolve #306. Avoid AttributeErrors due to property conflicts.

If reddit adds an attribute that we have a property for, the reddit-side
attribute will suffixed...

34adde260d68075dafaea2680725d473ba674d0c authored over 10 years ago
Version bump to fix the comment.score issue.

dffa47294c4a3f02dd0c37473c7a0a5676a6b06a authored over 10 years ago
Merge pull request #302 from Deimos/patch-1

Remove score property from Comment

1382fd068e14c26858362735078a85a7a9b4a7cf authored over 10 years ago
Remove score property from Comment

reddit has this property natively now, which is causing an AttributeError.

7875be1922e2666deec071eff35c33a04e25d8fd authored over 10 years ago
Merge pull request #300 from alanwright/patch-1

Added NetflixBot

d2ebeaaf4e914328acb5d0af2a11416c8c035127 authored over 10 years ago
Added NetflixBot

Added my new bot NetflixBot to the list of scripts

b8e28d7f79060056ef6875d44db8155e87499031 authored over 10 years ago
Fix changelog submit link.

5eaca6280f1891926e1bd949e13595e5709a2097 authored over 10 years ago
Add a resubmit arugment to submit.

24ac157d369fd9c54615e2f19a1f2f6b92f8f9b4 authored over 10 years ago
Documentation warning fixes and version bump.

757113680411789bd802ec2ed721bda7aed5c901 authored over 10 years ago
Cleanup useful_scripts.

f74ba433c3e158203aa347849bd06240ecd322da authored over 10 years ago
Update useful_scripts.rst

Added Reddit-to-Diigo-Copier script

f09293497846498e14f2624cfe289f0b83647b67 authored almost 11 years ago
Oops, forgot to remove the temporary changelog message.

7a30e9057deb7a6ded466a50ae80b93e00984bde authored almost 11 years ago
get_banned can return additional information. Resolves #293.

e0570429ed975c7cb2190d08a03f1f22f401adf6 authored almost 11 years ago
WikiPage.revision_by returns a Redditor object. Fix #258.

Thanks to jknalb for PR #296 for a fix that would have worked.

ac57973c77ce5376e8ace89fd2e75e4188104353 authored almost 11 years ago
Update changelog for LoggedInRedditor.delete and lint fixes.

85f828568d9edd67ec86fe720762ca763a752495 authored almost 11 years ago
Add delete_redditor functionality for AuthenticatedReddit class.

Resolves issue #240.

dea794e33c86d9be8ed4ce7a83b31b4f87db516f authored almost 11 years ago
Spruced up docs with some spelling/grammar corrections.

c38c790081c0ee5c8c141856b968752c6fd4da79 authored almost 11 years ago
Pass additional arguments through get_duplicates.

8ddde0f87e34322fa464cc39836b2ecf2baea36d authored almost 11 years ago
Add duplicate submissions functionality.

Submissions objects now have an function get_duplicates that returns a
get_content generator. Re...

25ceb5d4269093d8a3cab9e89596f710b8ecc33f authored almost 11 years ago
Remove commented out lines in the tests.

f121f15bc1a40f0ad59cbf1f81f4eba129dd9c83 authored almost 11 years ago
Update helpers.X_stream verbosity parameter documentation.

52f503aae129043b657bd9b93415fcc3a57c7fe0 authored almost 11 years ago
Increase stream_generator previously seen set to avoid duplicates.

636ab3d6209fae7e090881ed5abafb4afc7545e1 authored almost 11 years ago
Avoid cache in stream_generator to prevent 30 second delays.

d4c71735e84dfe208268549785536d1cbdc4a92d authored almost 11 years ago
Depend on update_checker 0.10 to fix #291.

70a8924fbe6e593bdeaf0b4a61dbd098db52c359 authored almost 11 years ago
Deploy 2.1.15

781cdbec193645558658c16185defd6d4fc862df authored almost 11 years ago
Put new feature first in 2.1.15 changes.

0bab965faeaac5ce58fa5aa9c0790faf7a331a16 authored almost 11 years ago
Update get_flair to require modflair.

bbdbb9efc9616c8f3127bcc6e577c3a7fa9a8bf8 authored almost 11 years ago
Mention >=0.9 requirement of update_checker.

b03d6fea5d8e1534c5ce197cb5b32e6e229f28eb authored almost 11 years ago
Fix other depreciated spelling mistakes.

b3fde025e44c88f9e1e8c334b0dc38804e1e98ee authored almost 11 years ago
Fix a depreciated spelling mistake. Fix #288.

b8dfbe83d76c8f47f95b61b5e260a7bab243a37e authored almost 11 years ago
Merge pull request #289 from BillyWM/master

Fix spelling it's -> its

d22475cbd17d43f3654bb4d1359d4ed356668ff6 authored almost 11 years ago
fix spelling it\'s -> its

deb461d4d36015cd81db1bfa5652b8afed14a511 authored almost 11 years ago
Increased compatability with GAE

Refined UA_STRING argument assignment.

c890917e0605eff8a7be83fdbe8bcf7532aa11d5 authored almost 11 years ago
Depend on update_checker version 0.9.

667244b7e46a45e5a8ae3f0ef53668afe09412ed authored almost 11 years ago
Move test_get_subreddit_recommendations

The reddit endpoint for subreddit_recommendations is fragile and
has on multiple occasions retur...

c46a3b7156b29a351a2bcdd9d6b28ff79d3ccb79 authored almost 11 years ago
Mention in changelog new 'save' scope for (un)save

70b5bf3b99c414070a7cb0ee4624748d4f43704a authored almost 11 years ago
Add a submissions helper function.

8027fbd071463929f3b717c3b45eef334210f6b5 authored almost 11 years ago
Fixes to PR to make it work as intended.

15c597fcd793e1d77ea6139759f325a440fd49a2 authored almost 11 years ago
Merge pull request #283 from mdippery/saveable-save-scope

Saveable.save() requires the 'save' scope

8dc1fbe6454a89571a1ea0dcf8e7f9272efb0867 authored almost 11 years ago
Saveable.save() requires the 'save' scope

59e633720f0e140a84493d1597502085e47d7603 authored almost 11 years ago
Replace user 'bboe' with user 'user' in examples.

555aae547e0ee2f67c59133193736fca860c6f90 authored almost 11 years ago
Set documentation copyright year to 2014.

e81d9d5ab828cd29e68da9bec6f44f1190412943 authored almost 11 years ago
Deploy 2.1.14

28509e1c9de3c476b6c15874decdfe74ebdad590 authored almost 11 years ago
Increase dependency of six to 1.4 or later

a7d89b7dcab6d11efa4290a59413f79a36b1e4b6 authored almost 11 years ago
Deploy 2.1.13

6b36d6b5bd7c426b038d094a50411358a0a6cd12 authored almost 11 years ago
Use urlparse to handle urlparams in get_from_url.

This handles the case where the params include ∓ which
is a valid parameter, but wouldn't work.

4dcadfceb918ccab7ff85bed6dea5c2c4b8946d5 authored almost 11 years ago
get_flair_list now requires moderator access.

db3f688b0d75313f233ba20c2ba2625a87a25ad0 authored almost 11 years ago
Add support for changes to UserLists on reddit

52c5c2ab41b5505cae3420b4e9a0ba3115d30aed authored almost 11 years ago
Depend on update_checker >= 0.8.

07ffec182118d7f52fbab4aa8a6bc9c3ccfa01c2 authored about 11 years ago
Parse and use get paramters in url in from_url.

Solves http://stackoverflow.com/questions/20890505/
praw-get-submission-works-inconsistently

8a2490e71a19798e259bcf010f236dbee175d1fb authored about 11 years ago
Support wheel distributions, lint fixes.

For wheel distributions we must now also run:

python setup.py bdist_wheel upload

Other cha...

23e749744c318217d1dde7538208a2f1f7ba03ca authored about 11 years ago
Add changelog entry for store_json_result (issue 275).

beb70e062ad39742bcde498c1566e1dc5dbd2b0a authored about 11 years ago
fixed store_json_result config bug

82b47993f06b08e0b9a5d228337ac978de954ca1 authored about 11 years ago
Fix duplicate item bug with the BoundedSet class.

d9292cab91397a3d0bfd31025872cb08d1218823 authored about 11 years ago
Deploy 2.1.12

79fdc8120fa1e5b29cc8f50e90e272de9fbc31f9 authored about 11 years ago
Fix bug in `depreciated`.

c2f4223a989e5fe4e2af91650d12d42f97afe3c5 authored about 11 years ago
Take conf settings when initialising BaseReddit

See https://praw.readthedocs.org/en/latest/pages/configuration_files.html

b387f28472e955e5115ff4ac2b21f78f0d6fda31 authored about 11 years ago
Add documentation page about exceptions.

bebee25c9a8af5e921be151c1df5c8e7ad9c0d17 authored about 11 years ago
Add methods to convert to/from base36. Fix #265.

825e4915683b5ce367c5788cd2e5c11a6511d08d authored about 11 years ago
Store JSON from lazy loaded objects. Fix #271.

52dbb63694cf69b8c529d065cd9c8945faa59e85 authored about 11 years ago
Convert relative URLs to absolute URLs.

The usage of relative URLs such as www.reddit.com/r/TheDailyPrompt
that do not include the netwo...

ce54ca71041fa944d44bac40406f940f46ed6a22 authored about 11 years ago
Add support for storing JSON response. Fix #263.

1f7bf343aa3dfb6a9b91f8141c2e690ae4244d2d authored about 11 years ago
Clarify 2 docstrings. Fix #268. Thanks Kodiologist

e84274b4ede7ffa2479720a4b34f038596424709 authored about 11 years ago
Note activity req for subreddit recommendation

c3e1e02f9ed900e16c5a855473b34153e77b4c89 authored about 11 years ago
Expect test_get_friends to raise RedirectException

get_friends is a bit tricky to test, as it awaits a fix upstream.
See issue #175 Until that happ...

b4e77fa39fe77d8bba0c2d91c93d0da7fc1b11e7 authored about 11 years ago