aPRAW icon indicating copy to clipboard operation
aPRAW copied to clipboard

Asynchronous Python Reddit API Wrapper

Results 13 aPRAW issues
Sort by recently updated
recently updated
newest added

**Description** > Describe the enhancement to be made to the codebase. "https://reddit.com{data.permalink}" I really don't like doing something like this. Why don't we have a method that automatically does this...

enhancement

**Name of the endpoint** `/api/quarantine_optin` `/api/quarantine_optout` **Expected model/function** `apraw.models.Subreddit.quaran.opt_in()` or `opt_out()`.

endpoint

Fixes basically it fixes the issue with posting urls Errors: a) you had an elif. thats not what they are for b) 2 url variables c) not even how the...

Fixes # (provide issue number if applicable) When installing the module with setup.py the import for `__version__` and `__tag__` end up attempting to import a module that has not necessarily...

**Describe the bug** "'function' object has no attribute 'close'" error happens when using reddit.close() >2020-08-12 19:14:44 ERROR 'function' object has no attribute 'close' Traceback (most recent call last): File (..snip..)...

**Describe the bug** When a percent symbol (%) is used in a user praw.ini config file, the following exception is thrown when creating a praw.Reddit instance: > configparser.InterpolationSyntaxError: '%' must...

**Description** > Describe the enhancement to be made to the codebase. Refer to the [Python StdLib Docs](https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset) for an overview of all the set methods.

enhancement

**Description** > Describe the enhancement to be made to the codebase. Allow the `class ExponentialCounter`'s starting value/base to be defined as an argument in cases where the lowest needs to...

enhancement

As we had discussed on Discord, I would appreciate if multireddits and .search() features were added to apraw. For reference, here is my code: ``` def redditeer(text,number): reddit = praw.Reddit(redacted)...

feature

**Describe the solution you'd like** > A clear and concise description of what you want to happen. Support for Reddit's code flow for installed apps via a callback URL.

feature