diff --git a/scrap/tripadvisorbot/README.md b/scrap/tripadvisorbot/README.md index a7e8e2d..8fec27e 100644 --- a/scrap/tripadvisorbot/README.md +++ b/scrap/tripadvisorbot/README.md @@ -1,6 +1,12 @@ TripAdvisor Scraper =================== +# WARNING! +**out-of-date repository!!!** +Sub-Repository out of date, you will most likely have to update the xpath routes and even the HTMLs URL. +(see original repo: https://github.com/magic890/tripadvisor-scraper) + + Only for educational purposes. Use at own risk, it might violate TripAdvisor policies. @@ -26,4 +32,4 @@ For JSON format use: ```shell scrapy crawl tripadvisor-restaurant -o output/result.json -t json ``` -but pay attention [it doesn’t scale well for large amounts of data since incremental (aka. stream-mode)](https://scrapy.readthedocs.org/en/0.24/topics/exporters.html#json-with-large-data) \ No newline at end of file +but pay attention [it doesn’t scale well for large amounts of data since incremental (aka. stream-mode)](https://scrapy.readthedocs.org/en/0.24/topics/exporters.html#json-with-large-data)