# README
sendibot
Subscribe to Sendico updates via Discord.
Development
- Set
DISCORD_TOKEN
env var. - Need a writeable volume to track subscriptions and updates in SQLite. By default
./sendico.db
is created. - Build:
go build
- Run:
./sendibot
(or./sendibot -help
for options) - (optional) Add emojis to your bot for the store identifiers to have them displayed in commands.
Commands
/ping
Pings the bot!
/subscribe
Subscribe to a search term and shops.
/unsubscribe
Unsubscribe from search terms(s).
/subscriptions
View active subscriptions.
# Packages
No description provided by the author