Umesh-01 / Python-Assistant

Python Assistant (PA) is a voice command based assistant service written in Python 3.9+. It can recognize human speech or voice, talk to user and execute basic commands.
MIT License
79 stars 53 forks source link

User can collect data present in the website and store in an Excel file #43

Open SanyaGera opened 2 years ago

SanyaGera commented 2 years ago

My making use of web scraping. We can make a feature in which user can collect required data from a website and convert it into a CSV file. This can be achieved using Beautiful Soup and Pandas Library. -- Contributor in GSSOC22 Sanya Gera Please have a look at it @Umesh-01

Umesh-01 commented 2 years ago

@SanyaGera what kind of data you want to collect using Web Scraping??

SanyaGera commented 2 years ago

@Umesh-01 suppose someone is reviewing property for rent on sites like nobrooker, so they can collect all that data and get it in an excel file.