Skip to content

SCRAPP3R is a Python web scraping tool that extracts text from websites and displays it in a Tkinter window. Easily access and view web content with this user-friendly application. We welcome contributors to help improve and expand Scrapper's capabilities.

Notifications You must be signed in to change notification settings

L1QU3D/SCRAPP3R

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

SCRAPP3R All Website Text Scraper

SCRAPPER is a Python-based web scraping tool that allows users to scrape text from any website and display it in a Tkinter window. This tool simplifies the process of extracting textual content from web pages, making it easy for users to access and view the text they need.

Features

  • Web Scraping: Scrapper can extract text content from any website by simply providing its URL.

  • User-Friendly Interface: The scraped text is displayed in a Tkinter window, providing a user-friendly and intuitive interface.

  • Text Saving (Future Feature): In future updates, we plan to add a feature that allows users to save the scraped text to a file for later reference.

Getting Started

To use Scrapp3r, follow these steps:

  1. Clone the repository:

    git clone https://github.com/L1QU3D/SCRAPP3R.git
    

Navigate to the project directory:

    cd SCRAPP3R

Install the required dependencies:

 pip install -r requirements.txt

Requirements include:

Run the application:

      python scrapper.py

Contributing We welcome contributions to improve and expand Scrapper. If you're interested in participating in its development, follow these steps:

Fork the repository on GitHub.

Clone your forked repository locally:

 git clone https://github.com/yourusername/scrapper.git

Create a new branch for your feature or bug fix:

git checkout -b feature/your-feature-name

Make your changes and commit them with descriptive messages:

git commit -m "Add your descriptive commit message here"

Push your changes to your forked repository:

git push origin feature/your-feature-name

Create a pull request (PR) to the main repository.

After reviewing your PR, we will merge it if it aligns with the project's goals.

License This project is licensed under the MIT License, which means you can use, modify, and distribute the code for both personal and commercial purposes.

By L1QU3D @2023

About

SCRAPP3R is a Python web scraping tool that extracts text from websites and displays it in a Tkinter window. Easily access and view web content with this user-friendly application. We welcome contributors to help improve and expand Scrapper's capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages