Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jswesterfield/slack-slash-command-dotnet
🛍️ Slack Bot that does purchase request on your behalf
https://github.com/jswesterfield/slack-slash-command-dotnet
api-rest dotnet-core javascript slack slack-api slack-bot
Last synced: 19 days ago
JSON representation
🛍️ Slack Bot that does purchase request on your behalf
- Host: GitHub
- URL: https://github.com/jswesterfield/slack-slash-command-dotnet
- Owner: JSWesterfield
- Created: 2020-02-13T16:35:35.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T16:46:40.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T11:42:27.310Z (3 months ago)
- Topics: api-rest, dotnet-core, javascript, slack, slack-api, slack-bot
- Language: C#
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Slash Command for .NET
This sample Slack Command Application should help with understanding:
* how to create a Slack command for Slack
* how to create an interactive message with buttons
* how to process a button being clicked in a Slack message
* how to send direct messages to users in Slack from a Slack bot
* how to persist state between messages using Firebase
* how to start implementing the logic of a personal assistant to remind users of actions they need to take# Before executing it, setting credentials and variables must be updated
1st) Rename appsettings.Development.example.json to appsettings.Development.json
2nd) Update your own values
# add FirebaseDatabase to have access to Firebase database
dotnet add package FirebaseDatabase.net --version 3.3.3# slack-slash-command-dotnet