Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tryolabs/daywatch
E-commerce scraping and analytics platform.
https://github.com/tryolabs/daywatch
Last synced: 3 months ago
JSON representation
E-commerce scraping and analytics platform.
- Host: GitHub
- URL: https://github.com/tryolabs/daywatch
- Owner: tryolabs
- License: mit
- Created: 2015-08-07T13:59:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T15:34:33.000Z (almost 9 years ago)
- Last Synced: 2024-04-04T04:35:51.890Z (7 months ago)
- Language: Python
- Homepage: https://tryolabs.com
- Size: 1.3 MB
- Stars: 53
- Watchers: 13
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - daywatch - E-commerce scraping and analytics platform. (Python)
README
# DayWatch Platform
## Getting Started
We have included a Vagrant virtual machine definition and Ansible playbooks to
create a reproducible development environment. All you need is Vagrant and
Ansible.Vagrant version 2 can be installed without a problem from your
operating system's package manager, however, Ansible should probably be
installed with pip. For the latter, we recommend creating a virtual environment
using virtualenvwrapper to isolate the Ansible version.After you have Vagrant and Ansible, do the following to spin up and provision
the VM:```bash
vagrant up
cd daywatch/deploy
ansible-galaxy install bobbyrenwick.pip
./run.sh configure
```## To-Do
Wanted:
- [ ] XLS Export
- [ ] More advanced search, for example, prices within a range, or that a
certain field meets a certain condition. This is typical of vertical search
engines## License
Copyright (c) 2011-2015 Tryolabs
Released under the MIT License (See LICENSE)