From b6ee52b1e53cd44f43b588a59d590bb7cf02b6d5 Mon Sep 17 00:00:00 2001 From: Kyomotoi <1172294279@qq.com> Date: Sat, 6 Jun 2020 17:37:17 +0800 Subject: some changes for weather --- .idea/Aya.iml | 11 ++ .idea/misc.xml | 7 + .idea/modules.xml | 8 + .idea/vcs.xml | 6 + .idea/workspace.xml | 209 +++++++++++++++++++++ AyaBot/plugins/Module/google_translate/__init__.py | 144 ++++++++++++++ .../__pycache__/__init__.cpython-37.pyc | Bin 0 -> 3205 bytes AyaBot/plugins/__pycache__/awsl.cpython-37.pyc | Bin 2482 -> 0 bytes AyaBot/plugins/__pycache__/bilibili.cpython-37.pyc | Bin 1114 -> 0 bytes .../plugins/__pycache__/bilibilifan.cpython-37.pyc | Bin 1083 -> 0 bytes .../plugins/__pycache__/broadcast.cpython-37.pyc | Bin 2238 -> 0 bytes AyaBot/plugins/__pycache__/bug.cpython-37.pyc | Bin 1044 -> 0 bytes AyaBot/plugins/__pycache__/covid19.cpython-37.pyc | Bin 3945 -> 2265 bytes AyaBot/plugins/__pycache__/math.cpython-37.pyc | Bin 121 -> 0 bytes AyaBot/plugins/__pycache__/r6.cpython-37.pyc | Bin 1364 -> 0 bytes .../plugins/__pycache__/translate.cpython-37.pyc | Bin 4537 -> 1769 bytes AyaBot/plugins/__pycache__/weather.cpython-37.pyc | Bin 1299 -> 4221 bytes AyaBot/plugins/__pycache__/yiqing.cpython-37.pyc | Bin 6561 -> 0 bytes AyaBot/plugins/covid19.py | 120 +++--------- AyaBot/plugins/translate.py | 150 +-------------- AyaBot/plugins/weather.py | 163 ++++++++++++---- __pycache__/config.cpython-37.pyc | Bin 311 -> 0 bytes run.py | 3 +- 23 files changed, 549 insertions(+), 272 deletions(-) create mode 100644 .idea/Aya.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 AyaBot/plugins/Module/google_translate/__init__.py create mode 100644 AyaBot/plugins/Module/google_translate/__pycache__/__init__.cpython-37.pyc delete mode 100644 AyaBot/plugins/__pycache__/awsl.cpython-37.pyc delete mode 100644 AyaBot/plugins/__pycache__/bilibili.cpython-37.pyc delete mode 100644 AyaBot/plugins/__pycache__/bilibilifan.cpython-37.pyc delete mode 100644 AyaBot/plugins/__pycache__/broadcast.cpython-37.pyc delete mode 100644 AyaBot/plugins/__pycache__/bug.cpython-37.pyc delete mode 100644 AyaBot/plugins/__pycache__/math.cpython-37.pyc delete mode 100644 AyaBot/plugins/__pycache__/r6.cpython-37.pyc delete mode 100644 AyaBot/plugins/__pycache__/yiqing.cpython-37.pyc delete mode 100644 __pycache__/config.cpython-37.pyc diff --git a/.idea/Aya.iml b/.idea/Aya.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/Aya.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..8656114 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..eca873e --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..eccc8d0 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,209 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +