Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.42 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.42 KB

WebText Extractor

WebText Extractor is a web application that allows users to extract text content from any given website URL. It comprises a Python Flask backend for text extraction and a Next.js frontend for user interaction.

Features

  • Extract text content from any website URL.
  • Simple and intuitive user interface.
  • Efficient text extraction using Python's BeautifulSoup library.
  • Built-in error handling for robust performance.
  • Easily deployable on various platforms.

Getting Started

Follow these steps to get started with WebText Extractor:

Prerequisites

  • Node.js
  • Python 3

Installation

  1. Clone this repository to your local machine.
git clone https://github.com/your-username/your-repository.git
  1. Navigate to the project directory.
cd your-repository
  1. Install frontend dependencies.
npm install

Usage

  1. Start the Flask backend server.
python app.py
  1. Start the Next.js frontend server.
npm run dev
  1. Open your browser and navigate to http://localhost:3000 to access the WebText Extractor application.

Contributing

Contributions are welcome! Feel free to fork this repository, make changes, and submit pull requests. Please follow the contribution guidelines outlined in the CONTRIBUTING.md file.

Acknowledgements

  • Flask - Python web framework
  • Next.js - React framework
  • Beautiful Soup - Python library for web scraping