From 1c049171b25fae0e2956fa36634784d84a35a7ec Mon Sep 17 00:00:00 2001 From: hnu202401010313 <2417003819@qq.com> Date: Tue, 24 Dec 2024 22:24:27 +0800 Subject: [PATCH] ADD file via upload --- config.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.py diff --git a/config.py b/config.py new file mode 100644 index 0000000..17f87e6 --- /dev/null +++ b/config.py @@ -0,0 +1,6 @@ +QUERY_URL = "https://www.bitpush.news/covid19/" +FILE_NAME = "content.csv" +PAINT_RANK_SIZE = 15 +HEADERS = { + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 NetType/WIFI MicroMessenger/7.0.20.1781(0x6700143B) WindowsWechat(0x63090c11) XWEB/11275 Flue", +} \ No newline at end of file