Simple bot for detecting changes in websites.
This bot finds changes in a website chosen by the user.
Go to /home/user
directory:
$ cd
Download from here or using git clone:
$ git clone https://github.com/fermendi/WebChangeFinder.git
Update the package index by running the following command:
$ sudo apt-get update
$ sudo apt-get install python
$ sudo apt-get install python-pip
See this explanation or see below:
$ pip install selenium
Selenium requires a driver to interface with the chosen browser. Google Chrome driver is available here. See the version of your Google Chrome browser before download the driver.
Download the driver in the same script folder or change the driver path in the script.
This library makes HTTP requests in Python.
$ pip install requests