-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
22 lines (18 loc) · 897 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#Authors: Zach Luciano, Tanner Halcumb, Nick Mladineo
#Date: April 30, 2020
#Project: GoScraper
#Environment
Machine must be a Windows machine with Go installed and configured, see https://golang.org/doc/install
for install and configuration information. Testing did not prove successful on Windows machines without
Go installed and other OS systems as the executable is ".exe".
#Running
With all source files downloaded, go to the "src/" folder. The following command will need to be run
to gather the necessary packages:
===
$ go get github.com/asticode/go-astikit github.com/asticode/go-astilectron github.com/bbalet/stopwords github.com/gocolly/colly github.com/gorilla/mux github.com/lib/pq
===
Once the packages are installed, the build can be done for the executable.
===
$ go build
===
The build command will produce "src.exe" simply run this file to execute the program.