修改获取网页内容代码
This commit is contained in:
parent
e1d93a4160
commit
c9386084e8
1396
Txt2docx2.py
1396
Txt2docx2.py
File diff suppressed because it is too large
Load Diff
53
config_bak.ini
Normal file
53
config_bak.ini
Normal file
@ -0,0 +1,53 @@
|
||||
[General]
|
||||
chrome_user_dir = C:\Users\taiyi\AppData\Local\Google\Chrome\User Data
|
||||
articles_path = articles
|
||||
images_path = picture
|
||||
title_file = 文章链接.xlsx
|
||||
max_threads = 10
|
||||
|
||||
[Database]
|
||||
host = 27.106.125.150
|
||||
user = root
|
||||
password = taiyi.1224
|
||||
database = toutiao
|
||||
|
||||
[Dify]
|
||||
api_key = app-87gssUKFBs9BwJw4m95uUcyF
|
||||
user_id = toutiao
|
||||
url = http://27.106.125.150/v1/workflows/run
|
||||
input_data_template = {"old_article": "{article_text}"}
|
||||
|
||||
[Baidu]
|
||||
api_key = 6GvuZoSEe4L8I7O3p7tZRKhj
|
||||
secret_key = jDujU3MyzP34cUuTP0GNtPejlQpUFWvl
|
||||
enable_detection = true
|
||||
|
||||
[ImageModify]
|
||||
crop_percent = 0.02
|
||||
min_rotation = 0.02
|
||||
max_rotation = 0.03
|
||||
min_brightness = 0.95
|
||||
max_brightness = 1.09
|
||||
watermark_text =
|
||||
watermark_opacity = 128
|
||||
overlay_opacity = 1
|
||||
|
||||
[Keywords]
|
||||
banned_words = 珠海,落马,股票,股市,股民,爆炸,火灾,死亡,抢劫,诈骗,习大大,习近平,政府,官员,扫黑,警察,落网,嫌疑人,通报,暴力执法,执法,暴力,气象,天气,暴雨,大雨
|
||||
|
||||
[Coze]
|
||||
workflow_id = 7520933385113141298
|
||||
access_token = pat_yTyYW1VdOb2eNwBO3DKlULDpxXdRSGY8BvZTQF2ugv4BfA2EBDOn8QWuVRk1BI3N
|
||||
is_async = true
|
||||
input_data_template = {"article": "{article_text}", "link":"{link}", "weijin":"{weijin}"}
|
||||
gen_type = 短篇
|
||||
templates = {"短篇": {"article": "{article_text}", "link":"{link}", "weijin":"{weijin}", "type":"短篇"}, "文章": {"article": "{article_text}", "link":"{link}", "weijin":"{weijin}", "type":"文章"}}
|
||||
short_templates = {"1": {"workflow_id": "750191704079481242511231123", "access_token": "pat_0DczPLquEPhA3mSqokHTPpU9KNHrM3mz5sZKSWxi7ZeWK1Fi5UjPzQihq1DwCQ91", "is_async": "false", "input_data_template": "{\"title\": \"{title_text}\"}"}}
|
||||
article_templates = {}
|
||||
last_used_template = sdf
|
||||
last_used_template_type = 文章
|
||||
|
||||
[Templates]
|
||||
templates_短篇 = [{"name": "11", "type": "短篇", "workflow_id": "7501917040794812425", "access_token": "pat_0DczPLquEPhA3mSqokHTPpU9KNHrM3mz5sZKSWxi7ZeWK1Fi5UjPzQihq1DwCQ91", "is_async": "false", "input_data_template": "{\"title\": \"{title_text}\"}"}, {"name": "123", "workflow_id": "pat_0DczPLquEPhA3mSqokHTPpU9KNHrM3mz5sZKSWxi7ZeWK1Fi5UjPzQihq1DwCQ91", "access_token": "pat_0DczPLquEPhA3mSqokHTPpU9KNHrM3mz5sZKSWxi7ZeWK1Fi5UjPzQihq1DwCQ91", "is_async": "true", "input_data_template": "{\"article\": \"{article_text}\", \"link\":\"{link}\", \"weijin\":\"{weijin}\"}"}]
|
||||
templates_文章 = [{"name": "1. 情感", "workflow_id": "7520933385113141298", "access_token": "pat_e6f7xXY1Oi8fPxGnBuUV2ed4M8uEdZ4KL6Ncn4359cP5lL6ARCTJg5bVyE4YZxoL", "is_async": "true", "input_data_template": "{\"article\": \"{article_text}\", \"link\":\"{link}\", \"weijin\":\"{weijin}\"}"}, {"name": "2. 万能", "workflow_id": "7509764025128845366", "access_token": "pat_EwqZIrV7Y2DHadDWnqkk0k9YxDUxyjIEAfHZFAfnT97mUCexhoTl6McQq3O7mmI8", "is_async": "true", "input_data_template": "{\"article\": \"{article_text}\", \"link\":\"{link}\", \"weijin\":\"{weijin}\"}"}, {"name": "4. 情感", "workflow_id": "7535382256274718762", "access_token": " pat_6MD0w6TcfWe25tbOeJWOGQUAkU4KqG0R3QDeLgKeda3F0sNZuRT6LIyx5zNomyun", "is_async": "true"}, {"name": "5. 娱乐", "workflow_id": "7520933385113141298", "access_token": "pat_BYuJQHRRfmvcoi6NPW3Ll08OH03smuKsxpybFajIc5MkCKisZ9FN5fOJUlrslWDm", "is_async": "true"}, {"name": "sdf", "workflow_id": "7520933385113141298", "access_token": "pat_yTyYW1VdOb2eNwBO3DKlULDpxXdRSGY8BvZTQF2ugv4BfA2EBDOn8QWuVRk1BI3N", "is_async": "true"}]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user