hhroc / WebWatcher

Examples of how to scrape and diff a webpage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"""
User inputs URL
User inputs email
User inputs keyword
User provides Frequency?

Scrape URL, all of it
Find keywords
save v1

When freq = x
Scrape URL
Find keywords
save v2

diff v1 v2

send message with the diff
"""


About

Examples of how to scrape and diff a webpage


Languages

Language:PHP 38.7%Language:Python 33.5%Language:Ruby 27.8%