From 2cc3f8624682f2ba01a73c6655857e5e69a65ee0 Mon Sep 17 00:00:00 2001 From: armatik <s.fomchenkov@yandex.ru> Date: Sat, 8 Jul 2023 19:48:22 +0300 Subject: [PATCH] Initial commit --- .idea/.gitignore | 8 ++++++++ .idea/OpenChatAiBot.iml | 10 ++++++++++ .idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ src/TelegramBot/MessageHandler | 0 src/TelegramBot/MessageSendler | 0 src/TelegramBot/init | 0 8 files changed, 36 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/OpenChatAiBot.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 src/TelegramBot/MessageHandler create mode 100644 src/TelegramBot/MessageSendler create mode 100644 src/TelegramBot/init diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/OpenChatAiBot.iml b/.idea/OpenChatAiBot.iml new file mode 100644 index 0000000..74d515a --- /dev/null +++ b/.idea/OpenChatAiBot.iml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="PYTHON_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/venv" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <option name="USE_PROJECT_PROFILE" value="false" /> + <version value="1.0" /> + </settings> +</component> \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..61a3499 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.11 (venv)" project-jdk-type="Python SDK" /> +</project> \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..f8788bb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/OpenChatAiBot.iml" filepath="$PROJECT_DIR$/.idea/OpenChatAiBot.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/src/TelegramBot/MessageHandler b/src/TelegramBot/MessageHandler new file mode 100644 index 0000000..e69de29 diff --git a/src/TelegramBot/MessageSendler b/src/TelegramBot/MessageSendler new file mode 100644 index 0000000..e69de29 diff --git a/src/TelegramBot/init b/src/TelegramBot/init new file mode 100644 index 0000000..e69de29