An open API service indexing awesome lists of open source software.

https://github.com/s41r4j/wss

[WebScrapeSite]: FAST, EASY & INSIGHTFUL Website Analysis Tool
https://github.com/s41r4j/wss

analysis analytics easy easy-to-use fast python python3 scraper terminal website whois

Last synced: 3 months ago
JSON representation

[WebScrapeSite]: FAST, EASY & INSIGHTFUL Website Analysis Tool

Awesome Lists containing this project

README

        




WebScrapeSite (abbreviated __wss__) is a powerful and user-friendly web scraping tool written in python3. It provides a convenient and efficient way to extract data and insights from websites quickly. Whether you're a _data analyst_, _researcher_, _developer_ or _hacker_, wss can help you gather the information you need from websites with one command. It can efficiently categorize and recover various web components such as hyperlinks, image links, JavaScript resources, stylesheet references, email addresses, whois records and much more, all with remarkable speed and accuracy.

It is equipped with flexible data export options, making it easy to save collected data in either CSV or JSON format. By default, it stores data in a CSV file, a widely accepted and human-readable format. Alternatively, you can choose to export data in JSON, a more structured format preferred by developers and applications. This adaptability ensures that you can seamlessly integrate the collected data into your analysis, research, development or attack workflows while catering to your specific requirements.

> works on linux, windows & android (termux)


## ๐Ÿ’ฟ Installation:
```
git clone https://github.com/s41r4j/wss/; cd wss; pip install -r requirements.txt
```
> prerequisite: python3, pip, git, internet connection


## ๐Ÿงพ Usage:
| _help menu_ | _demo target_ |
|---|---|
|

|

|
| `python3 wss.py -h` | `python3 wss.py -u google.com` |
> collocted data is automatically stored in a file (filename in yellow)




- ๐Ÿ—’๏ธ examples:
```
python3 wss.py -u example.com
python3 wss.py -u example.com/example -f json
python3 wss.py -u https://example.com/ -a
```