Skip to content

BitTheByte/Watcherizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Watcherizer

Slack Bot to monitor websites for code changes, special thanks to @k3r1it0 for suggesting this idea

Slack Setup

You'll need to create a slack bot after that navigate to your bot dashboard and to Slack Commands tab then add the following commands

Command Description Request URL
/watch Add a website to the watching list https://your-ip.host:1337/monitor
/list Lists file(s) which are being monitored https://your-ip.host:1337/list
/unwatch Stop watching for changes https://your-ip.host:1337/remove
/watchfreq Set/Get watching frequency https://your-ip.host:1337/watchtime

 

Your slack commands should look like this

Slack Commands

Server Setup

Requirements

  • Python 3.7
  • Online RDP/VPS

Go to your slack bot dashboard, click on OAuth & Permissions And open watcherizer.py with your editor of choice then change line #23 to Slack Channel ID and line #24 to Bot User OAuth Access Token

You will also need to install python third party libraries using the following command:

$ sudo python3 -m pip install -r requirements.txt

Now you're ready to run the bot on your system

$ python3 watcherizer.py

if everything is ok your should see this message on your slack channel

Examples

Slack commands

  • Adding target to the watching list
/watch https://mytarget.com
  • Removing target from the watching list
/unwatch https://mytarget.com
  • List targets on the watching list
/list
  • Get the watching frequency
/watchfreq
  • Set the watching frequency
/watchfreq 3600

Reporting

  • Javascript file changed

  • HTML body changed

  • Adding/Removing javascript files

About

Slack Bot for monitoring websites for codebase changes

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages