StockPriceMonitor:事件触发时,通过websocket推送到移动设备。 基于aiohttp

时间:2024-05-24 09:32:32
【文件属性】:

文件名称:StockPriceMonitor:事件触发时,通过websocket推送到移动设备。 基于aiohttp

文件大小:225KB

文件格式:ZIP

更新时间:2024-05-24 09:32:32

Python

StockPriceMonitor 监控股票达到制定价格后触发事件,使用QQmail推送到手机。基于aiohttp 安装说明 0、不用编译也可以直接运行 1、下载项目仓库 https://github.com/GoodManWEN/StockPriceMonitor.git && \ cd StockPriceMonitor 2、安装指定版本的nodejs curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - && \ sudo apt-get install -y nodejs 3、安装vue脚手架 npm install -g @vue/cli 4、初始化一个vue项目 vue create stockm 5、添加axios插件 cd stockm && \ vue add axios && \ cd .. 6、


【文件预览】:
StockPriceMonitor-master
----sqlwarp.py(6KB)
----templates()
--------index.html(742B)
--------index2.html(646B)
--------hello.html(18B)
--------favicon.ico(4KB)
----LICENCE(1KB)
----jinja2package.py(58B)
----loading.sh(264B)
----postaddjinja2.py(343B)
----static()
--------css()
--------js()
--------favicon.ico(4KB)
----fetch_lib.py(1KB)
----src()
--------App.vue(344B)
--------plugins()
--------components()
----requirements.txt(115B)
----README.md(2KB)
----aiomonitorstock.py(14KB)

网友评论