Generate API Key
Usage
Contributing
- Navigate to https://api.slack.com/
- Click Start Building.
- Provide an app name and select the development slack workspace.
- Click "Create App".
- Select Bots.
- Add a bot user, provide a display name and a default username.
- Click save changes.
- Click the Basic Information tab on the left menu.
- Click "Install your app to your workspace".
- Select "Oauth & Permissions" Copy the Bot User Oauth Access Token and paste this in the app.config.
Provide the API token in the app.config.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="SlackBotApiToken" value="" />
</appSettings>
</configuration>
Pull requests are welcome.
For large changes, please open an issue first to discuss what you would like to add.