Skip to content

Instantly share code, notes, and snippets.

@ahimmelstoss
Created October 4, 2013 18:50
Show Gist options
  • Save ahimmelstoss/6830790 to your computer and use it in GitHub Desktop.
Save ahimmelstoss/6830790 to your computer and use it in GitHub Desktop.
to scrape from student profile pages
#table/database 003-students
#student_name h4 class="ib_main_header"
#twitter_link div class="social-icons" ahref
#linkedin_link div class="social-icons" ahref
#github_link div class="social-icons" ahref
#quote div class="textwidget" h3
#biography div class="services" where h3(div class="services-title") is Biography (text for bio in p)
#education div class="services" where h3(div class="services-title") is Education (text for University in li)
#work div class="services" h4
#treehouse_link div class="column-fourth" ahref with img alt="Treehouse"
#codeschool_link div class="column-fourth" ahref with img alt="Code School"
#coderwall_link div class="column-fourth" ahref with img alt="Coder Wall"
#blog div class="services" where h3(div class="services-title") is Blogs (href in p)
#personal_projects div class="services" where h3(div class="services-title") is Personal Projects (text in p)
#favorite_cities div class="services" where h3(div class="services-title") is Favorite Cities (text in a in p)
#favorite_website div class="services" where h3(div class="services-title") is Favorites (p="Favorite Website:" ahref)
#favorite_comic div class="services" where h3(div class="services-title") is Favorites (p="Favorite Comic:" ahref)
#favorite_radio div class="services" where h3(div class="services-title") is Favorites (p="Favorite Radio Program:" ahref)
#school_projects div class="services" where h3(div class="services-title") is Flatiron School Projects (text in p)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment