KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
DoubanHahahaScraper
★ 23
Open GitHub ↗
哈哈哈哈哈哈
Download README (.md)
Explore Similar Repositories
auto_coupang_partners
:
쿠팡 파트너스 api와 네이버 api를 이용해 쿠팡 물건을 네이버 블로그에 자동 업로드 합니다.
Super_Resolution_DNN
:
Implementation of Deep Learning Neural Network (RUnet) for Super-Resolution
arxiv-survey
:
No description available.
mattermost-plugin-bookmarks
:
Advanced Message Bookmarking Inside Mattermost!
Awesome-Backend
:
收集、记录后端面试各个方面的攻略,以及程序员进阶升级的资料参考
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
DoubanHahahaScraper
?
Download (.md)
 # 豆瓣小组爬虫(哈哈哈哈哈哈哈组) ## 本库包含哈组爬虫及数据分析代码 ***#####仅用于学习、交流#####*** ***#####更新于2021.2.5#####*** ### 语言 * python 3.6 ### 依赖库 * beautifulsoup4 (>= 4.6.0) * requests (>= 2.18.4) * pandas (>= 0.20.3) * tqdm (>= 4.49.0) ### 爬取字段包括: * 标题 * 作者昵称 * 作者id * 回应数 * 发帖时间 * 发帖方式 * 帖子内容 * 帖子url * 回应内容 * 回帖人url * 回帖方式 * 帖子中包含图片(或gif)的数量 ### 输出: * 包含上述字段的CSV表 ===================================================== ## 哈组数据分析代码(data_vis.ipynb) ### 依赖库 * wordcloud == 1.8.1 * numpy >= 1.19.1 * matplotlib >= 3.3.3 * pandas >= 1.1.5