All Projects → onshek → Stock_WeChat

onshek / Stock_WeChat

Licence: MIT License
微信股价预警提示【由于微信封禁第三方 API,本项目不再维护】

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stock WeChat

Base-On-Relation-Method-Extract-News-DA-RNN-Model-For-Stock-Prediction--Pytorch
基於關聯式新聞提取方法之雙階段注意力機制模型用於股票預測
Stars: ✭ 33 (-49.23%)
Mutual labels:  stock
IEX CPP API
Unofficial C++ Lib for the IEXtrading API
Stars: ✭ 34 (-47.69%)
Mutual labels:  stock
sse-option-crawler
SSE 50 index options crawler 上证50期权数据爬虫
Stars: ✭ 17 (-73.85%)
Mutual labels:  stock
QT StockFigure
QT显示股票分时线
Stars: ✭ 16 (-75.38%)
Mutual labels:  stock
stocki
The CLI for fetching stock market data
Stars: ✭ 32 (-50.77%)
Mutual labels:  stock
StockChart
StockChart是一款适用于Android的高扩展性、高性能股票图开发库,轻松完成各种子图的组合,还能灵活的定制自己的子图满足复杂的业务需求。
Stars: ✭ 62 (-4.62%)
Mutual labels:  stock
stocktwits-sentiment
Stocktwits market sentiment analysis in Python with Keras and TensorFlow.
Stars: ✭ 23 (-64.62%)
Mutual labels:  stock
algorithmic-market-prediction
Implementation of Algorthmic Prediction of Candle Patterns
Stars: ✭ 21 (-67.69%)
Mutual labels:  stock
uzerp
uzERP - Open Source Business Management
Stars: ✭ 41 (-36.92%)
Mutual labels:  stock
streamdeck-stockticker
Stock Ticker plugin for Stream Deck
Stars: ✭ 29 (-55.38%)
Mutual labels:  stock
bitcoin-stock-to-flow
Stock-to-Flow ratio and price for Bitcoin
Stars: ✭ 19 (-70.77%)
Mutual labels:  stock
intellij-investor-dashboard
📈 Investor Dashboard for JetBrains IDEs. Support A Share, H.K. Stocks, U.S. Stocks and Crypto etc.
Stars: ✭ 60 (-7.69%)
Mutual labels:  stock
stock-news-sentiment-analysis
This program uses Vader SentimentIntensityAnalyzer to calculate the news headline overall sentiment for a stock
Stars: ✭ 21 (-67.69%)
Mutual labels:  stock
mlp stock
Stock price prediction using ensemble MLP in PyTorch.
Stars: ✭ 25 (-61.54%)
Mutual labels:  stock
alpaca
A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.
Stars: ✭ 100 (+53.85%)
Mutual labels:  stock
stocklist
Stock data collection and analysis
Stars: ✭ 27 (-58.46%)
Mutual labels:  stock
Time-Series-Transformer
A data preprocessing package for time series data. Design for machine learning and deep learning.
Stars: ✭ 123 (+89.23%)
Mutual labels:  stock
larapos
Laravel Point of sale with invoice full source code free download pos apps.
Stars: ✭ 38 (-41.54%)
Mutual labels:  stock
dipiper
基于nodejs的股票数据爬虫
Stars: ✭ 83 (+27.69%)
Mutual labels:  stock
quanttrader
Backtest and live trading in Python
Stars: ✭ 139 (+113.85%)
Mutual labels:  stock

Stock_WeChat

微信股价预警提示.

This package supports only Python 3.x.

如果这些对你有帮助,不妨通过 微信支付宝 对我打赏.

Installation

$ pip install Stock_WeChat

Update

$ pip install -U Stock_WeChat

How to Use

登陆个人微信

>>> 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

开启推送模式

  • 每 3 秒推送一次
  • 支持最多 30 支股票同时推送
  • 关键词:['股票代码', 最低预警价格, 最高预警价格]
>>> sw.push(['000001', 10, 11, '000002', 20, 21])
Stock_WeChat 已开始执行!
22:46:06
000001 当前价格为 9.500
低于最低预警价格
000002 当前价格为 20.720
价格正常
***** end *****

开启提醒模式

  • 每 3 秒获取一次股价
  • 如果超过预警价格则发送信息至微信
  • 支持最多 30 支股票同时推送
  • 关键词:['股票代码', 最低预警价格, 最高预警价格]
>>> sw.remind(['000001', 10, 11, '000002', 20, 21])
Stock_WeChat 已开始执行!
22:48:07
000001 当前价格为 9.500
低于最低预警价格
000002 当前价格为 20.720
价格正常
***** end *****

Comments

You can commit an Issue if you have any question or suggestion.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].