Skip to content

πŸ›’ Subscribe to Sendico updates via Discord.

License

Notifications You must be signed in to change notification settings

robherley/sendibot

Repository files navigation

sendibot

Subscribe to Sendico updates via Discord.

Development

  1. Set DISCORDTOKEN 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