Skip to content

harmy/daywatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

E-commerce scraping and analytics platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.2%
  • HTML 25.9%
  • JavaScript 4.5%
  • Other 2.4%