This scripts saves all the ibood deals to a txt file, so you can verify afterwards if it's really a ideal discount or not.
Documentation
- Clone this repository or download the zip file
- If you do not have python installed on your computer you have to download and install it first.
- After the installation is completed you may want to add the python.exe to your PATH variable, so you can execute the python command wherever you want.
- If it's saying that it couldn't find Bs4, then install it using the following command (assuming you already have pip installed)
sudo pip install BeautifulSoup4
- Then you should be able to execute the following command:
python scrape.py
- That's it.. The script will runn infinitely till you stop the command with ctrl+c
Feel free to contribute. Have fun!