stockbot-buyvm/README.md

434 B

stockbot-buyvm

Send alerts when BuyVM has KVM slices in stock.

Usage

  1. Create a Discord Webhook and add it to config.py:
DISCORD_WEBHOOK = '<discord webhook url>'
  1. Build Docker container:
docker build -t stockbot-buyvm .
  1. Run with a cronjob and optionally capture logs:
*/10 * * * * docker run --rm stockbot-buyvm >> /home/user/.local/logs/stockbot-buyvm.log 2>&1