https://github.com/netpyoung/nf.bot-flow
https://github.com/netpyoung/nf.bot-flow
netpyoung-nf
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netpyoung/nf.bot-flow
- Owner: netpyoung
- Created: 2018-04-26T18:38:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:59:32.000Z (over 2 years ago)
- Last Synced: 2025-02-08T03:24:26.244Z (4 months ago)
- Topics: netpyoung-nf
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat ops
`개발도구를 일상(업무적인) 대화속으로 끌어들임으로써, 팀의 일을 서로 협력하고, 자동으로, 싸고 빠르게 할 수 있게 만들어 준다.`
* [So, What is ChatOps? And How do I Get Started?](https://www.pagerduty.com/blog/what-is-chatops/?utm_content=buffer7f787&utm_medium=social&utm_source=linkedin.com&utm_campaign=buffer)* [hubot - 직접 하는 걸 보여주며 가르쳐주기, 인터페이스 통일](http://ohyecloudy.com/pnotes/archives/1936/)
* [review How GitHub Uses GitHub to Build GitHub - github 개발 방식 엿보기.](http://ohyecloudy.com/pnotes/archives/1114/)
* [업무용 메신저 슬랙(Slack), 슬로워크는 이렇게 사용합니다.](http://slowalk.tistory.com/2178)
* [Youtube - ChatOps at GitHub - Jesse Newland](https://www.youtube.com/watch?v=NST3u-GjjFw)
* https://speakerdeck.com/jnewland/chatops-at-github
* http://githubengineering.com/deploying-branches-to-github-com/## bot 프로그램들
* hubot: https://hubot.github.com/
- coffeescript로 작성.
* lita: https://www.lita.io/
- ruby로 작성. skype adapter가 아직 없음. (만들까 했는데, 이건 나중에)
* ruboty: https://github.com/r7kamura/ruboty
- ruby로 작성. lita보다 경량으로 보임.
* errbot: http://errbot.net/
- python으로 작성. 업데이트가 더딘감이있음.
* sevabot: https://sevabot-skype-bot.readthedocs.org/en/latest/
- python으로 작성. skype에 특화, MS가 BotFramework를 새로 만듬.