From 9b44e2df48fbdfbe3987363b98cd3a6d180fe3bb Mon Sep 17 00:00:00 2001 From: crunk Date: Wed, 30 Dec 2020 16:01:58 +0100 Subject: [PATCH] last readme fix of the day --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0253039..714706a 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ $ pip install -r requirements.txt ``` To experiment further I made this script that can get plaintext from -the pads based on the etherpump magic words. +the pads based on the [etherpump](https://etherpump.vvvvvvaria.org/) magic words. ### usage: ``` -$ python palanggana.py --magic wordhere +$ python palanggana.py --magic thisword ``` -will find the pads where `__wordhere__` has been used and get all the lines of -text from those pads with that `__wordhere__` in the line. +will find the pads where `__THISWORD__` has been used and get all the lines of +text from those pads with that `__THISWORD__` in the line. it will get rid of the magic word specified, but if you want to keep the magic you can use.