no /s/ reddit links
Go to file
89wc c3632f3020 Update linkloc 2023-09-05 20:01:17 +00:00
conf Add conf/auth.token 2023-09-04 19:27:13 +00:00
LICENSE Initial commit 2023-09-04 19:25:16 +00:00
README.md Update README.md 2023-09-04 20:12:05 +00:00
getlink Update getlink 2023-09-04 22:53:52 +00:00
linkloc Update linkloc 2023-09-05 20:01:17 +00:00
pid Add pid 2023-09-04 20:02:42 +00:00
reply_post Update reply_post 2023-09-04 19:59:57 +00:00
run Update run 2023-09-05 19:13:28 +00:00

README.md

nos

no /s/ reddit links

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