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
- Host: GitHub
- URL: https://github.com/chrisenytc/botkit-starter-kit
- Owner: chrisenytc
- Created: 2018-01-10T16:33:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T16:22:49.000Z (over 7 years ago)
- Last Synced: 2025-04-05T08:34:48.713Z (about 1 year ago)
- Topics: automation, botkit, bots, chatbots, framework, slack, tasks
- Language: JavaScript
- Size: 95.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Botkit Starter Kit
[]() [](https://github.com/chrisenytc/botkit-starter-kit/blob/master/LICENSE) [](http://twitter.com/chrisenytc) [](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 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).