Use PRAW to Interact With Posts and Comments
Learn how to get and make posts and comments using Python Reddit API Wrapper (PRAW).
We'll cover the following
Make a post
We can make a post using the submit()
method. We'll need to provide the title and the body to submit the post.
Here are some important parameters we'll use to call the method:
Get hands-on with 1400+ tech skills courses.