forked from dataabc/weibo-search
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KEYWORD_LIST既可以是关键词列表如[keyword1, keyword2,keyword3],也可以是保存这关键词的txt文件路径,如'keyword_list.txt',每一个要搜索的关键词一行,如果一行中包含多个以空格分隔的关键词,则这些关键词为一个关键词,如内容: 迪丽热巴 尿布 啤酒 表示第一个关键词搜索包含迪丽热巴的微博;第二个表示搜索同时包含尿布和啤酒的微博。 Issue dataabc#33
- Loading branch information
Showing
2 changed files
with
29 additions
and
4 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
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