Stock_WeChat
0.1.2
WeChat 주가 경고 알림.
이 패키지는 Python 3.x만 지원합니다.
이것이 도움이 된다면 WeChat이나 Alipay를 통해 저에게 팁을 알려주셔도 좋습니다.
$ pip install Stock_WeChat
$ pip install -U Stock_WeChat
>>> from Stock_WeChat import sw
>>> sw.login()
Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.
Please press confirm on your phone.
Login successfully as ipreacher
>>> sw.push(['000001', 10, 11, '000002', 20, 21])
Stock_WeChat 已开始执行!
22:46:06
000001 当前价格为 9.500
低于最低预警价格
000002 当前价格为 20.720
价格正常
***** end *****
>>> sw.remind(['000001', 10, 11, '000002', 20, 21])
Stock_WeChat 已开始执行!
22:48:07
000001 当前价格为 9.500
低于最低预警价格
000002 当前价格为 20.720
价格正常
***** end *****
질문이나 제안 사항이 있으면 이슈를 커밋할 수 있습니다.
MIT