Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huxuan/slothstock
Stock for Sloth.
https://github.com/huxuan/slothstock
stock
Last synced: 2 months ago
JSON representation
Stock for Sloth.
- Host: GitHub
- URL: https://github.com/huxuan/slothstock
- Owner: huxuan
- License: mit
- Created: 2020-01-10T03:27:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T14:49:08.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T01:45:56.634Z (3 months ago)
- Topics: stock
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zh.md
- License: LICENSE
Awesome Lists containing this project
README
# SlothStock
[![PyPI version](https://badge.fury.io/py/slothstock.svg)](https://badge.fury.io/py/slothstock)
[![PyPI license](https://img.shields.io/pypi/l/slothstock.svg)](https://pypi.python.org/pypi/slothstock/)
[![Python Versions](https://img.shields.io/pypi/pyversions/slothstock.svg)](https://pypi.python.org/pypi/slothstock/)
[![Downloads](https://pepy.tech/badge/slothstock)](https://pepy.tech/project/slothstock)懒人股票
*其他语言版本: [English](README.md), [简体中文](README-zh.md).*
## 入门指南
### 安装
```shell
pip install -U slothstock
```### 使用
```shell
$ sloth-buy -husage: sloth-buy [-h] [--reserve-st] [--reserve-suspend]
[--check-great-great-grandparent] [--daemon]
[--interval INTERVAL] [--ignore-empty] [--output OUTPUT] [-V]
[--ebk EBK] [--period PERIOD] [--loose]
[--child {cross,divergence}] [--datetime DATETIME]
[--title TITLE] [--token TOKEN] [--topic-ids TOPIC_IDS]
[--uids UIDS]optional arguments:
-h, --help show this help message and exit
--daemon Flag of daemon mode, no console output. (default:
False)
--interval INTERVAL Time interval in seconds between successive requests
in providers. (default: 0.1)
--ignore-empty Flag for no output or notification when the result is
empty. (default: False)
--output OUTPUT The output file in ebk format for the results.
(default: None)
-V, --version show program's version number and exitBuy:
--reserve-st Flag to reserve ST stocks. (default: False)
--reserve-suspend Flag to reserve suspended stocks. (default: False)
--check-great-great-grandparent
Flag to check great_great_grandparent period.
(default: False)SlothStock:
--ebk EBK Stock candidates in ebk format file. If not specified,
all stocks are processed. Note that multiple of them
are supported. (default: [])
--period PERIOD Check signal for specific period. Valid choices are
`1m`, `5m`, `15m`, `60m`, `day`, `week`, `month`,
`quarter`, `year`. (default: day)
--loose Flag of loose mode for signal check. (default: False)
--child {cross,divergence}
Child check mode, it should be `cross` or
`divergence`. If no specified, child period check will
be skipped. (default: None)
--datetime DATETIME The datetime compatible with ISO 8601 format (`YY-MM-
DD` or `YYYY-MM-DDTHH:MM`) for signal check, mostly
for testing purpose. (default: None)WxPusher:
--title TITLE The `title` for the notification. (default: None)
--token TOKEN The `token` for the notification. None means no
notification (default: None)
--topic-ids TOPIC_IDS
The `topic_ids` for the notification. Note that
multiple of them are supported and no notification
will be sent if both `topic_ids` and `uids` are None,
(default: [])
--uids UIDS The `uids` for the notification. Note that multiple of
them are supported and no notification will be sent if
both `topic_ids` and `uids` are None. (default: [])
``````shell
$ sloth-sell -husage: sloth-sell [-h] [--daemon] [--interval INTERVAL] [--ignore-empty]
[--output OUTPUT] [-V] [--check-parent] [--ebk EBK]
[--period PERIOD] [--loose] [--child {cross,divergence}]
[--datetime DATETIME] [--title TITLE] [--token TOKEN]
[--topic-ids TOPIC_IDS] [--uids UIDS]optional arguments:
-h, --help show this help message and exit
--daemon Flag of daemon mode, no console output. (default:
False)
--interval INTERVAL Time interval in seconds between successive requests
in providers. (default: 0.1)
--ignore-empty Flag for no output or notification when the result is
empty. (default: False)
--output OUTPUT The output file in ebk format for the results.
(default: None)
-V, --version show program's version number and exitSell:
--check-parent Flag to check parent period. (default: False)SlothStock:
--ebk EBK Stock candidates in ebk format file. If not specified,
all stocks are processed. Note that multiple of them
are supported. (default: [])
--period PERIOD Check signal for specific period. Valid choices are
`1m`, `5m`, `15m`, `60m`, `day`, `week`, `month`,
`quarter`, `year`. (default: day)
--loose Flag of loose mode for signal check. (default: False)
--child {cross,divergence}
Child check mode, it should be `cross` or
`divergence`. If no specified, child period check will
be skipped. (default: None)
--datetime DATETIME The datetime compatible with ISO 8601 format (`YY-MM-
DD` or `YYYY-MM-DDTHH:MM`) for signal check, mostly
for testing purpose. (default: None)WxPusher:
--title TITLE The `title` for the notification. (default: None)
--token TOKEN The `token` for the notification. None means no
notification (default: None)
--topic-ids TOPIC_IDS
The `topic_ids` for the notification. Note that
multiple of them are supported and no notification
will be sent if both `topic_ids` and `uids` are None,
(default: [])
--uids UIDS The `uids` for the notification. Note that multiple of
them are supported and no notification will be sent if
both `topic_ids` and `uids` are None. (default: [])
```## 运行测试
```shell
tox
```## TODO
- [x] 从雪球获取股票信息。
- [x] MACD 指标。
- [x] 微信消息推送。
- [x] 基本的单元测试,包括正例和基本框架。
- [x] EBK 文件的导入导出。
- [x] 后台模式。
- [x] 买点信号脚本。
- [x] 卖点信号脚本。
- [ ] 缓存频繁爬取的数据。
- [ ] 日志。
- [ ] 类似于 Cronjob 的指引。
- [ ] 监控股票管理。
- [ ] 文档。
- [ ] 更完备的单元测试。## 贡献
- 通过 Github Issues 提交评论或建议。
- 直接提交 Pull Requests 必须没问题。