Skip to content

A Python Script to extract source code of any URL and store it in a text file. (Web Scraping)

Notifications You must be signed in to change notification settings

nikhil-amin/URL_SouceCodeExtracter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

URL_SouceCodeExtracter

A simple Python Script to extract source code of any URL and store it in a text file.

Before starting, make sure you have Python installed in your system.

SourceCodeExtracter.py is the python script file. (User can place it anywhere as per their comfort)

Open your terminal and go to the directory where your SourceCodeExtracter.py is placed. Run python SourceCodeExtracter.py and enter the URL to extract source code.

Now enter an Output filename of your choice with .txt extension to save the extracted source code.

Here is the screenshot of my output terminal:

TerminalScreenshot

About

A Python Script to extract source code of any URL and store it in a text file. (Web Scraping)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages