███╗ ██╗██╗ ██████╗ ███████╗ ██████╗ ██████╗ ██████╗ ███████╗
████╗ ██║██║ ██╔══██╗ ██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝
██╔██╗ ██║██║ ██████╔╝█████╗███████╗██║ ██║ ██║██████╔╝█████╗
██║╚██╗██║██║ ██╔═══╝ ╚════╝╚════██║██║ ██║ ██║██╔══██╗██╔══╝
██║ ╚████║███████╗██║ ███████║╚██████╗╚██████╔╝██║ ██║███████╗
╚═╝ ╚═══╝╚══════╝╚═╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝
An automation tool to get dev score for CMPT413 assignments
The following software components are required to be pre-installed in order to develop for this project:
Here is one method of installing all the necessary dependencies on a Mac via Homebrew:
$ brew update
$ brew install maven
# test #
$ mvn -v
$ cd /path/to/nlp-score
$ mvn clean package
$ cd /path/to/nlp-score
$ mvn clean package
$ java -cp target/score-0.0.1-SNAPSHOT-jar-with-dependencies.jar com.lindt.Score <gmail-account> <gmail-passwd> <absolute-path-to-upload-file>
OR (maven doesn't need to be installed)
$ wget https://s3.amazonaws.com/release_package/score-0.0.1-SNAPSHOT-jar-with-dependencies.jar
$ java -cp score-0.0.1-SNAPSHOT-jar-with-dependencies.jar com.lindt.Score <gmail-account> <gmail-passwd> <absolute-path-to-upload-file>