Web application to view the latest blog posts from Pulse NITK, IRIS and, IEEE.
- See the latest post from all three websites
- See posts according to their month published
- Carousel of three latest posts
Blog.-.Google.Chrome.mp4
- Flask
- Beautiful Soup4
- Requests
- Python
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/.