-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
1.基于scrapy框架爬取豆瓣电影所有标签的电影 | ||
2.使用MongoDB数据库存储和数据文件存储 | ||
3.使用pandas数据分析 | ||
4.使用pycharts进行数据结果展示 | ||
5.使用前配置: | ||
5.1 python3.7+ | ||
5.2 MongoDB | ||
5.3 python第三方包 | ||
5.4 scrapy最新版最好 | ||
6.使用 | ||
6.1 项目启动:运行crawl.py文件 |