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.
- Host: GitHub
- URL: https://github.com/kxxoling/generator-tornado-slack-bot
- Owner: kxxoling
- Created: 2016-07-22T18:14:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T13:10:40.000Z (about 9 years ago)
- Last Synced: 2025-02-05T08:13:38.899Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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