Categorygithub.com/robherley/sendibot
modulepackage
0.1.0
Repository: https://github.com/robherley/sendibot.git
Documentation: pkg.go.dev

# README

sendibot

Subscribe to Sendico updates via Discord.

Development

  1. Set DISCORD_TOKEN env var.
  2. Need a writeable volume to track subscriptions and updates in SQLite. By default ./sendico.db is created.
  3. Build: go build
  4. Run: ./sendibot (or ./sendibot -help for options)
  5. (optional) Add emojis to your bot for the store identifiers to have them displayed in commands.

Commands

/ping

Pings the bot!

ping example

/subscribe

Subscribe to a search term and shops.

subscribe term example subscribe shops example

/unsubscribe

Unsubscribe from search terms(s).

unsubscribe example

/subscriptions

View active subscriptions.

subscriptions example

# Packages

No description provided by the author

# Structs

No description provided by the author