Use PRAW to Interact With Posts and Comments

Learn how to get and make posts and comments using Python Reddit API Wrapper (PRAW).

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 1200+ tech skills courses.