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