https://github.com/pine/miyako
:zap: The lightning-fast Atlassian bot for Slack.
https://github.com/pine/miyako
atlassian bot confluence javascript jira slack
Last synced: 6 months ago
JSON representation
:zap: The lightning-fast Atlassian bot for Slack.
- Host: GitHub
- URL: https://github.com/pine/miyako
- Owner: pine
- License: mit
- Created: 2017-11-14T15:20:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T20:06:38.000Z (almost 7 years ago)
- Last Synced: 2025-07-28T12:46:55.026Z (7 months ago)
- Topics: atlassian, bot, confluence, javascript, jira, slack
- Language: JavaScript
- Homepage: http://imotosae.com/
- Size: 173 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Miyako
[](https://travis-ci.org/pine/Miyako)
[](https://codecov.io/gh/pine/Miyako)
[](https://david-dm.org/pine/Miyako)
[](https://david-dm.org/pine/Miyako?type=dev)
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fpine%2FMiyako?ref=badge_shield)
[](https://greenkeeper.io/)
[](https://codebeat.co/projects/github-com-pine-miyako-master)
:zap: The lightning-fast Atlassian bot for Slack.
## Requirements
- Yarn
- Node v`$(cat .node-version)`
## Supported Atlassian products
- Confluence
- JIRA
## Getting started
### 1. Fetch Atlassian session
```
$ curl -X POST \
https://example.atlassian.net/rest/auth/1/session \
-H 'content-type: application/json' \
-d '{ "username": "username@example.com", "password": "password" }'
```
### 2. Edit config
```
$ cp config/sample.js config/default.js
$ vim config/default.js
```
### 3. Run
```
$ yarn
$ ./bin/run
```
## License
MIT © Pine Mizune