An open API service indexing awesome lists of open source software.

https://github.com/datascience-python/scrapy-tripadvisor-reviews

Using scrapy to scrape tripadvisor in order to get users' reviews.
https://github.com/datascience-python/scrapy-tripadvisor-reviews

scrapy sentiment-analysis tripadvisor

Last synced: about 1 month ago
JSON representation

Using scrapy to scrape tripadvisor in order to get users' reviews.

Awesome Lists containing this project

README

        

# Scrapy-tripadvisor-reviews
Using scrapy to scrape tripadvisor in order to get users' reviews.

The code in this repository was used to scrape and gather data from tripadvisor about some brazilian cities attractions. The data were used to train a sentiment analysis classifier used in https://github.com/igorbpf/Twitter-Sentiment (https://twisentiment.herokuapp.com/).

# Usage
In the project's root folder type:

scrapy crawl tripadvisor -o tripadvisor_reviews.csv

the reviews will be stored in a csv file named tripadvisor_reviews