Skip to content

Scrape url links on any webpage and save into a text file

Notifications You must be signed in to change notification settings

rahulcs754/Scrape-Urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scrape Urls Python Script

You can get any http/https links from a webpage and save into a text file.

Usage

You can clone the project and run the following command to install:

$ git clone https://github.com/rahulcs754/Scrape-Urls.git

I consider, You have already installed virtualenv and pip.

First of all, create a virtualenv in a working directory

$ virtualenv virtualenv_name

after that you have to activate virtualenv machine by using the below command

#In linux

$ source virtualenv_name/bin/activate

#In Windows

$ source virtualenv_name/Scripts/activate

#saving list of dependencies to file

pip install -r requirements.txt

run main file

$ python main.py

Note : Make sure you cd into the clone folder before performing the command above.

Contributing

  1. Fork the repository, make your changes, and add yourself to AUTHORS.md
  2. Send a pull request

Stack

python3

About

Scrape url links on any webpage and save into a text file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages