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

https://github.com/netpyoung/nf.bot-flow


https://github.com/netpyoung/nf.bot-flow

netpyoung-nf

Last synced: 2 months ago
JSON representation

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를 새로 만듬.