ubot/readme.md

14 lines
801 B
Markdown
Raw Permalink Normal View History

2021-03-14 19:03:51 +01:00
#### My personal userbot
2025-06-15 10:37:22 +00:00
This project contains the source code of my ([@vimicito](https://t.me/vimicito)'s) userbot. It is based on Python and Telethon, and has no other dependencies.
2021-03-14 19:03:51 +01:00
2025-06-15 10:37:22 +00:00
In terms of functionality it will be not too dissimilar from Konata ([bot](https://t.me/konatasanbot), [source](https://git.nixmagic.com/vim/konata)). Currently it is still a work in progress.
2021-03-14 19:03:51 +01:00
#### Credentials
2021-03-26 22:04:45 +01:00
Visit [my.telegram.org](https://my.telegram.org/apps) to get your API ID and API hash values. Then run `./install` from within the cloned repository, where you can add these values.
2021-03-14 19:03:51 +01:00
#### License
2021-03-26 22:03:54 +01:00
This project is released as "All rights reserved". You are allowed to use and study the code as inspiration to make your own userbot, but you are not allowed to copy it verbatim into a release of your own.