summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-06-20 23:19:36 +0500
committerilotterytea <iltsu@alright.party>2025-06-20 23:19:36 +0500
commitdca304867f33a63f7fe6fe49b84b92e2d642fa0e (patch)
treed210e2968ca07ae7c756c5614e9f1476cc5477bc
initial commit
-rw-r--r--.gitignore5
-rw-r--r--LICENSE0
-rw-r--r--README.md3
-rw-r--r--main.py5
4 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9f4661a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+venv/
+.idea/
+temp/
+*.db
+*.ini
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/LICENSE
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..422355b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# imageuploaderbot
+
+A Telegram bot for easy uploading images, voice messages and other files to file hosting services. \ No newline at end of file
diff --git a/main.py b/main.py
new file mode 100644
index 0000000..59535a3
--- /dev/null
+++ b/main.py
@@ -0,0 +1,5 @@
+def run():
+ print("kill all niggers")
+
+if __name__ == "__main__":
+ run() \ No newline at end of file