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.
- Host: GitHub
- URL: https://github.com/datascience-python/scrapy-tripadvisor-reviews
- Owner: datascience-python
- License: mit
- Created: 2017-02-24T19:20:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-24T19:38:16.000Z (about 8 years ago)
- Last Synced: 2025-03-25T06:51:11.934Z (about 2 months ago)
- Topics: scrapy, sentiment-analysis, tripadvisor
- Language: Python
- Size: 5.86 KB
- Stars: 28
- Watchers: 1
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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