Move reference to ghnou/ubot

This commit is contained in:
Michael De Roover 2021-04-07 16:03:20 +02:00
parent 56bb909183
commit b150d7e0f7
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -1,13 +1,11 @@
#### Konata the Telegram bot #### Konata the Telegram bot
This project contains the source code of the Telegram bot [@konatasanbot](https://t.me/konatasanbot). It is the code you need to make her run, although this is only a small part of the actual appliance. This project contains the source code of the Telegram bot [@konatasanbot](https://t.me/konatasanbot), the sister project of [ghnou/ubot](https://git.ghnou.su/ghnou/ubot). It is the code you need to make her run, although this is only a small part of the actual appliance.
Most importantly, you need a public domain name, a TLS certificate for it and a stable webserver to run this bot. The installer assumes that you do have this webserver already deployed (personal website or similar), that your domain is configured and that your webserver is what terminates TLS and reverse proxies incoming requests to the bot. The bot's system should be Alpine, and I recommend using LXC to build it into a container. Most importantly, you need a public domain name, a TLS certificate for it and a stable webserver to run this bot. The installer assumes that you do have this webserver already deployed (personal website or similar), that your domain is configured and that your webserver is what terminates TLS and reverse proxies incoming requests to the bot. The bot's system should be Alpine, and I recommend using LXC to build it into a container.
While this sounds complicated, it's not really all that difficult to do. I will not document this however and you should look it up if you don't have these already. Which brings me to the allowed usages for this bot's source code. While this sounds complicated, it's not really all that difficult to do. I will not document this however and you should look it up if you don't have these already. Which brings me to the allowed usages for this bot's source code.
This bot has a sister project at [ghnou/ubot](https://git.ghnou.su/ghnou/ubot).
#### License #### License
This project is released as "All rights reserved". You are allowed to use and study the code as inspiration to make your own bot, but you are not allowed to copy it verbatim into a release of your own. This project is released as "All rights reserved". You are allowed to use and study the code as inspiration to make your own bot, but you are not allowed to copy it verbatim into a release of your own.