Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 569 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 569 Bytes

webScrapping

a web scrapping project using flask and beautifulSoup4.

This project is based on web scapping of news channel to get news of particular topic. here are some screenshoots.

scrShoot

scrShoot

you can run these project by installing flask using

pip install Flask pip install bs4 pip install requests

and for creating virtual environment run

python -3 -m venv venv

in cmd of project.

and to start project run flask run in cmd

and open http://127.0.0.1:5000/ in browser.