Skip to content

Latest commit

 

History

History
116 lines (85 loc) · 2.22 KB

README.md

File metadata and controls

116 lines (85 loc) · 2.22 KB

Logo

The Watcher

Use AWS to auto detect and order
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Built With

Getting Started (install is optional you can access the website here Deployed Demo)

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • python
  • Pip
  • Virtual Env

Installation

  1. Clone the repo
git clone https://github.com/vinayakj02/The-Watcher.git
  1. Create and activate venv
  • Windows
    $virtualenv myenv
    $ .\myenv\Scripts\activate
  • Linux MacOS
    $virtualenv myenv
    $source myenv/bin/activate
  1. Install Requirements
pip install -r requirements.txt

Usage

TODO

Roadmap

  • Scripts to Upload to s3
  • Setup Cronjob for the same
  • To be filled

Issues

  • To be filled

License

Distributed under the MIT License. See LICENSE for more information.

Refernces

Contact

Project Link : Github - The Watcher