kev007 / amazon-review-analyser

Amazon customer review crawler and analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO

  • Schedule
    • Sonntag selbstarbeit
    • montag treffen
  • Code
  • Presentation
  • Licence
  • README.md - markdown help

Code

  1. Front End: GUI
    1. 3 Pane Layout - See Resources/GUI_Design1.jpg
      1. ListView (alles)
      2. Darstellung Produktdetails
      3. Darstellung bewertung
        1. analyse positiv/negativ
        2. analyse other interesting data
    2. Events Listener
  2. Back End
    1. Crawler
      1. Event Trigger (Progress)
      2. any Amazon.com URL
    2. Incorrect ASIN GET filtering (remove bad crawled data)
  3. Other
    1. Code Comments
    2. Code Documentation
    3. UML Diagramm
    4. Refactor Crawler

Presentation

  1. Resources/GUI_Design1.jpg
    1. Basis idee für JavaFX GUI
  2. Crawler resultate
    1. SQLite Database
    2. Database struktur
  3. Programmstruktur
    1. Objekts (Model/Item sehr wichtig)



README

A Java Model to collect and analyse product reviews on Amazon.com.

Updated: 2016-01-29

Quick Start Guide

XYZ

Description

	Main.CM.crawl("B00NMJJXU4");

Common Exceptions

  1. java.io.IOException means that the item no longer exist on Amazon.com. You do not have to do anything with that item.
  2. java.net.SocketTimeoutException means that connection to the website is taking too long. Rerun the Model on the items with this exception.

Licence

The code is released into public domain.

Sources

  • "Market Dynamics and User-Generated Content about Tablet Computers" by Xin (Shane) Wang, Feng Mai and Roger H.L. Chiang, Marketing Science 33.3 (2014): 449-458 customer-review-Model

Links

About

Amazon customer review crawler and analyzer

License:The Unlicense


Languages

Language:Java 99.8%Language:HTML 0.2%