Skip to content

Simple script to scrape grailed.com and send webhooks of new/updated items.

Notifications You must be signed in to change notification settings

incizzle/grailed-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grailed Monitor

This is a pretty basic monitor to get live updates when a product is updated or is listed on https://grailed.com.

Requirements

  • MongoDB
  • Node
  • Docker #optional

Setup NodeJS

  • cd /app
  • Edit the config file in /app/config.js
  • npm install
  • npm run start

Setup Docker

  • Edit the config file in /app/config.js
  • Start a mongodb instance using docker run -d -p 27017:27017 mongo:4.2
  • docker build .
  • docker run -d <IMAGE-NAME>

Todo

  • Make the query value in config nicer 😆
  • 🤷🏾‍♂️

About

Simple script to scrape grailed.com and send webhooks of new/updated items.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages