# stock_crawler **Repository Path**: sugarcoder/stock_crawler ## Basic Information - **Project Name**: stock_crawler - **Description**: 爬虫+restful api - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-07 - **Last Updated**: 2023-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # api获取接口 获取某个excel文件 ``` curl -X GET "118.178.94.244/cjmx?id=000001&time=20221230" --output tmp.xls ``` 更新某个股票的成交明细 ``` curl -X GET "118.178.94.244/cjmx?id=000001" ``` 返回已经下载的所有时间点excel文件 ``` curl -X GET "118.178.94.244/cjmx/list/000001" ``` ## todo - 每个股票一个文件夹 - 当日数据爬取 - scraperAPI - viper read config