ChangeTower : Tool To Help You Watch Changes In Webpages And Get Notified Of Any Changes

ChangeTower is intended to help you watch changes in webpages and get notified of any changes written in Go
This tools is good to know the web pages are update something or not to work on the new site before others.

Installation Instructions

ChangeTower requires go1.16+ to install successfully. Run the following command to get the repo

go get -v github.com/Dc4ts/ChangeTower

If you havent got Go in your OS you can use pre-build version by going to release

Usage/Help

ChangeTower -h

This will display help for the tool. Here are all the switches it supports.

ChangeTower help menu 

Usage of ./ChangeTower:
-s (default false)
silent mode (no banner if you want to parse final result to other tools)
-u (default false)
example of usage (how to use ChangeTower)
-d (default false)
dont log the data (logged data )
-w (default false)
without color (if your terminal cant print the colors)
-l (default false)
return links without any tag (dont effect in log file)

  • you can set cronjob for this tools too
R K

Recent Posts

Comments in Bash Scripts

What Are Bash Comments? In Bash scripting, comments are notes in your code that the…

3 hours ago

Shebang (#!) in Bash Script

When you write a Bash script in Linux, you want it to run correctly every…

23 hours ago

Bash String Concatenation – Bash Scripting

Introduction If you’re new to Bash scripting, one of the first skills you’ll need is…

1 day ago

Learn Bash Scripting: How to Create and Run Shell Scripts for Beginners

What is Bash Scripting? Bash scripting allows you to save multiple Linux commands in a file and…

2 days ago

Bash if…else Statement – Bash Scripting

When it comes to automating tasks on Linux, Bash scripting is an essential skill for both beginners…

2 days ago

Bash Functions Explained: Syntax, Examples, and Best Practices

Learn how to create and use Bash functions with this complete tutorial. Includes syntax, arguments,…

4 days ago