Skip to content

GermaVinsmoke/InternshipAutomation

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages