https://github.com/cakecatz/screenshot-bot
https://github.com/cakecatz/screenshot-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cakecatz/screenshot-bot
- Owner: cakecatz
- Created: 2016-02-19T08:21:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T13:05:07.000Z (about 9 years ago)
- Last Synced: 2025-02-12T02:08:42.456Z (3 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScreenshotBot
Take Screenshot of your service and post your Slack channel.
## Getting Started
1. Make a bot integration at [here](https://my.slack.com/services/new/bot).
2. Add token into `config.json`
```json5
{
"token": "",
"imagePath": "/tmp", // optional
}
```3. run `npm install`
4. run `npm start`