diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-20 23:19:36 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-20 23:19:36 +0500 |
| commit | dca304867f33a63f7fe6fe49b84b92e2d642fa0e (patch) | |
| tree | d210e2968ca07ae7c756c5614e9f1476cc5477bc | |
initial commit
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | LICENSE | 0 | ||||
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | main.py | 5 |
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/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 @@ -0,0 +1,5 @@ +def run(): + print("kill all niggers") + +if __name__ == "__main__": + run()
\ No newline at end of file |
