Skip to content

Instantly share code, notes, and snippets.

@bad6e
Created October 13, 2015 22:02
Show Gist options
  • Save bad6e/7f1c4a3ba01c7edb9108 to your computer and use it in GitHub Desktop.
Save bad6e/7f1c4a3ba01c7edb9108 to your computer and use it in GitHub Desktop.
Lightning Talk - 10.16.15
#Nokogiri
*Setup
-- Talk about what Nokogiri is - basic HTML reader/parser
-- Show a basic project I built with Nokogiri
*Explanation
-- LIVE CODING - First open terminal and requre Nokogiri and Open-URI -- explain each briefly
-- Open website - show the audience what data I will be scrapping (credit cards for travel airlines or Github stats - TBD)
-- In IRB - find show how you can use css selectors to find all the information and interators to sort all the information.
*Takeaway
-- BRIEFLY - show the rake file I created for my GitCommit app and show how you can use Nokogiri to save items into a database.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment