An open API service indexing awesome lists of open source software.

https://github.com/cakecatz/screenshot-bot


https://github.com/cakecatz/screenshot-bot

Last synced: about 2 months ago
JSON representation

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`