|
@@ -7,38 +7,38 @@ pymysql.install_as_MySQLdb()
|
|
|
|
|
|
|
|
|
db = dataset.connect('mysql://choozmo:pAssw0rd@db.ptt.cx:3306/seo?charset=utf8mb4')
|
|
|
-table=db['seo_jobs']
|
|
|
+# table=db['seo_jobs']
|
|
|
# table=db['selected_kw']
|
|
|
# table=db['sns_kw']
|
|
|
-# table=db['select_kw']
|
|
|
-client='清原'
|
|
|
-# domain='ionly.com.tw'
|
|
|
+table=db['select_kw']
|
|
|
+client='美麗馨'
|
|
|
+domain='lisinbeauty.com'
|
|
|
# for index,row in df.iterrows():
|
|
|
# with open("C:\/Users\/s1301\/Documents\/新飛國際遊學SEO - 關鍵字12.08.csv") as f:
|
|
|
# data_all = f.readlines()
|
|
|
# print(data_all)
|
|
|
f = open("C:\/Users\/s1301\/Documents\/456.csv",encoding='utf-8')
|
|
|
# df = pd.read_csv(f,header=None, names=['kw', 'url'])
|
|
|
-# df = pd.read_csv(f,header=None, names=['kw'])
|
|
|
-df = pd.read_csv(f,header=None, names=['prefix','id', 'positive','domain','rnd'])
|
|
|
+df = pd.read_csv(f,header=None, names=['kw'])
|
|
|
+# df = pd.read_csv(f,header=None, names=['prefix','id', 'positive','domain','rnd'])
|
|
|
df=df.fillna('')
|
|
|
# print(df)
|
|
|
# url='fflc.tw'
|
|
|
lst=[]
|
|
|
for index,row in df.iterrows():
|
|
|
# print(row)
|
|
|
- prefix='"'+row['prefix']+'"'
|
|
|
- # positive='"'+row['positive']+'"'
|
|
|
- positive=row['positive']
|
|
|
- domain='"'+row['domain']+'"'
|
|
|
- rnd='"'+str(row['rnd'])+'"'
|
|
|
- postfix='""'
|
|
|
- id=row['id']
|
|
|
- data = f'"id":{id},"prefix":{prefix},"domain":[{domain}],"postfix":{postfix},"positive":[{positive}],"rnd":[{rnd}]'
|
|
|
- json='{'+data+'}'
|
|
|
- print(json)
|
|
|
- table.insert({'cust':client,'plan':'形象SEO','json':json})
|
|
|
- # table.insert({'term':row['kw'],'client':client,'domain':domain})
|
|
|
+ # prefix='"'+row['prefix']+'"'
|
|
|
+ # # positive='"'+row['positive']+'"'
|
|
|
+ # positive=row['positive']
|
|
|
+ # domain='"'+row['domain']+'"'
|
|
|
+ # rnd='"'+str(row['rnd'])+'"'
|
|
|
+ # postfix='""'
|
|
|
+ # id=row['id']
|
|
|
+ # data = f'"id":{id},"prefix":{prefix},"domain":[{domain}],"postfix":{postfix},"positive":[{positive}],"rnd":[{rnd}]'
|
|
|
+ # json='{'+data+'}'
|
|
|
+ # print(json)
|
|
|
+ # table.insert({'cust':client,'plan':'形象SEO','json':json})
|
|
|
+ table.insert({'term':row['kw'],'client':client,'domain':domain})
|
|
|
# table.insert({'term': row['kw'], 'client': client, 'url': row['url']})
|
|
|
print(lst)
|
|
|
{"prefix": "護佳", "postfix": "", "domain": ["www.hujiai-international.com"], "positive": ["細胞食物","紅蔘"], "rnd": [""]}
|