This repository contains a simple web scraper with a graphical user interface (GUI) for both Python and Go. The scraper is designed to extract information from a website when the user provides the URL. Please note that web scraping should be done in compliance with the terms of service of the website.
requestsbeautifulsoup4tkinter
- Install dependencies:
pip install requests beautifulsoup4 - Run the Python script:
python scraper_python.py
github.com/PuerkitoBio/goquerygithub.com/andlabs/ui
- Install dependencies:
go get -u github.com/PuerkitoBio/goquery go get -u github.com/andlabs/ui
- Run the Go script:
go run scraper_go.go
Feel free to contribute to this project by opening issues or submitting pull requests.
This project is licensed under the MIT License.
This documentation provides details on using and contributing to the Web Scraper project.
requestsbeautifulsoup4tkinter
- Install dependencies:
pip install requests beautifulsoup4 - Run the Python script:
python scraper_python.py
github.com/PuerkitoBio/goquerygithub.com/andlabs/ui
- Install dependencies:
go get -u github.com/PuerkitoBio/goquery go get -u github.com/andlabs/ui
- Run the Go script:
go run scraper_go.go
We welcome contributions! Please follow the guidelines in CONTRIBUTING.md.
This project is licensed under the MIT License.