diff options
| -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 |
