chatterbox
chatterbox copied to clipboard
Python library for Kakaotalk chatbot
## :memo: Description ### :computer: System - OS: Windows 10 Home (x86-64) / Ubuntu 18.04.1 LTS (GNU/Linux 4.14.43-138 armv7l) - Python 버전: 3.6.4 / 3.6.5 - Chatterbox 버전: 0.2.5 -...
## :memo: Description ### :computer: System - OS: Windows 10 Home (64비트) 1803 - Python 버전: 3.6.4 - Chatterbox 버전: 0.2.5 - `pip freeze` 결과물: ``` altgraph==0.15 asn1crypto==0.24.0 astroid==1.6.5 autopep8==1.3.5...
## :memo: Description `extensions` 기능으로 `chatter`에 등록된 `rule`을 토대로 State 관계를 그래프 다이어그램으로 시각화하기 ### 참고 - [pytransitions/transitions의 `extensions/diagrams.py`](https://github.com/pytransitions/transitions/blob/master/transitions/extensions/diagrams.py) - [Notebook Demo](https://github.com/pytransitions/transitions/blob/master/examples/Graph%20MIxin%20Demo.ipynb) - [pygraphviz 라이브러리](https://github.com/pygraphviz/pygraphviz)