{ "info": { "author": "rakesh sukumar", "author_email": "rsukuma2@ncsu.edu", "bugtrack_url": null, "classifiers": [], "description": "===========\nPage Tracker\n===========\n\nTracks a page and sends out email alerts if something changes in the tracked page \n\ttest.py\n #!/usr/bin/env python\n\n import pageTracker\n\tpageTracker.track_page()\n\n=============\nconfiguration\n=============\nA config.JSON file has to be setup like so in the same directory as the file calling the track_page function like so\n{\n\t\"gmail_id\": ,\n\t\"gmail_password\": ,\n\t\"send_alert_to\" : ,\n\t\"link_to_monitor\": ,\n\t\"time_interval\":