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