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.
- Web scraping using customizable parameters.
- Easy-to-use UI with NiceGUI.
- Fast and efficient backend with FastAPI.
- Supports various data extraction techniques.
To install Scrapo, clone the repository and install the dependencies:
git clone https://github.com/yakupcemilk/scrapo.git
cd scrapo
make init
make run
Access the web interface at http://localhost:8080 and use the form to input the URL and parameters for scraping.
The API is available at http://localhost:8000/docs.
If you would like to contribute to the development of Scrapo, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.