installation
This commit is contained in:
parent
d3b08deb3a
commit
219805384b
11
README.org
11
README.org
|
@ -21,8 +21,8 @@ On the first run, if it does not exist, PluralSync will create a configuration d
|
||||||
"disc_module": {
|
"disc_module": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"token": "// Discord user token",
|
"token": "// Discord user token",
|
||||||
"python_path": "// Path of the python executable",
|
"python_path": "// Path to the python executable",
|
||||||
"script_path": "// Path of the pfp changer python script"
|
"script_path": "// Path to updatepfp.py"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
@ -60,6 +60,13 @@ Notice this will cover all combinations, if the main front is Alice the combinat
|
||||||
Requires the =PFP module= to be enabled and the latest version of [[https://github.com/dolfies/discord.py-self/][discord.py-self]].
|
Requires the =PFP module= to be enabled and the latest version of [[https://github.com/dolfies/discord.py-self/][discord.py-self]].
|
||||||
Will change your discord avatar with the one selected by the PFP module.
|
Will change your discord avatar with the one selected by the PFP module.
|
||||||
|
|
||||||
|
* Installation
|
||||||
|
Just build with cargo and move or symlink the executable wherever is more comofortable for you.
|
||||||
|
|
||||||
|
#+begin_src shell
|
||||||
|
cargo build -r
|
||||||
|
#+end_src
|
||||||
|
|
||||||
* Future
|
* Future
|
||||||
Given the nature of the project as a learning exercise, there are currently a set of features and improvements I'd like to add eventually.
|
Given the nature of the project as a learning exercise, there are currently a set of features and improvements I'd like to add eventually.
|
||||||
- [X] Proper error handling (What I have currently is simply a mess)
|
- [X] Proper error handling (What I have currently is simply a mess)
|
||||||
|
|
Loading…
Reference in New Issue