├── README.md ├── Weibo_crawler.py ├── Weibo_wordCloud.py ├── pics ├── hua.jpg ├── new_wb20.png ├── readme.md └── wb1010.png ├── stopwords.txt └── weibo1010.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaleimeng/crawler-wordCloud_of_hotWeibo/HEAD/README.md -------------------------------------------------------------------------------- /Weibo_crawler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaleimeng/crawler-wordCloud_of_hotWeibo/HEAD/Weibo_crawler.py -------------------------------------------------------------------------------- /Weibo_wordCloud.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaleimeng/crawler-wordCloud_of_hotWeibo/HEAD/Weibo_wordCloud.py -------------------------------------------------------------------------------- /pics/hua.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaleimeng/crawler-wordCloud_of_hotWeibo/HEAD/pics/hua.jpg -------------------------------------------------------------------------------- /pics/new_wb20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaleimeng/crawler-wordCloud_of_hotWeibo/HEAD/pics/new_wb20.png -------------------------------------------------------------------------------- /pics/readme.md: -------------------------------------------------------------------------------- 1 | 提供原图片,词云图片 2 | -------------------------------------------------------------------------------- /pics/wb1010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaleimeng/crawler-wordCloud_of_hotWeibo/HEAD/pics/wb1010.png -------------------------------------------------------------------------------- /stopwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaleimeng/crawler-wordCloud_of_hotWeibo/HEAD/stopwords.txt -------------------------------------------------------------------------------- /weibo1010.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yaleimeng/crawler-wordCloud_of_hotWeibo/HEAD/weibo1010.txt --------------------------------------------------------------------------------