Introduction to the Course
Get an overview of Reddit, its API and what you'll be learning in this course.
We'll cover the following
What to expect from this course
In this course, we'll explore a multitude of endpoints offered by the Reddit API and learn how to use them firsthand. At the end of this course, you'll have a solid understanding of Reddit API and know how to implement it in real-world applications.
Course prerequisites
This course assumes that you have basic skills in Python and its Requests and Flask libraries. This course is designed for developers that want to explore Reddit's API and use it in their applications.
What to expect from this course
In this course, you'll start with the Reddit API and explore different endpoints. You’ll then explore other endpoints using the Python
By the end of this course, you'll be able to do the following tasks:
- Use the API directly:
- Read posts and comment from different subreddits.
- Create a subreddit and submit a post to it.
- Comment and vote on posts.
- Use the Python wrapper PRAW:
- Read and make posts and comments.
- Moderate posts.
- Create flairs and collections.
- Use PRAW in a demo application.
Let's go!