Releases: Jaime-alv/web_check
Releases · Jaime-alv/web_check
Release list
v1.2.0
v1.1
v1.0.0
v0.5.1 Almost there
- Several fixes
- Better GUI
- Add logo
- Add info about the script
- New menu in cascade
v0.5.0 Going graphical
- Add GUI
- Reformat files for different needs
- New classes in add_url.py
It's fully functional
The script works, it's only command line and you have to run it manually, but it works as intended.
setup.py will create necessary folders and files required.
add_url.py is the module in charge of adding, deleting and modifying the files and fields needed for the script.
main.py is the one that compares websites with the ones already stored, if there is any difference it will open the website in your default browser.
After adding a website, you only need to run main.py
v0.3.1
v0.3.0
Scripts works on a basic level.
You can add a new url through add_url.py followed by a css selector and the script will store it.
When run from main.py, script will compare to the stored version an open it if necessary.