kanish-sharma / InternshipAutomation

Python scripts to automate the tasks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Scraping and Automation

Python scripts to download PDFs from some websites and to organise them in folders by renaming them.

Prerequisites

Basic knowledge of these modules are required -

One should be familiar with Lists, functions and file handling in Python.

Installation

Installation of modules is required -

  1. Requests - pip install requests

  2. BeautifulSoup4 - pip install beautifulsoup4

  3. Selenium - pip install selenium

Drivers are required for Selenium like Google Chrome Driver and Mozilla Gecko Driver, those drivers can be downloaded from seleniumhq website.

Usage

Change the paths of driver and folder and you'll be good to go.

About

Python scripts to automate the tasks


Languages

Language:Python 100.0%