Create Flairs and Collections
Understand how to create flairs and collections using the Python Reddit API Wrapper (PRAW).
Create flairs
Users use flairs to tag posts to a particular subcategory, which allows other users to browse that subcategory. Flairs are like Twitter hashtags, but for Reddit. To create a flair, we use the add()
method of the SubredditLinkFlairTemplates
class. Once a flair gets added, we can add it to a post.
Here are some important parameters we'll use to call the method:
Get hands-on with 1300+ tech skills courses.