Skip to content

lesson template for teaching ruby and Nokogiri to beginners by building a scraper for amazon wishlists

License

Notifications You must be signed in to change notification settings

jnmandal/ruby-amazon-wishlist-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Amazon Wishlist Scraper

Intended only for learning purposes. Always remember to follow the guidelines set forth by a site's robots.txt

Nokogiri

Japanese for saw... Yeah, I Dunno. Possibly trying to be zen.

NodeSet vs. Element

"Nokogiri::XML::NodeSet"

  • more like an array

"Nokogiri::XML::Element"

  • more like a string

About

lesson template for teaching ruby and Nokogiri to beginners by building a scraper for amazon wishlists

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages