https://github.com/dbrgn/avarulo
https://github.com/dbrgn/avarulo
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dbrgn/avarulo
- Owner: dbrgn
- Created: 2020-04-04T15:40:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T15:57:03.000Z (over 6 years ago)
- Last Synced: 2025-06-12T02:48:21.438Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Avarulo: Price Alert
This tool checks for prices of products in certain onlineshops and alerts you
if they drop below a certain price.
Price checks are implemented, alerting is not yet done.
## Usage
Setup venv
python -m venv venv
Install dependencies
venv/bin/pip install -U -r requirements.txt
Adjust `config.yml` with an editor of your choice, then run:
venv/bin/python pricealert.py