Skip to content
  • Presentations

My Dairy……

Home | Work | Life

My Dairy……

Home | Work | Life

  • Presentations

Web Scrapping

Login and parse ASP.NET sites with Python
Posted on June 7, 2020June 8, 2020 by manish

Login and parse ASP.NET sites with Python

Share

I am using web scraping on several sites to get information like prices from e-commerce sites and meter readings, balance amount etc from my apartment service provider portal. This is fairly simple to do in python using “requests” and “beautifulsoup” modules. Recently, my apartment service provider revamped their website in ASP.NET. I thought it was […]

python, Web Scrapping
  • Tech bytes
Web scraping with Python
Posted on September 29, 2019September 30, 2019 by manish

Web scraping with Python

Share

Web scraping is very powerful methodology to extract and track “things of interest” from websites. Let us see how it works with an example. Here I am performing search for items on an online retailer and fetch price of searched items. To do this I wrote a module having one class having two abstract functions. […]

beautifulsoup, python
  • Tech bytes
Copyright © Blogbuster 2025 Proudly powered by WordPress | Theme: Blogbuster by Mystery Themes.