/shopify-monitor

Updates you on the latest drops, restocks, and much more for your favorite brands!

Primary LanguageJavaScript

shopify-monitor

Monitor for Shopify based brands

term

Installation

Screencast

shopify-monitor requires Node.js.

Setup:

$ git clone https://github.com/dzt/shopify-monitor.git
$ cd shopify-monitor
$ npm install

Configure information inside the config.example.json be sure to rename it to config.json when you're done. More information about configuring your monitor can be found here.

General Configuration Guide

Twitter Configuration Guide

Slack Configuration Guide

Run After Setup:

$ npm start

Video Demo

Todo List

  • Integrate restock monitor.
  • Multiple brand support on the demands of the people.
  • Add Sitemap feature to search sitemap instead of site DOM for finding early links.
  • Add Twitter API Settings to Tweet/Send out notifications to timeline.
  • Have results return item stock
  • Slack bot commands.
  • Add Brands via main link.
  • Better wiki/docs.
  • Web Interface to modify sites, keywords, etc. (config)
  • Garbage collection to prevent heap error after running the monitor over time.
  • Proxy Support
  • Price Comapre
  • Redis Storage for Cache

What does this thing monitor?

  • Newly added items
  • Items that become Sold Out
  • Items that get restocked
  • Items that get removed from stores.
  • Early Links.

Note: If you add a site link to your config you will only be updated on newly dropped items. I'm working on finding a way to add all functionality to people using links instead of built in brands.

Brands???

  • Palace USA (palace)
  • AntiSocialSocialClub (assc)
  • More to come soon inside of the box, but you can simply add a site domain into the sites array in your config.json file or you can add a sitemap url that ends in .xml.

Note: each site link should have http:// or https:// at the beginning or shopify-monitor won't pick it up.

Who

Written by @dzt, made better by you.

Some more screenshots to flex

new

  • Shout out to @lucidhyped who helped me spot a minor bug and suggested adding the add cart stock.

slack

hyper

  • Beating HyperSniper by 37 seconds :^)

License

The MIT License (MIT)

Copyright (c) 2017 Peter Soboyejo <http://petersoboyejo.com/>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.