Skip to content

Thamarai-Selvam/code-scrapper-javatpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

code-scrapper-javatpoint

forthebadge forthebadge

Description :

Simply a code scrapper that scrapes the code contents in any javatpoint webpage.

It saves the scrapped code into to html file.

Requirements :

pip install -r requirements.txt

Hot to execute it ?

python main.py url

url - Link of the javatpoint page where the code has to scrapped from.

Example :

python main.py "https://www.javatpoint.com/angularjs-ng-keypress-directive"

The fetched code will be saved in the same name as that of the page title under the same directory as well.

Some examples can be found under codes directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published