Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PRAW

Provides libraries to access Reddit's API which are used by many popular subreddits.
Collective - Host: opensource - https://opencollective.com/praw-dev - Code: https://github.com/praw-dev

Fix linting pre-hook failure on Python 3.10

github.com/praw-dev/praw - 794034f2ced22dc0790d0d46af2d33bb9922dd66 authored over 3 years ago
Merge pull request #1795 from praw-dev/fix_typo

Fix capitalization of inline code

github.com/praw-dev/praw - f3b91b82258e4454212642fe2270558bbbd6de70 authored over 3 years ago
Fix capitalization of inline code

github.com/praw-dev/praw - 311b90d5608cec5eb6b416ce4e3f48993bb0350a authored over 3 years ago
Merge pull request #1791 from praw-dev/update/pre-commit-hooks

Update pre-commit hooks

github.com/praw-dev/praw - 7f0412ac86f2a233fdb8a0b72ec2c908830b362e authored over 3 years ago
Add clarification for `ratelimit_seconds`

github.com/praw-dev/praw - cc08a645a21ef9da343eb359ca4cb2f4f19040ce authored over 3 years ago
Merge pull request #1792 from praw-dev/3.10

Add support for Python 3.10

github.com/praw-dev/praw - bea5e8d42f6e37fa7a500c600e2c67bc6ad6105c authored over 3 years ago
Add support for Python 3.10

github.com/praw-dev/praw - 32d2193ef818fa77735bf4cff6303c6d66f86765 authored over 3 years ago
Update setup-python workflow to v2

github.com/praw-dev/praw - 5c8bcacf12c18c7a26fc62275959938cb7206fe5 authored over 3 years ago
Merge pull request #1793 from praw-dev/fix_pre-commtit_hooks

Fix pre-commit hook for flynt

github.com/praw-dev/praw - 629ab7717c201eec3a500b197aeb7585be31f9b3 authored over 3 years ago
Pin pre-commit hook for flynt to Python 3.9

github.com/praw-dev/praw - d3b039dc9ef028784401ffb93ff41da905f1e88f authored over 3 years ago
Update pre-commit hooks

github.com/praw-dev/praw - 090e913a7c673c05e3d4010681baff040cf6d776 authored over 3 years ago
Merge pull request #1763 from praw-dev/drafts

github.com/praw-dev/praw - 48127e03cc621a0b1bcc55d178675b5fb3ccdb93 authored over 3 years ago
Merge pull request #1790 from praw-dev/bboe-patch-1

Clarify that example sensitive values aren't valid

github.com/praw-dev/praw - d7dc1ebce3cba949607da094c1faeeffdce20dd1 authored over 3 years ago
Clarify that example sensitive values aren't valid

github.com/praw-dev/praw - 01737f77f309575fec85e4a7539ff063b75c679d authored over 3 years ago
Merge pull request #1788 from praw-dev/fix_sqlite3_import_error

github.com/praw-dev/praw - fd548a6591a05f1f85528a94157ef1ad504bb9e4 authored over 3 years ago
Merge pull request #1784 from CAM-Gerlach/simplify-lint-cis

github.com/praw-dev/praw - 58f0207e8da6869b454c524b2e333a6aad8b3aee authored over 3 years ago
Update hook versions and tweak config to avoid crashes & long run times

github.com/praw-dev/praw - 8e1d1ca19442bfad62000e1693ddf1c3ecbf7c5a authored over 3 years ago
Use pre-commit to simplify pre-push script and avoid duplication

github.com/praw-dev/praw - 18098843b849905057b76c530a9117cf83f6bd81 authored over 3 years ago
Update both contributing guides to reflect addition of pre-commit hooks

github.com/praw-dev/praw - a469babb2603fb6265cc4253b864eaae17649604 authored over 3 years ago
Unify CIs to use common pre-commit action to run linters

github.com/praw-dev/praw - c0bc88269d61a7bea2252c4d5e07a84c81c5b75a authored over 3 years ago
Merge pull request #1789 from praw-dev/update/pre-commit-hooks

github.com/praw-dev/praw - 1f4efa929fe86ccab1e4293173d282f0cdf6450f authored over 3 years ago
Update pre-commit hooks

github.com/praw-dev/praw - 83942dddb6403a2fbbd37700dcb26546d0d83bb9 authored over 3 years ago
Only import sqlite3 in SQLiteTokenManager class

github.com/praw-dev/praw - de1caeeb2f911ec590ae1e902c1201f117a4059f authored over 3 years ago
Merge pull request #1787 from praw-dev/pre-commit_autoupdate

Fix pre-commit hook auto update workflow

github.com/praw-dev/praw - b6a458a1856b1bdff9aad08ccfffe285386bdd0b authored over 3 years ago
Fix pre-commit auto update workflow

github.com/praw-dev/praw - 78cf99e41495c27bb7a8306faf02298b36ddc94b authored over 3 years ago
Merge pull request #1785 from praw-dev/user_selectable

Fix code example typo

github.com/praw-dev/praw - ab250750b26e614fb9dbeb12cebf24d4ab5c1b1c authored over 3 years ago
Fix code example typo

github.com/praw-dev/praw - 7caae013b0e26ead088790461c81270173fd25ad authored over 3 years ago
Merge pull request #1774 from praw-dev/update_pre_commit_hooks

Update pre commit hooks

github.com/praw-dev/praw - a6535a42dbf03a2a9da880f229f7516b0f8306f5 authored over 3 years ago
Merge pull request #1779 from jghaines/doc/auth

Doco - describe refresh_token process

github.com/praw-dev/praw - d601a1fc531854de193601d51a0951aad857fd14 authored over 3 years ago
Update docs/tutorials/refresh_token.rst

Co-authored-by: Joel Payne <[email protected]>

github.com/praw-dev/praw - cc4f79fbfa81ff85c8ddc46b62b0a4dc7316b329 authored over 3 years ago
Fix flake8 complaining

github.com/praw-dev/praw - 55de5851254a3b36dfcad47481b324f9b6477e67 authored over 3 years ago
Move docstrfmt config to pyproject.toml

github.com/praw-dev/praw - e40a958e68c12fe48b09aacf115adbfa11d73016 authored over 3 years ago
Update black config

github.com/praw-dev/praw - d9aaead9505d1e50c395010210c9f89e0c1d79ff authored over 3 years ago
Add pre_push tasks to .pre-commit-config.yaml

github.com/praw-dev/praw - 6eb661b6b8d6b1374c7e994c09994fd6ae240326 authored over 3 years ago
Fix end of files

github.com/praw-dev/praw - 16900b3eb73e39221bae835c2a0d925baae2c861 authored over 3 years ago
Consolidate flake8 config to .flake8

github.com/praw-dev/praw - 4cf4464b89d5d62d350ce1fd2b414decc59ac2c4 authored over 3 years ago
Update docs/getting_started/authentication.rst

Co-authored-by: Joel Payne <[email protected]>

github.com/praw-dev/praw - 72febb52a5a21c61ac21893d7d98f5181adb5a8f authored over 3 years ago
Doco - describe refresh_token process

Doco - cut-past the note on praw.ini usage to authentication.rst
First time AUTHORS.rst

github.com/praw-dev/praw - 6195cf8236825686a22982967ad5ef6596cd8c35 authored over 3 years ago
Merge pull request #1783 from mghalayini/typo-fix

Typo Fix in the Docs

github.com/praw-dev/praw - 147593fcd5cee349b198625870f4e002969b6a08 authored over 3 years ago
Update AUTHORS.rst

github.com/praw-dev/praw - bcd9d80ac6e27a5670c218501f7fc293ff55d188 authored over 3 years ago
Merge pull request #1780 from praw-dev/sleep

Improvements to automated RATELIMIT handling

github.com/praw-dev/praw - 66234a650e67bf0c997ee3d548ae38652795a744 authored over 3 years ago
Support RATELIMIT errors with millisecond resolution

github.com/praw-dev/praw - bb0e00c576ceaf7f4627992330dfc0d1400fec2d authored over 3 years ago
Retry rate limit issues 2 times rather than 1

Also fix an undiscovered bug where the json parameter wasn't passed when retried.

github.com/praw-dev/praw - bb0e00810511980154972ab143e42dfbe2695700 authored over 3 years ago
Merge pull request #129 from Lordshinjo/subreddit-asynciterator

github.com/praw-dev/asyncpraw - dcd0745c43d83e8ff415f9d84de4edd809da6772 authored over 3 years ago
Add Lordshinjo to Documentation Contributors

github.com/praw-dev/asyncpraw - 01de42e5ca4a8a85ef3c6774d422ef623ca07882 authored over 3 years ago
Fix return type of listing methods in subreddit classes

github.com/praw-dev/asyncpraw - 387936335b64a35390720e91c6fbd191291734b9 authored over 3 years ago
Merge pull request #46 from vikramaditya91/bugfix/coveralls-fix

github.com/praw-dev/asyncprawcore - 975438bee0af5e8bf8bad29378ea7d4e6171b455 authored over 3 years ago
Bugfix/coveralls GitHub action updated (#1772)

github.com/praw-dev/asyncprawcore - 6288289d7b54000fa15c19c9c3a3b4fa38d9f786 authored over 3 years ago
Merge pull request #129 from vikramaditya91/bugfix/coveralls-fix

github.com/praw-dev/prawcore - 6d4aed5174a5d68683d0aa8b4fe6cca0869f61bc authored over 3 years ago
Bugfix/coveralls GitHub action updated (#1772)

github.com/praw-dev/prawcore - 99cf073a41a36706471f5dc9a50c74c4754cc651 authored over 3 years ago
Merge pull request #128 from vikramaditya91/bugfix/coveralls-fix

github.com/praw-dev/asyncpraw - d94d89a992d9b5b300439ea6884a9df1d95511e2 authored over 3 years ago
Bugfix/coveralls GitHub action updated (#1772)

github.com/praw-dev/asyncpraw - a5abffbb05d2069c9027232b708e9d91c9a3e1bd authored over 3 years ago
Bugfix/coveralls GitHub action updated (#1772)

github.com/praw-dev/praw - ea14f22c8b5f87516cd1ff7f6b4375d9e11ad1e9 authored over 3 years ago
Add tests for drafts

github.com/praw-dev/praw - 2c487023d95b9cd601f09430ccda1f9d2123fec5 authored over 3 years ago
Add support for drafts

github.com/praw-dev/praw - b6e5599760b50f36f17bc6db63f7c9ff73c8ffd2 authored over 3 years ago
Merge pull request #127 from praw-dev/flair_templates

Add new function for getting list of flair templates

github.com/praw-dev/asyncpraw - 60efeff51d626ea52098358733137d8aeb955f9c authored over 3 years ago
Add new function for getting list of flair templates

(cherry picked from commit d697ef6eeba15ba3643473485c3dfc9e162f72a0)

github.com/praw-dev/asyncpraw - a7d387ecfc8f856bafecdb7d66cf7cf77896959d authored over 3 years ago
Merge pull request #126 from praw-dev/feature/comment-sort-warning

Print warning when comment_sort is set after fetch

github.com/praw-dev/asyncpraw - c63a35d664dc79353edd3c6e0fd965b6e9275be0 authored over 3 years ago
Print warning when comment_sort is set after fetch

(cherry picked from commit 4999b4e13c9423a9625a29dbca183a826b2e6935)

github.com/praw-dev/asyncpraw - bd617a45678cf379306fe80f522bca26b232d6dd authored over 3 years ago
Add new function for getting list of flair templates (#1776)

Add new function for getting list of flair templates

github.com/praw-dev/praw - d697ef6eeba15ba3643473485c3dfc9e162f72a0 authored over 3 years ago
Merge pull request #1775 from Watchful1/comment-sort-warning

github.com/praw-dev/praw - 2ee2f88c3f54d08a0cdd697983d6dd8362e70c8c authored over 3 years ago
Spelling mistake, fix order

github.com/praw-dev/praw - 893dc91944127f1b7c98946ff28b5a665074d3b1 authored over 3 years ago
Print warning when comment_sort is set after fetch

github.com/praw-dev/praw - 4999b4e13c9423a9625a29dbca183a826b2e6935 authored over 3 years ago
Merge pull request #125 from praw-dev/prepare_release_v7.4.0

github.com/praw-dev/asyncpraw - c09c44345b0b856371167fdce7a11bb70593eb3e authored over 3 years ago
Bump to v7.4.0

github.com/praw-dev/asyncpraw - 7286fcdd4bdbc1c3419cef47e8c26c53019e92be authored over 3 years ago
Set development version v7.4.1.dev0

github.com/praw-dev/asyncpraw - fa311095c6764ed1664475798d3ab373711ff98c authored over 3 years ago
Merge pull request #1773 from praw-dev/prepare_release_v7.4.0

github.com/praw-dev/praw - 99892e2260db72ec7441f9de59f9f481c77f6116 authored over 3 years ago
Set development version v7.4.1.dev0

github.com/praw-dev/praw - 8451d06eaa668b9bdc7ef868856956dc93c1d48f authored over 3 years ago
Bump to v7.4.0

github.com/praw-dev/praw - b36663a0d0727070ce91cf8928bb2527bd5c1c5d authored over 3 years ago
Add support for passing params to reddit.delete

github.com/praw-dev/praw - 51fc6b5373517a9ff746de8ebe563071b4b8fab8 authored over 3 years ago
Fix UserSubreddit reference in docs

github.com/praw-dev/praw - 0db9f3ada5c77fcb4256c089d5c3b1e59274c389 authored over 3 years ago
Set logo in README.rst to an absolute URL in the repo

github.com/praw-dev/praw - e419a7c8ed3c9fc1b9238e7e834f4607f1bb8f54 authored over 3 years ago
Merge pull request #1771 from praw-dev/sponsor

Update sponsor logo

github.com/praw-dev/praw - 36fa3060b8938815feb45d07541877c8ce994cbb authored over 3 years ago
Resize NucleiLogo

github.com/praw-dev/praw - 6d0c0e2fa1a90830be8fa7cc90ba09b64d109b1b authored over 3 years ago
Merge pull request #1769 from praw-dev/sponsor

Add sponsors section to readme and docs

github.com/praw-dev/praw - a6f31f0275547d8447225d39b3d10e91fe029831 authored over 3 years ago
Add sponsors section to readme and docs

github.com/praw-dev/praw - cc06aaa265d9ea6b516b1caa5d218f627f2b083d authored over 3 years ago
Merge pull request #124 from praw-dev/moderator-subreddits

Restore User.moderator_subreddits

github.com/praw-dev/asyncpraw - 7e70ffda9701f14afd4edf55124ac0681ba36016 authored over 3 years ago
Add code examples to the User class

The methods `User.contributor_subreddits` and `User.subreddits` need to
use either an explicit l...

github.com/praw-dev/asyncpraw - 9315911255c538b650b486bfcd814fadfb29ee50 authored over 3 years ago
Restore User.moderator_subreddits

(cherry picked from commit 2d1f6111b20a8a047c3bcb4ecb7c649855395346)

github.com/praw-dev/asyncpraw - bfe4be2be7d4db3b6e72cffbd019f604adbd3f04 authored over 3 years ago
Merge pull request #123 from praw-dev/fix-import-typehints

Replace rel. imports with absolute when TYPE_CHECKING to fix mypy

github.com/praw-dev/asyncpraw - 636b8abe864fa4255b07b7cbf9b65b0ca8cd52d1 authored over 3 years ago
Replace rel. imports with absolute when TYPE_CHECKING to fix mypy

(cherry picked from commit 12148dde07c50765d23d17a71926e27c724fef32)

github.com/praw-dev/asyncpraw - 7564458eaf7125c35c1cf62f04644de9a49444f5 authored over 3 years ago
Merge pull request #122 from praw-dev/post-control

Add SubmissionModeration.update_crowd_control_level

github.com/praw-dev/asyncpraw - 067db0e065a990a2168d57797abd31e1ab806ad9 authored over 3 years ago
Add SubmissionModeration.update_crowd_control_level

(cherry picked from commit ada285c2e494873aa77a655c3a108817a3d01d94)

github.com/praw-dev/asyncpraw - 30058ec0874bfc8e6f310256d765e4dd10a4e78b authored over 3 years ago
Merge pull request #121 from praw-dev/inbox-stuff

Add read_all_messages and unblock_subreddit

github.com/praw-dev/asyncpraw - e3b6828578ef8e31215728c8a186dc5eb9ac16ff authored over 3 years ago
Add read_all_messages and unblock_subreddit

(cherry picked from commit a1b80ec8931af070365350dcdd75a736aea3a325)

github.com/praw-dev/asyncpraw - b96bc28ebd1fa3e18a12f4c455bb2f25441894d3 authored over 3 years ago
Merge pull request #120 from praw-dev/wiki-revert-wiki-discussions

Add WikiPage.discussions and WikiPageModeration.revert

github.com/praw-dev/asyncpraw - 5f245b6901160e7e20d65184ad860845b7cf62a0 authored over 3 years ago
Add WikiPage.discussions and WikiPageModeration.revert

(cherry picked from commit da9ea5971d46e1f461ad9ce6519acd5d1b1c61dd)

github.com/praw-dev/asyncpraw - c66a5e6304cc12d8dbd54b610680a4ce28a5c3be authored over 3 years ago
Merge pull request #119 from praw-dev/refresh_token

Deprecate refresh token managers

github.com/praw-dev/asyncpraw - 3b75c52775d9959daf97bca1833c4952a1d0e013 authored over 3 years ago
Fix weird test errors

github.com/praw-dev/asyncpraw - b07604acc5ab6300a29da0cc25e959f0aea78439 authored over 3 years ago
Add ability to record cassettes with refresh_tokens

github.com/praw-dev/asyncpraw - a9928d1e832cfcc0aebe05548faabb5f5ddbdb56 authored over 3 years ago
Deprecate token managers

(cherry picked from commit d29412dafb7295321504ef48994b0cbbc956ab00)

github.com/praw-dev/asyncpraw - 12d7c4165b3173a11d444ae71226d4e6d2cac479 authored over 3 years ago
Update __init__.py

github.com/praw-dev/asyncpraw - 181a28a3d6f9b73ea27f20a9f34cb94e4dec5019 authored over 3 years ago
Update FUNDING.yml

github.com/praw-dev/.github - 7bbbc3465c111eccb9c76cd68f40f0489e2c85f2 authored over 3 years ago
Add semantic versioning note

github.com/praw-dev/asyncprawcore - 02807aa4f15fd808072c156f33e8836b8a901351 authored over 3 years ago
fix tag release workflow

github.com/praw-dev/asyncprawcore - add9f2a4ba6cfdb35c4de8f72c00389518d51b69 authored over 3 years ago
Merge pull request #45 from praw-dev/prepare_release_v2.3.0

Release v2.3.0

github.com/praw-dev/asyncprawcore - 3770586837d5bd5e0681f0abdddce32994d0b4be authored over 3 years ago