Skip to content

pcasaspere/easy-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

easy-scraper

Easy Scrapper is a Python command-line tool designed to extract all URLs from a specified web page.

Installation

You need to have Python installed on your system. You can clone this repository and install the required dependencies.

git clone https://github.com/pcasaspere/easy-scraper.git
cd easy-scraper
pip install -r requirements.txt

Usage

Run the easyscraper.py script with the --url option followed by the web page URL you want to analyze.

python url_extractor.py --url "http://www.example.com"
Parameters
    --url: Specifies the web page URL from which to extract URLs.
python url_extractor.py --help

Contributing

Contributions to easyscraper are welcome! Please read our contributing guidelines for more information.

License

Easyscraper is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages