https://github.com/jerryshell/ncap-spider
新闻评论分析平台 - 数据采集模块
https://github.com/jerryshell/ncap-spider
Last synced: 11 months ago
JSON representation
新闻评论分析平台 - 数据采集模块
- Host: GitHub
- URL: https://github.com/jerryshell/ncap-spider
- Owner: jerryshell
- License: gpl-3.0
- Created: 2020-05-04T10:39:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T03:54:36.000Z (over 5 years ago)
- Last Synced: 2025-01-16T15:27:08.630Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news_title.py
- License: LICENSE
Awesome Lists containing this project
README
# 新闻评论分析平台数据采集模块
## 相关项目
* [新闻评论分析平台 Web 端](https://github.com/jerryshell/ncap-admin)
* [新闻评论分析平台数据大屏](https://github.com/jerryshell/ncap-datav)
* [新闻评论分析平台服务端](https://github.com/jerryshell/ncap-server)
* [新闻评论分析平台情感分析模块](https://github.com/jerryshell/ncap-model)
* 新闻评论分析平台数据采集模块(当前项目)
## 依赖
```bash
pip3 install --upgrade requests bs4 fastapi uvicorn
```
## macOS __NSPlaceholderDate initialize 报错解决
https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr
```bash
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
```