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

https://github.com/kxxoling/generator-tornado-slack-bot

A slack bot generator built with Tornado web framework.
https://github.com/kxxoling/generator-tornado-slack-bot

Last synced: 7 months ago
JSON representation

A slack bot generator built with Tornado web framework.

Awesome Lists containing this project

README

          

# Another Yeoman generator

generator-tornado-slack-bot is a Yeoman generator for fast generating
an Slack bot service with slackclient an Tornado.

## Usage

### Dependencies

Before using this, you need to have node.js and npm installed.
To run the bot service, you need at least Python 2.7 installed.

### Installation

Install Yeoman CLI globally:

npm i -g yo

Install this generator:

npm i -g generator-tornado-slack-bot

### Usage

``cd`` to your destination directory and run: ``yo tornado-slack-bot``.
A basic bot app would be generated automatically.

## Features

- EditorConfig
- ``.gitignore`` setup
- ngrok proxy setup