/Twitter-Analyzer

A Twitter Scraper developed for the Software Project exam at Unimore Computer Science degree

Primary LanguageJava

A twitter scraper developed for project software exam at Unimore Computer Science degree

Developers

  • Alessandra Cosenza - scrum master.
  • Antonio Pelusi - dev, tester.
  • Erik Burani - UI dev, tester.
  • Federico Fantini - dev.
  • Gianluca Corrado - dev, domain expert.
  • Lorenzo Stigliano - project owner.
  • Salvatore Bianco - tester, domain expert.

Instruction

  • Download the source code
  • Download Java SE Development Kit 16.0.1
  • cd /path/to/repo/out/artifacts/g3_dev_jar/
  • /path/to/jdk-16.0.1/bin/java -jar g3_dev.jar

SITEMAP REPOSITORY

  • /database → dump of the empty database
  • /doc/log → log of the activity
  • /doc/presentation → Twitter Analyzer presentation
  • /doc/Sprint\ n → documents
  • /doc/JavaDoc → javaDoc
  • /out → executable jar file (jre 16)
  • /src/main/java → source code
  • /src/main/resources → fxml for javafx, gui images, api json, css
  • /src/test/java → test junit5 for every class
  • /target/site/jacoco/ → report coverage from jacoco, read by sonarqube
  • pom.xml → maven file