https://github.com/pcpp94/webscraping_asp.net_form
A Python-based web scraping tool tailored for an ASP.NET website that incorporates iframes and requires basic authentication. This repository provides all necessary components for handling authentication, navigating iframes, and extracting data efficiently, making it suitable for scraping data from complex ASP.NET pages.
https://github.com/pcpp94/webscraping_asp.net_form
asp-net iframe webscraping
Last synced: 22 days ago
JSON representation
A Python-based web scraping tool tailored for an ASP.NET website that incorporates iframes and requires basic authentication. This repository provides all necessary components for handling authentication, navigating iframes, and extracting data efficiently, making it suitable for scraping data from complex ASP.NET pages.
- Host: GitHub
- URL: https://github.com/pcpp94/webscraping_asp.net_form
- Owner: pcpp94
- Created: 2024-11-11T14:12:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-11T14:18:17.000Z (over 1 year ago)
- Last Synced: 2025-07-31T16:43:59.916Z (10 months ago)
- Topics: asp-net, iframe, webscraping
- Language: Jupyter Notebook
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**ASP.NET Web Scraper with iFrame and Auth Support**
A Python-based web scraping tool tailored for an ASP.NET website that incorporates iframes and requires basic authentication. This repository provides all necessary components for handling authentication, navigating iframes, and extracting data efficiently, making it suitable for scraping data from complex ASP.NET pages.