Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Scrapious

A multi-purpose web scraper that crawls websites and extracts all discovered links with configurable depth control.

Features

  • Crawls a starting URL and discovers all links on the page
  • Configurable crawl depth (follow links within the same domain)
  • Filters external vs internal links
  • Outputs results to a text file
  • Simple CLI interface

Installation

git clone https://github.com/ShantanuRauthan/Scrapious.git
cd Scrapious
pip install -r requirements.txt

Usage

python3 main.py <url>

The scraper will crawl the provided URL, extract all links, and save them to a text file in the same directory.

About

Multi-purpose web scraper that crawls websites and extracts links with configurable depth control

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages