前置准备:
数据库准备: MySQL5.7.19 MySQL8.0会报错
username: root
password: 123456
需要执行:create database finance_news
文件目录:注意创建好./static/image文件夹
root:[FinanceSystem]
+--app.py
+--cls_realtime_news.py
+--east_fin_fund_shares.py
+--east_fin_news.py
+--east_fin_stock_kplot.py
+--login_register.py
+--static
| +--images
+--templates
| +--cls_realtime_news_result.html
| +--east_fin_fund_shares_result.html
| +--east_fin_kplot_result.html
| +--east_fin_news_result.html
| +--function_index.html
| +--login_register.html
Finance System主要提供了4个功能
0.用户注册 / 用户登录
1.东方财经-关键词财经新闻查询
2.财联社电报-实时新闻资讯
3.东方财富-基金持仓信息获取
4.efinance-k线图[支持股票代码查询与股票名称查询]