webMonitoringBot module

  • Program: Web Monitoring Bot

  • Type: Python

  • Author: David Velasco Garcia @davidvelascogarcia

class webMonitoringBot.WebMonitoringBot[source]

Bases: object

buildPushbulletEngine(accessToken)[source]
changeStatus(analysisResult)[source]
getAuthenticationData()[source]
getBlockData()[source]
getCheckTime()[source]
getMonitoringData()[source]
getSystemPlatform()[source]
getWebsite(webURL)[source]
monitorizingMessage(webURL, checkTime)[source]
sendAlert(systemPlatform, webURL, pushbulletSelection, pushbulletClient)[source]
setPushbulletEngine()[source]
waitToCheck(checkTime)[source]
webAnalizer(monitorSelection, blockTypeSelection, monitorBlock, monitorType, websiteHTML, originalWebsiteHTML)[source]
webParser(websiteHTML)[source]
webMonitoringBot.main()[source]