Skip to content

hrushikeshj/Silicon-Maze-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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