Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 864 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 864 Bytes

Web application to view the latest blog posts from Pulse NITK, IRIS and, IEEE.

Features

  • See the latest post from all three websites
  • See posts according to their month published
  • Carousel of three latest posts
Blog.-.Google.Chrome.mp4

Tech Stack

  • Flask
  • Beautiful Soup4
  • Requests
  • Python

Setup Instructions

git clone https://github.com/hrushikeshj/Silicon-Maze-Blog.git
cd Silicon-Maze-Blog
py -3 -m venv venv
venv\Scripts\activate
pip install flask bs4 requests
flask run

Website should be running at http://localhost:5000/.


img img