Piss Link Scraper: Difference between revisions

From pisswiki
m (OragamiSwami moved page User:OragamiSwami to Piss Link Scraper: Reasons)
(Add version fetching from the wiki instead)
Line 1: Line 1:
[https://github.com/OragamiSwami/Piss_Scraper Piss Link Scraper]
 
 
The original [https://github.com/OragamiSwami/Piss_Scraper Piss Link Scraper] fetches link blocks from the old pad.
 
You can fetch all link blocks from [[Server link blocks|the wiki link block list]] with something like (adjust to taste):
 
<pre>
curl -s 'https://wiki.letspiss.net/index.php?title=Server_link_blocks&action=raw' | sed -n '/<pre>/,/<\/pre>/ p' | grep -v 'pre>$'
</pre>

Revision as of 18:46, 9 June 2021


The original Piss Link Scraper fetches link blocks from the old pad.

You can fetch all link blocks from the wiki link block list with something like (adjust to taste):

curl -s 'https://wiki.letspiss.net/index.php?title=Server_link_blocks&action=raw' | sed -n '/<pre>/,/<\/pre>/ p' | grep -v 'pre>$'