update v3.01

This commit is contained in:
.[d]. 2022-04-10 13:45:47 -05:00
parent 91ff5e3866
commit af749564b7

@ -61,22 +61,22 @@
-+sdddddddddddddddddh- -+sdddddddddddddddddh-
.:+osyhdddddhys+` .:+osyhdddddhys+`
``` ```
```
## summary ## summary
``` ```
krylon v3.01 krylon v3.01
``` ```
## changelog - v3.01 ## changelog - v3.01
```
- rebased to integrate with dr1p4ns1 and m4pl1mp - rebased to integrate with dr1p4ns1 and m4pl1mp
```
## screenshots ## screenshots
![screenshots](screenshots/s1.jpg) ---
![screenshots](screenshots/s2.jpg) ![screenshots](screenshots/s1.png)
![screenshots](screenshots/s2.png)
---
```
## overview ## overview
``` ```
**no comment** **no comment**
``` ---
## prerequisites ## prerequisites
- `python3` - `python3`
## content ## content
@ -96,27 +96,29 @@ krylon v3.01
## setting up environment ## setting up environment
- `git clone --recursive https://git.tcp.direct/decoded/krylon.git` - `git clone --recursive https://git.tcp.direct/decoded/krylon.git`
## notes ## notes
``` ---
- 1 - plugins/fifo_plugin.py - change line 12 in this file from this example below as reference. - 1 - plugins/fifo_plugin.py - change line 12 in this file from this example below as reference.
- 1 - self.runpath = self.config.get('runpath', '/home/dr1p/Documents/code/python/krylon/fifo') - 1 - self.runpath = self.config.get('runpath', '/home/dr1p/Documents/code/python/krylon/fifo')
- 1 - to whatever the path of your fifo pipe is.. if you are unsure point it to krylon directory. - 1 - to whatever the path of your fifo pipe is.. if you are unsure point it to krylon directory.
- 2 - when you run `bash run.sh` it generates a configuration file named `.krylon_config`, be sure - 2 - when you run `bash run.sh` it generates a configuration file named `.krylon_config`, be sure
- 2 - to add this section so that your fifo plugin path directories are setup. also change this path - 2 - to add this section so that your fifo plugin path directories are setup. also change this path
- 2 - to the same as the path you changed in the section above. - 2 - to the same as the path you changed in the section above.
```
[plugins.fifo_plugin] [plugins.fifo_plugin]
runpath = /home/dr1p/Documents/code/python/krylon/fifo runpath = /home/dr1p/Documents/code/python/krylon/fifo
```
- 3 - also make sure the fifo/krylon plugins are enabled in this file. e.g. - 3 - also make sure the fifo/krylon plugins are enabled in this file. e.g.
```
includes = includes =
plugins.krylon plugins.krylon
plugins.fifo plugins.fifo
```
- 4 - below is an example configuration file just for visual reference - 4 - below is an example configuration file just for visual reference
- 4 - ~/code/krylon/.krylon_config - 4 - ~/code/krylon/.krylon_config
```
[bot] [bot]
nick = dr1pp1ng nick = dr1pp1ng
username = dr1p username = dr1p