Updated to include GPLv3

This commit is contained in:
Anon 2022-07-14 14:39:02 -07:00
parent 9b4914d3d7
commit 50d8345fe6

View File

@ -6,9 +6,11 @@ A live example can be viewed at [GNU/Yandere](https://yandere.cc/YandereLewdBot)
Currently the bot will only run on Linux. I believe it should run on most distros but I have only tested it on Arch and Raspbian. Currently the bot will only run on Linux. I believe it should run on most distros but I have only tested it on Arch and Raspbian.
## About ## About
Yandere Lewd Bot is designed to be simple to understand (from a technical perspective) and easy to modify/extend. Yandere Lewd Bot relies on GNU formatted hash files to configure and organize posts (from the GNU coreutils package): Yandere Lewd Bot is designed to be simple to understand (from a technical perspective) and easy to modify/extend. It relies on GNU formatted hash files to configure and organize posts (from the GNU coreutils package):
(ex. `26d00a6ee5ae8fa3d58ee44b32b8992f *./rsc/nsfw/image.jpg`) (ex. `26d00a6ee5ae8fa3d58ee44b32b8992f *./rsc/nsfw/image.jpg`)
Yandere Lewd Bot is licensed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html). See LICENSE.txt.
The bot is still in development and can easily be crashed by writing a poorly configured `cfg.py` file, or messing with the hash files it uses to configure posts. The bot may also crash with encoding errors for files with non-unicode filenames. The bot is still in development and can easily be crashed by writing a poorly configured `cfg.py` file, or messing with the hash files it uses to configure posts. The bot may also crash with encoding errors for files with non-unicode filenames.
## Installing ## Installing