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

https://github.com/chrisenytc/botkit-starter-kit

A bot to help your teams automate things
https://github.com/chrisenytc/botkit-starter-kit

automation botkit bots chatbots framework slack tasks

Last synced: 12 months ago
JSON representation

A bot to help your teams automate things

Awesome Lists containing this project

README

          

# Botkit Starter Kit

[![Maintenance](https://img.shields.io/maintenance/yes/2018.svg?maxAge=2592000)]() [![License](https://img.shields.io/github/license/chrisenytc/botkit-starter-kit.svg?maxAge=2592000)](https://github.com/chrisenytc/botkit-starter-kit/blob/master/LICENSE) [![Twitter Follow](https://img.shields.io/twitter/follow/chrisenytc.svg?style=social&label=Follow&maxAge=2592000)](http://twitter.com/chrisenytc) [![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&maxAge=2592000)](https://twitter.com/intent/tweet?text=Awesome%20https://github.com/chrisenytc/botkit-starter-kit%20via%20@chrisenytc)

> A bot to help your teams automate things

## Getting Started

1º Clone botkit-starter-kit repo

```bash
$ git clone git@github.com:chrisenytc/botkit-starter-kit.git
```

2º Enter in botkit-starter-kit directory
```bash
$ cd botkit-starter-kit
```

3º Run the setup script
```bash
$ script/setup
```

4º Configure the environment variables
```bash
$ nvim .env
```

5º Run the bot
```bash
$ make start
```

## Setup Slack
Click [here](docs/slack.md) to see how to setup your Slack App.

## Donate

If **Botkit Starter Kit** was helpful for you, send a donation as a thank you. :)

![Bitcoin](bitcoin-address.png)

**Bitcoin Adddress**: `3NJuBfiLvJtpxgwDARDEhGRPb3TnjuLs3h`

## Contributing

Bug reports and pull requests are welcome on GitHub at [https://github.com/chrisenytc/botkit-starter-kit](https://github.com/chrisenytc/botkit-starter-kit). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

1. Fork it [chrisenytc/botkit-starter-kit](https://github.com/chrisenytc/botkit-starter-kit/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am "Add some feature"`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

## Support
If you have any problem or suggestion please open an issue [here](https://github.com/chrisenytc/botkit-starter-kit/issues).

## Credits
This is a fork of the project [botkit-starter-slack](https://github.com/howdyai/botkit-starter-slack).