Skip to content

Designed a minimalist Flask web app for extracting text content from any website. Utilized BeautifulSoup for parsing HTML. Users can input a URL, and the app displays the extracted text.

Notifications You must be signed in to change notification settings

avalon22022002/website_text_extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

website_text_extractor

Designed a minimalist Flask web app for extracting text content from any website. Utilized BeautifulSoup for parsing HTML. Users can input a URL, and the app displays the extracted text.

steps to run
cd simple-web-content-extractor
pip install -r requirements.txt
python app.py

demo vedio on youtube: https://youtu.be/b0KGNlBhbqA

About

Designed a minimalist Flask web app for extracting text content from any website. Utilized BeautifulSoup for parsing HTML. Users can input a URL, and the app displays the extracted text.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published