A parser for TripAdvisor Attractions. Exports reviews and their metainformation as csv.
Find a file
2023-05-01 12:28:39 +02:00
.gitignore Add check to ensure export directory exists 2023-05-01 12:03:38 +02:00
csv_exporter.py Add check to ensure export directory exists 2023-05-01 12:03:38 +02:00
main.py Add multithreading per attraction 2023-05-01 11:57:33 +02:00
README.md Add README 2023-05-01 12:28:39 +02:00
requirements.txt Add requirements.txt 2023-05-01 12:25:57 +02:00
tripadvisor_attraction.py Initial commit 2023-05-01 11:16:10 +02:00
tripadvisor_parser.py Initial commit 2023-05-01 11:16:10 +02:00

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

  1. Create a file in the PWD named urls.txt. Place one URL per line.
  2. Start the program. You do not need to pass parameters.
  3. Find the csv files in the export/ directory.