You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ latest: Pulling from algo7/tripadvisor-review-scraper/scrap
76
76
## Known Issues
77
77
1. The hotel scraper works for English reviews only.
78
78
2. The restaurant scraper can only scrap english reivews or french reviews.
79
+
3. The hotel scraper uses date of review instead of date of stay as the date because the date of stay is not always available.
79
80
80
81
# Container Provisioner
81
82
Container Provisioner is a tool written in [Go](https://go.dev/) that provides a UI for the users to interact with the scraper. It uses [Docker API](https://docs.docker.com/engine/api/) to provision the containers and run the scraper. The UI is written in raw HTML and JavaScript while the backend web framwork is [Fiber](https://docs.gofiber.io/).
0 commit comments