From b19b3e908e6e148298a7f6a5fb583282f1dbbf1e Mon Sep 17 00:00:00 2001 From: 89wc <89wc@noreply.fsdfsd.net> Date: Mon, 4 Sep 2023 20:12:05 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f04c7b0..c06fe30 100644 --- a/README.md +++ b/README.md @@ -7,19 +7,29 @@ I'll hand code an ecommerce in wasm before I learn python All standard utilities that come pre-installed on debian except jq (and maybe curl?) ::$ chmod +x run getlink linkloc reply_post + ::$ ./run If you comment out the post API call and remove the link regex, + this bot can get you a list of all links posted, + as well as which are text-posts and unauthorized (e.g. deleted) Instead of + ::$ ./run + just + ::$ nohup ./run & + and exit the terminal. All outputted code will go into nohup.out and you can close the ssh session. + ::$ ps -e | grep run + to get the process id to cancel it + ::$ kill #### 15000 post id checks hardcoded in the while loop, just in case \ No newline at end of file