From a46f7c65f4102f2708b0095d3c86b72a1e664c2c Mon Sep 17 00:00:00 2001 From: pg3fbpv9r Date: Sat, 14 Sep 2024 21:19:49 +0800 Subject: [PATCH] ADD file via upload --- run_all.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 run_all.py diff --git a/run_all.py b/run_all.py new file mode 100644 index 0000000..a858cac --- /dev/null +++ b/run_all.py @@ -0,0 +1,6 @@ +import subprocess + +files = ['get_urls.py', 'get_cid.py', 'get_danmu.py'] + +for file in files: + subprocess.run(['python', file])