0.0.5 • Published 9 years ago

yell2 v0.0.5

Weekly downloads
5
License
ISC
Repository
github
Last release
9 years ago

This is a forked and updated repo. Yelp changed its page structure thus the original repo is outdated.

Also with the new version, you will also get an xml version of the ouput where you can easily use to import your content to your favorite cms.

I will be updating the XML to provide more granular information from each yelp review such as business type as well as featured images taken by yelpers.

I will also create cms specific import files. Wordpress, Drupal.

Create tickets for any special requests.

The command has changed from yell to yell2

~/⇾ yell2 YOUR_USER_ID
fetching articles starting with 0
fetching articles starting with 10
fetching articles starting with 20
fetching articles starting with 30
fetching articles starting with 40

Finished! Find in this directory:
- yelp.html, a hreview-formatted HTML version
- yelp.json: raw JSON data.

Using this code is against the Yelp Terms of Service because they prevent users (in section 6B iii of their terms of service) against:

Use any robot, spider, site search/retrieval application, or other automated device, process or means to access, retrieve, scrape, or index any portion of the Service or any Site Content;

However, section 5C makes it very clear that users own their contributed content.

As between you and Yelp, you own Your Content.

Given that copying-and-pasting ones content out of Yelp is rather inconvenient, in order to make 5C a reality, this code breaks 6B iii. It's an unfortunate overlap of code and law.

Yelp, for the most part, is doing a decent job - they publish reviews in the hReview microformat, and have APIs. And it's great that their TOS is fair in ownership to data. However, their APIs are for businesses, not users, and their TOS is unfair in access to data.

Running

Instead of YOUR_YELP_USER_ID, you should put your user id. Find this by going to Yelp, and to your user page, and looking in the URL. It'll be like:

http://www.yelp.com/user_details?userid=FDJLFJDSKL

That end bit - the random letters after the =, is your userid.

npm install yell2
yell2 YOUR_YELP_USER_ID
0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago