HackAtUCI / learn-reddit-flask-template

A workshop for ZotHacks 2018 for web development and usage of third-party APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A workshop for ZotHacks 2018 for web development and usage of third-party APIs


Languages

Language:Python 64.1%Language:HTML 22.7%Language:CSS 13.2%