Updated documentation

This commit is contained in:
Anon 2022-07-14 13:26:25 -07:00
parent 8ce6e0dd21
commit a6271455db

View File

@ -51,8 +51,6 @@ source ./venv/bin/activate
deactivate
```
**NOTE:** Yandere Lewd Bot only requieres write permissions. When prompted you should accept the default permission unless extending the bot's default functionality.
If you did everything correctly you should see `Success! :)` at the end of the terminal, as well as your credentials in the format below:
```text
settings_server = OrderedDict([
@ -114,7 +112,7 @@ screen -ls
Ctrl+a k y
# Scroll back
Ctrl+a ESC Page Up
# End scroll back
# Cancel scroll back
ESC
```
## A Master Blacklist
@ -130,7 +128,7 @@ Configuration files for Yandere Lewd Bot are just python files. Because of this
# Post to an alt account using the exact same settings as the main configuration file
# Run with the following command: ./run.sh -c alt
# cfg.py is the default configuration. You should set this to whatever you are overriding.
# cfg.py is the default configuration.
from cfg import *
settings_server = OrderedDict([
@ -163,7 +161,7 @@ settings_behavior["master_blacklist_w"] = ("./md5/blacklist_alt.txt",)
# An xmas themed config file!
# Run with the following command: ./run.sh -c xmas
# cfg.py is the default configuration. You should set this to whatever you are overriding.
# cfg.py is the default configuration.
from cfg import *
settings_behavior["master_list"] = ("./md5/event_xmas.txt",)