kulwinderkk / webscraping

Webscraping PDFs using Selenium and scraping content from Power BI dashboard embedded on the webpage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

These set of python scripts scrape the following:

  1. The PDFs available at the website using selenium.
  2. The content of the Power BI dashboard embedded on the webpage using requests (used the payload available at the Network>XHR component of the page to qurey the Power BI).

I want to thank the developer who created below script as it helped me understand the json content of the response and extract the appropriate fields.

About

Webscraping PDFs using Selenium and scraping content from Power BI dashboard embedded on the webpage.


Languages

Language:Jupyter Notebook 53.6%Language:Python 46.4%