Skip to content

piexed/webscrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraper with GUI

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.

Python Scraper:

Dependencies:

  • requests
  • beautifulsoup4
  • tkinter

Usage:

  1. Install dependencies: pip install requests beautifulsoup4
  2. Run the Python script: python scraper_python.py

Go Scraper:

Dependencies:

  • github.com/PuerkitoBio/goquery
  • github.com/andlabs/ui

Usage:

  1. Install dependencies:
    go get -u github.com/PuerkitoBio/goquery
    go get -u github.com/andlabs/ui
  2. Run the Go script: go run scraper_go.go

Contributing:

Feel free to contribute to this project by opening issues or submitting pull requests.

License:

This project is licensed under the MIT License.

Web Scraper Documentation

This documentation provides details on using and contributing to the Web Scraper project.

Table of Contents:

  1. Python Scraper
  2. Go Scraper
  3. Contributing
  4. License

1. Python Scraper

Dependencies:

  • requests
  • beautifulsoup4
  • tkinter

Usage:

  1. Install dependencies: pip install requests beautifulsoup4
  2. Run the Python script: python scraper_python.py

2. Go Scraper

Dependencies:

  • github.com/PuerkitoBio/goquery
  • github.com/andlabs/ui

Usage:

  1. Install dependencies:
    go get -u github.com/PuerkitoBio/goquery
    go get -u github.com/andlabs/ui
  2. Run the Go script: go run scraper_go.go

3. Contributing

We welcome contributions! Please follow the guidelines in CONTRIBUTING.md.

4. License

This project is licensed under the MIT License.

About

tool for the scrapping the website content and asset

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors