Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ximinhan/hexo
Use hexo automatically collect fund data and generate report in github pages
https://github.com/ximinhan/hexo
hexo stock
Last synced: 25 days ago
JSON representation
Use hexo automatically collect fund data and generate report in github pages
- Host: GitHub
- URL: https://github.com/ximinhan/hexo
- Owner: Ximinhan
- Created: 2020-12-12T08:58:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-18T10:14:51.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T05:53:27.923Z (2 months ago)
- Topics: hexo, stock
- Language: JavaScript
- Homepage: https://ximinhan.github.io/hexo/
- Size: 8.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Data refresh workflow](https://github.com/Ximinhan/hexo/actions/workflows/manual.yml/badge.svg?branch=main)](https://github.com/Ximinhan/hexo/actions/workflows/manual.yml)
[![Node.js CI](https://github.com/Ximinhan/hexo/actions/workflows/node.js.yml/badge.svg)](https://github.com/Ximinhan/hexo/actions/workflows/node.js.yml)
# diagram of fund
Use hexo automatically collect fund data and generate report in github pages# Usage
1. clone the repo
2. there are some core file and scripts list here`star_list.txt`: contains all the stock code we want to check
`stock_list.txt`: contains all the stock code, if we want to change star_list we can pick up from here
`update_start_list.py`: is the entry to launch an update of the star_list
`render.py`: is the function script used to update the stock data called by update_start_list.py, it will call seval scripts to gather necessary data
3. when update_start_list.py run complete push the commit it will trigger actions to update github pages