Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alantoa/china-ev-spider
新能源(特斯拉,蔚来,小鹏,理想)汽车门店信息,充电桩数据爬虫
https://github.com/alantoa/china-ev-spider
Last synced: 3 months ago
JSON representation
新能源(特斯拉,蔚来,小鹏,理想)汽车门店信息,充电桩数据爬虫
- Host: GitHub
- URL: https://github.com/alantoa/china-ev-spider
- Owner: alantoa
- Created: 2021-04-10T03:43:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T07:06:19.000Z (over 2 years ago)
- Last Synced: 2023-03-04T04:18:59.645Z (almost 2 years ago)
- Language: JavaScript
- Size: 1.1 MB
- Stars: 14
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 文件说明
- brand_charge/\*.js (文件名对应品牌)
特理蔚鹏的自营充电桩信息,理想暂时没有,小鹏暂无接口暴露- brand_store/\*.js (文件名对应品牌)
特理蔚鹏品牌门店信息##### 使用方式
```sh
npm i
node ./brand_charge/*.js
```-----
#### 文件说明
- baidu_index/baiduRank.py
新能源新势力汽车最近一周百度指数##### 使用方式
```sh
pip uninstall pycrypto # 避免与pycryptodome冲突
pip install --upgrade qdata
python3 ./baidu_index/baiduRank.py
```
-----#### 文件说明
- wechat_index/getWechatRank.py
新能源新势力汽车最近一周微信指数#### 使用方式
```sh
pip3 install pandas requests
python3 ./wechat_index/getWechatRank.py
```