https://github.com/bogdal/price-tracker
Ceneo.pl Price tracker
https://github.com/bogdal/price-tracker
Last synced: 10 months ago
JSON representation
Ceneo.pl Price tracker
- Host: GitHub
- URL: https://github.com/bogdal/price-tracker
- Owner: bogdal
- License: bsd-2-clause
- Created: 2015-08-12T15:19:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-13T21:57:56.000Z (over 10 years ago)
- Last Synced: 2025-08-02T04:02:52.461Z (11 months ago)
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=============
Price tracker
=============
Quickstart
==========
1. Install all dependencies::
python setup.py develop
2. Configure environment variables::
export MONGO_URI='mongodb://:@:/'
(optional)
export HTTP_PROXY='http://localhost:1234'
export SPIDER_URLS_FILE='/home/user/spider_urls.txt'
3. Run crawler::
$ run_crawler