crawler-bilibili / crawler-bilibili-source

source code
1 stars 0 forks source link

sortdata-find and store top ten words of anime comments #2

Open mengyuhan opened 7 years ago

mengyuhan commented 7 years ago

I want to find ten most popular net words from specific anime comments. Then, store them in db. Dependency :sortdata-sort_anime definition of done: Save ten most popular net words from specific anime comments into collection "popular_comment" following schema: { aid: 123, comment:[ {name:faef, occurrence: 12}, {name:abcd, occurrence: 14} ] }