Create and Edit Subreddit Wikis
Learn how to manage your subreddit wikis using Python Reddit APi Wrapper.
We'll cover the following...
Create a wiki
Wiki's are pages that moderators can enable on their subreddits. Once enabled, others can contribute to them if the moderators allow it. Wikis can have all sorts of information, most of which revolves around the subreddit's topic. We can use the create()
method of the SubredditWiki
class to create one. ...