Updated documentation
This commit is contained in:
parent
8ce6e0dd21
commit
a6271455db
@ -51,8 +51,6 @@ source ./venv/bin/activate
|
|||||||
deactivate
|
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:
|
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
|
```text
|
||||||
settings_server = OrderedDict([
|
settings_server = OrderedDict([
|
||||||
@ -114,7 +112,7 @@ screen -ls
|
|||||||
Ctrl+a k y
|
Ctrl+a k y
|
||||||
# Scroll back
|
# Scroll back
|
||||||
Ctrl+a ESC Page Up
|
Ctrl+a ESC Page Up
|
||||||
# End scroll back
|
# Cancel scroll back
|
||||||
ESC
|
ESC
|
||||||
```
|
```
|
||||||
## A Master Blacklist
|
## 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
|
# Post to an alt account using the exact same settings as the main configuration file
|
||||||
# Run with the following command: ./run.sh -c alt
|
# 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 *
|
from cfg import *
|
||||||
|
|
||||||
settings_server = OrderedDict([
|
settings_server = OrderedDict([
|
||||||
@ -163,7 +161,7 @@ settings_behavior["master_blacklist_w"] = ("./md5/blacklist_alt.txt",)
|
|||||||
# An xmas themed config file!
|
# An xmas themed config file!
|
||||||
# Run with the following command: ./run.sh -c xmas
|
# 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 *
|
from cfg import *
|
||||||
|
|
||||||
settings_behavior["master_list"] = ("./md5/event_xmas.txt",)
|
settings_behavior["master_list"] = ("./md5/event_xmas.txt",)
|
||||||
|
Reference in New Issue
Block a user