https://github.com/jwellone/slack-notify
Can use the slack api to send information to a specified channel. One of the "j1Tech" series developed by jwellone Inc for Unity.
https://github.com/jwellone/slack-notify
unity
Last synced: 2 months ago
JSON representation
Can use the slack api to send information to a specified channel. One of the "j1Tech" series developed by jwellone Inc for Unity.
- Host: GitHub
- URL: https://github.com/jwellone/slack-notify
- Owner: jwellone
- License: mit
- Created: 2021-09-08T12:53:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-09T12:30:43.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T18:33:40.667Z (9 months ago)
- Topics: unity
- Language: C#
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/jwellone/slack-notify/blob/main/LICENSE)
[](https://GitHub.com/jwellone/slack-notify/releases/latest)
[](https://GitHub.com/jwellone/slack-notify/releases)


[](https://unity.com)
# slack-notify
Can use the slack api to send information to a specified channel.
- Simple message.
- Screenshot.
- Log information.
This feature is one of the "j1Tech" developed by jwellone Inc for Unity.
## Getting Started
- Prepare a slack account and an [apps](https://api.slack.com/apps).
- Import the package.
- Open SampleScene.unity.
- Select the SampleScene object on the Hierarchy and enter the Token and Channel information in the Inspector.
- After running the editor, entering the title and message, press any submit button to send the information to slack.
- [Here is a sample program.](https://github.com/jwellone/slack-notify/blob/main/Assets/jwellone/Slack/Sample/Scritps/SlackSampleScene.cs)

It is also possible to create your own class by inheriting the Slack.IProvider class and ISlackAPI class.
If you enter "ENABLE_SLACK_API_LOG" in Scripting Define Symbols, the communication log will be output.
## Authors
Developer:[Yasuhiko Usui.](https://github.com/UsuiYasuhiko-jw1)
[](https://GitHub.com/jwellone/slack-notify/watchers/)
[](https://GitHub.com/jwellone/slack-notify/stargazers)
[](https://GitHub.com/jwellone/slack-notify/network/members)
[](http://twitter.com/jwellone)
[](https://www.facebook.com/jwellone)