|
@@ -14,15 +14,18 @@ class BaseConfig(object):
|
|
|
'spreadsheet_token': 'shtcnU8JgPeMq5wAuKejptwtLof',
|
|
|
'sheet_id': 'wnB24K'
|
|
|
},
|
|
|
- '微信指数搜索常用词样本-站内标题分词': {
|
|
|
+ '微信指数自动化搜索-站内标题分词结果': {
|
|
|
'spreadsheet_token': 'shtcnHxCj6dZBYMuK1Q3tIJVlqg',
|
|
|
'sheet_id': 'nCudsM'
|
|
|
},
|
|
|
- '微信指数搜索常用词样本-人工标注站内高频关键词': {
|
|
|
+ '微信指数自动化搜索-人工标注站内高频关键词': {
|
|
|
'spreadsheet_token': 'shtcnHxCj6dZBYMuK1Q3tIJVlqg',
|
|
|
'sheet_id': 'n9Jo4j'
|
|
|
- }
|
|
|
-
|
|
|
+ },
|
|
|
+ '微信指数自动化搜索-每日关键词': {
|
|
|
+ 'spreadsheet_token': 'shtcnHxCj6dZBYMuK1Q3tIJVlqg',
|
|
|
+ 'sheet_id': 'b74YMQ'
|
|
|
+ },
|
|
|
}
|
|
|
|
|
|
MYSQL_TABLES = {
|