Categorygithub.com/batijo/poll-scraper
repositorypackage
0.2.1
Repository: https://github.com/batijo/poll-scraper.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

poll-scraper

An application designed to collect and structure data from the savitarna.mobi.lt website with the purpose of enabling its integration into various graphic engines.

Setup

  • install go at least 1.16 version
  • edit example.env and then remove example and save it as .env
  • open terminal or command line in project directory and type commands bellow:
go mod download
go run main.go

Info

All logs and errors can be found in info.log file.

To create windows executable program run:

go build -o PollScraper.exe main.go