Skip to content

A python script to that extracts the concepts of html css and js from w3schools inside your terminal

Notifications You must be signed in to change notification settings

SwarajBaral/html-css-js-concept-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

html-css-js-concept-scraper

A python script to that extracts the concepts of html css and js from w3schools inside your terminal. The folder 'Script and Requirements' contains all the required elements needed to execute this script inside your terminal

Getting Started

##Packages To install the required packages for this script. Navigate to the 'Script and Requirements' folder and run the following command in the terminal

pip install -r requirements.txt

Usage

To run the script

python webscraper.py

Built with

Python 3.8.3rc1

Author

Swaraj Baral - Student


NOTE : The script wont work if correct browser driver path isn't provided. The webdriver has to be chosen according to the user's web browser and browser version.

  • To use a different web browser or a different version of a browser:-
    1. Download the latest version of preferred browser
    2. Change the executable_path = ' ' parameter. Set it to the location of your driver.
    browser = wb.Chrome(executable_path='<path of driver>/<broswer driver>.exe', options=options)

About

A python script to that extracts the concepts of html css and js from w3schools inside your terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages