Tracks pages and sends out email alerts when the page changes
Project description
===========
Page Tracker
===========
Tracks a page and sends out email alerts if something changes in the tracked page
test.py
#!/usr/bin/env python
import pageTracker
pageTracker.track_page()
=============
configuration
=============
A config.JSON file has to be setup like so in the same directory as the file calling the track_page function like so
{
"gmail_id": <any gmail user id from which email alerts will be sent>,
"gmail_password": <password of the id used to send out alerts>,
"send_alert_to" : <any email id to which alerts will be sent >,
"link_to_monitor": <link to monitor>,
"time_interval": <time interval in seconds , takes integer values only >
}
Page Tracker
===========
Tracks a page and sends out email alerts if something changes in the tracked page
test.py
#!/usr/bin/env python
import pageTracker
pageTracker.track_page()
=============
configuration
=============
A config.JSON file has to be setup like so in the same directory as the file calling the track_page function like so
{
"gmail_id": <any gmail user id from which email alerts will be sent>,
"gmail_password": <password of the id used to send out alerts>,
"send_alert_to" : <any email id to which alerts will be sent >,
"link_to_monitor": <link to monitor>,
"time_interval": <time interval in seconds , takes integer values only >
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PageTracker-0.1.1.tar.gz
(3.7 kB
view details)
File details
Details for the file PageTracker-0.1.1.tar.gz
.
File metadata
- Download URL: PageTracker-0.1.1.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83d240f33be8bd46292eeb3cd4abab7a3c42152f33923817e4c965d3ff91f3b7 |
|
MD5 | 761ed08ca68849824aea4e914cbc0478 |
|
BLAKE2b-256 | e826a151830e2ad332ba80f00adc362ab30bfaff98d917c8993d8ac5a61aa4dc |