praw-dev / praw

PRAW, an acronym for "Python Reddit API Wrapper", is a python package that allows for simple access to Reddit's API.
http://praw.readthedocs.io/
BSD 2-Clause "Simplified" License
3.53k stars 462 forks source link

Subreddit post_requirements() returns 404 #2009

Closed gergovari closed 10 months ago

gergovari commented 10 months ago

Describe the solution you'd like

A way to get from the Subreddit model the character limit of the title

Describe alternatives you've considered

1965 Would solve MY particular use-case, but one might not get around this issue with that.

Additional context

Many subreddits don't have the default 300, for example some use 130 for the title.

gergovari commented 10 months ago

post

gergovari commented 10 months ago

It returns 404 tho