https://github.com/lilianweng/bagsaledetector
Handbag Sale Detector
https://github.com/lilianweng/bagsaledetector
Last synced: 6 months ago
JSON representation
Handbag Sale Detector
- Host: GitHub
- URL: https://github.com/lilianweng/bagsaledetector
- Owner: lilianweng
- Created: 2012-07-28T07:08:05.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-03T03:35:32.000Z (about 13 years ago)
- Last Synced: 2025-03-30T03:11:10.215Z (7 months ago)
- Language: Python
- Size: 120 KB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BagSaleDetector v0.1
===============
Handbag Sale Detector
It checks the sale page (handbag) of Neiman Marcus every 15min, and
send an email notification when there is a new oneconstants.py: NM sale link, smtp server host url, the duration between each check (by default, 15min)
Bag.py: define basic classes;
crawler.py: main funcTo use the program:
1) change SMTP_HOST, TO_EMAILS in constants.py
2) open a screen
3) python crawler.py
4) close the screen
TODO:
1) add links to the newly reported item
You are more than welcome to improve the code =)
Lilian