All Projects → Subi → Bestbuy Monitor

Subi / Bestbuy Monitor

Send Notification to Discord servers upon inventory changes for items of your choice

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Bestbuy Monitor

Laravel Server Monitor
Don't let your servers just melt down
Stars: ✭ 595 (+2103.7%)
Mutual labels:  monitor
Build
TeaWeb-可视化的Web代理服务。DEMO: http://teaos.cn:7777
Stars: ✭ 656 (+2329.63%)
Mutual labels:  monitor
Ruby Stats
Fetch statistics about your machine using Ruby
Stars: ✭ 5 (-81.48%)
Mutual labels:  monitor
Grassmarlin
Provides situational awareness of Industrial Control Systems (ICS) and Supervisory Control and Data Acquisition (SCADA) networks in support of network security assessments. #nsacyber
Stars: ✭ 621 (+2200%)
Mutual labels:  monitor
Uavstack
UAVStack Open Source All in One Repository
Stars: ✭ 648 (+2300%)
Mutual labels:  monitor
Androidperformancemonitor
A transparent ui-block detection library for Android. (known as BlockCanary)
Stars: ✭ 6,241 (+23014.81%)
Mutual labels:  monitor
Python Mss
An ultra fast cross-platform multiple screenshots module in pure Python using ctypes.
Stars: ✭ 582 (+2055.56%)
Mutual labels:  monitor
Virtscreen
Make your iPad/tablet/computer into a secondary monitor on Linux.
Stars: ✭ 887 (+3185.19%)
Mutual labels:  monitor
Stathub Go
A smart Hub for holding server stat
Stars: ✭ 650 (+2307.41%)
Mutual labels:  monitor
Vigil
🚦 Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.).
Stars: ✭ 804 (+2877.78%)
Mutual labels:  monitor
Netspeedmonitor
This is a net speed monitor just like 360 for windows user.
Stars: ✭ 626 (+2218.52%)
Mutual labels:  monitor
Spug
开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。
Stars: ✭ 6,810 (+25122.22%)
Mutual labels:  monitor
Informer
A Telegram Mass Surveillance Bot in Python
Stars: ✭ 745 (+2659.26%)
Mutual labels:  monitor
Eul
🖥️ macOS status monitoring app written in SwiftUI.
Stars: ✭ 6,707 (+24740.74%)
Mutual labels:  monitor
Prometheusalert
Prometheus Alert是开源的运维告警中心消息转发系统,支持主流的监控系统Prometheus,Zabbix,日志系统Graylog和数据可视化系统Grafana发出的预警消息,支持钉钉,微信,华为云短信,腾讯云短信,腾讯云电话,阿里云短信,阿里云电话等
Stars: ✭ 822 (+2944.44%)
Mutual labels:  monitor
Noahv
An efficient front-end application framework based on vue.js
Stars: ✭ 593 (+2096.3%)
Mutual labels:  monitor
Librehardwaremonitor
Libre Hardware Monitor, home of the fork of Open Hardware Monitor
Stars: ✭ 685 (+2437.04%)
Mutual labels:  monitor
Pm2 Logrotate
Automatically rotate all applications logs managed by PM2
Stars: ✭ 905 (+3251.85%)
Mutual labels:  monitor
React Cool Inview
😎 🖥️ React hook to monitor an element enters or leaves the viewport (or another element).
Stars: ✭ 830 (+2974.07%)
Mutual labels:  monitor
Owl
distributed monitoring system
Stars: ✭ 794 (+2840.74%)
Mutual labels:  monitor

BestBuy-Monitor

Nintendo-Switch

Project was created to assist those who needed a way to watch products on BestBuy's website mainly the Nintendo-Switch. Other Item can be monitored as well , just need the sku number for the product! I hope you guys enjoy this project

Get Started

Make sure you're in the correct directory before trying to install this program. Many people have issues with directories. I recommend install this on your desktop for easy accessbility.

Prerequisites

Make sure you have these currently installed on the machine you plan to run this application on. If you have any problems with installation or unfamiliar with this there are some resources below.

Node (LTS) 12.16.2

Mongo DB

Git

Need help installing Nodejs or Mongo DB ?

MongoDB

NodeJS

Installing

git clone https://github.com/Neguhs/BestBuy-Monitor.git

npm install or npm i

node app.js

Setup

Make sure to add your server webhook within the setting.json file before starting the application or you will run into an error and the app will close.

Here is an example sku "6364255" , each sku should be seperated with a ,.

Webhook: Destination of all notifications sent from the monitor.

Skus: A collection of all the items you want monitored.

Interval: Time in between each time the monitor will check on your list of products you've entered. This value is adjustable but be mindful of potential banning of your IP and or other anti-bot / rate-limiting measures.

{
    "Discord":{
        "Webhook": ""
    },
    "Skus":[],
    "Interval": 5000
}
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].