gomjellie / yisimsim-slackr

:squirrel:말대꾸하는 슬랙봇짜식:chicken:
0 stars 0 forks source link

yisimsim-slackr

:squirrel:말대꾸하는 슬랙봇

WIKI

https://github.com/gomjellie/yisimsim-slackr/wiki

HOW TO RUN?

$ source ./slackr/bin/activate

$ python3 starterbot.py

BOOKMARKS

https://www.fullstackpython.com/blog/build-first-slack-bot-python.html

https://corikachu.github.io/articles/python/python-slack-bot-slacker

http://docs.python-requests.org/en/master/user/quickstart/

http://cpuu.postype.com/post/166917/

가상환경 세팅 및 gitignore 안내

requirements.txt를 참조하여 pip로 설치하면 됩니다.(-r option)

*pip에서 새롭게 설치한 패키지가 있다면 pip freeze >> requirements.txt로 업데이트 바랍니다.

가상환경 이름은 venv로 설정 바랍니다.(venv을 gitignore에 추가)

.gitignore에 환경세팅하면서 생기는 불필요한 파일, 폴더 추가했습니다.