Skip to content

GridLAN/InStockBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InStockBot Template

InStockBot notifies a selected Discord channel when a specific product is back in stock.

This is primarily for me to purchase more Ubiquiti networking equipment.

Get InStockBot in your discord here.

Development:

  1. Compile and run the project.

    TOKEN=abc123 go run main.go
    
  2. Alternatively, build and run the project inside of a container.

    docker build -t instockbot . && docker run -d --env TOKEN='abc123' instockbot
    

About

Allows you to subscribe and get notified when a product is back in stock via Discord.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published