TELEGRAM BOT 만들기
========== ========== ========== ========== ========== ==========
# 환경설정?
conda create --name softm python=3
activate softm
conda list
pip install python-telegram-bot
conda list
========== ========== ========== ========== ========== ==========
python으로 telegram bot 활용하기 - 1 기본 설정편
https://blog.psangwoo.com/coding/2016/12/08/python-telegram-bot-1.html
TELEGRAM BOT 만들기
https://kimdoky.github.io/diary/2017/08/26/Telegram_bot.html
CoinEx Quantitative Trading API
https://github.com/coinexcom/coinex_exchange_api/wiki
※ 참고자료
- 파이썬 개발 환경 구축
https://steemit.com/kr-dev/@maanya/3ajlbo
- 가상환경이 없다면
https://junebuug.github.io/why-django-needs-virtual-env/
- 텔레그램 로봇, 공식 API로 만들기 (파이썬, 구글 앱 엔진)
https://bakyeono.net/post/2015-08-24-using-telegram-bot-api.html
- 웹페이지 업데이트 (게시판) 크롤링
https://beomi.github.io/2017/04/20/HowToMakeWebCrawler-Notice-with-Telegram/
댓글