From 0f747eecacb7570d27b039560331d4faed04c4b4 Mon Sep 17 00:00:00 2001 From: qqhsx <56535272+qqhsx@users.noreply.github.com> Date: Sat, 25 May 2024 08:25:00 +0800 Subject: [PATCH] Add files via upload --- popularity.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 popularity.py diff --git a/popularity.py b/popularity.py new file mode 100644 index 00000000..a1983d10 --- /dev/null +++ b/popularity.py @@ -0,0 +1,4 @@ +import pywencai +res = pywencai.get(question='退市股票', loop=True) +res.to_csv('问财.csv', index=False, encoding='utf-8-sig') +print(res) \ No newline at end of file