A parser for TripAdvisor Attractions.
Exports reviews and their metainformation as csv.
.gitignore | ||
csv_exporter.py | ||
main.py | ||
README.md | ||
requirements.txt | ||
tripadvisor_attraction.py | ||
tripadvisor_parser.py |
TripAdvisor Parser
Get reviews from attractions in TripAdvisor.
Requests all reviews in the currently selected language in TripAdvisor and exports them in a csv file.
To mitigate commas and quotation marks in the review texts, the columns in the csv are separated with ^
.
Usage
- Create a file in the PWD named
urls.txt
. Place one URL per line. - Start the program. You do not need to pass parameters.
- Find the csv files in the
export/
directory.