From f218ea293452777754c99f0b7102b851478a25e4 Mon Sep 17 00:00:00 2001 From: Michael De Roover Date: Sun, 14 Mar 2021 19:03:51 +0100 Subject: [PATCH] Add readme --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4588cee --- /dev/null +++ b/readme.md @@ -0,0 +1,9 @@ +#### My personal userbot + +This project contains the source code of my ([@ghnou](https://t.me/ghnou)'s) userbot. It is based on Telethon, which you can install with `pip3 install -U telethon --user` as a regular user. + +In terms of functionality it will be not too dissimilar from Konata ([bot](https://t.me/konatasanbot), [source](https://git.ghnou.su/ghnou/konata)). Currently it is still a work in progress. + +#### License + +This project is released as "All rights reserved". You are allowed to study the code as inspiration to make your own userbot, but you are not allowed to copy it verbatim.