Loading repository data…
Loading repository data…
0x0be / repository
A user-friendly python-based GUI which provides sentiment analysis of users' reviews toward a specific TripAdvisor facility
If you're reading, dear Tripadvisor, Inc., hire me!
Make sure you've all Python dependencies installed with:
scrape@advisor:~$ pip3 install -r requirements.txt
Also, the following R packages are needed:
You can manually install missing ones with:
install.packages("library_name")
or run this script (credit to @stevenworthington) to install them all.
For Italian language support, TextWiller library must be installed. To do that:
install.packages("devtools")
install_github("livioivil/TextWiller")
In order to launch scrapeadvisor GUI, run:
scrape@advisor:~$ python3 ScrapeAdvisor.py
After the download is finished, press "Show Reviews" to see all the downloaded reviews.
After the download is finished, press "Sentiment Analysis" button and wait: all the graphs related to the facility will appear follow after, so you can swipe between them.
Scrapeadvisor is provided under this License on an AS-IS basis, without warranty of any kind, either expressed, implied, or statutory, including, without limitation, warranties that the scrapeadvisor is free of defects, merchantable, fit for a particular purpose or non-infringing.
To the extent permitted under Law, scrapeadvisor is provided under an AS-IS basis. The scrapeadvisor Team shall never, and without any limit, be liable for any damage, cost, expense or any other payment incurred as a result of scrapeadvisor's actions, failure, bugs and/or any other interaction between scrapeadvisor and end-equipment, computers, other software or any 3rd party, end-equipment, computer or services.
We do not encourage running scrapeadvisor against Tripadvisor without prior mutual consent. The scrapeadvisor Team accept no liability and are not responsible for any misuse or damage caused by scrapeadvisor.