Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 942 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 942 Bytes

Scrapo

Scrapo is a web scraping tool built with FastAPI and NiceGUI. It allows users to scrape data from web pages using a simple and intuitive interface.

Features

  • Web scraping using customizable parameters.
  • Easy-to-use UI with NiceGUI.
  • Fast and efficient backend with FastAPI.
  • Supports various data extraction techniques.

Installation

To install Scrapo, clone the repository and install the dependencies:

git clone https://github.com/yakupcemilk/scrapo.git
cd scrapo
make init

Run

make run

Access the web interface at http://localhost:8080 and use the form to input the URL and parameters for scraping.

API Documentation

The API is available at http://localhost:8000/docs.

Contributing

If you would like to contribute to the development of Scrapo, please fork the repository and submit a pull request with your changes.

License

This project is licensed under the MIT License.