repositorypackage
0.0.0-20240102023348-02954b4359e2
Repository: https://github.com/gentcod/soapwebservice.git
Documentation: pkg.go.dev
# README
Simple WebScrapper
This is a web scrapper tool that takes a URL and fetches the RSS Feeds from the URL
Script Guide:
To run without building the executable file, use:
go run . 'https://someurl.com'
To run using the executable file, use:
Build exe file:
go build -o preferredName.exe .
Run exe file:
./preferredName.exe 'https://someurl.com'