All Projects → tryolabs → Daywatch

tryolabs / Daywatch

Licence: mit
E-commerce scraping and analytics platform.

Programming Languages

python
139335 projects - #7 most used programming language

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:

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)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].