Skip to content

🛒 Subscribe to Sendico updates via Discord.

License

Notifications You must be signed in to change notification settings

robherley/sendibot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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