Skip to content

Instantly share code, notes, and snippets.

@samkeen
Last active November 26, 2015 19:44
Show Gist options
  • Save samkeen/88a65c2abf5008db32de to your computer and use it in GitHub Desktop.
Save samkeen/88a65c2abf5008db32de to your computer and use it in GitHub Desktop.
Hobby project web page

Python Hobby Project

inspired by isitsnowinginpdx

Summary

  • run google search: health effects of coffee
  • collect result title and summaries of n results
  • perform sentiment analysis and based on score, render NO, YES, Maybe?
    • determine if better to do just summary or summary and title
    • get score for each result individually, the combine and average

to do

  • examine the markup of search response.
  • parse titles and summaries from response
  • only perform search once a day

Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment