Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.21 KB

Reddit API - Flask Template

Introduction

In this workshop, you will learn how to set up a Reddit application and integrate it with your web app using Flask and the jinja2 templating engine.

Prerequisites

  • Install Python
  • Install Pip
  • Clone this repository to your Desktop
  • Navigate to your repository in command line
  • Install Praw (Python Reddit Wrapper) and Flask by running pip install -r requirements.txt inside the repository directory
  • Create an account on Reddit (if you do not have one already): https://www.reddit.com/
  • Optional: review Flask intro slides below for a better idea of Flask

Reference Materials