Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaguero authored Oct 10, 2021
1 parent 15b5a11 commit 4dbc10e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scrap/tripadvisorbot/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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)
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)

0 comments on commit 4dbc10e

Please sign in to comment.