<%! import BTEdb, time %> <% db = BTEdb.Database("/dev/shm/lainchan-scraper.json") dumped = db.Dump("table") dumped.sort(key = lambda x: x["time"]) %> Lainchan scraper for IPFS IDs

IPFS Scraper

${open("/dev/shm/lainchan-scraper-status", "r").read()}
% for post in dumped[::-1]:
Post - public local - ${post["match"]} ${post["time"]}
${post["text"].replace(u"\u03bb", "lam").replace('href="/' + post["board"], 'href="https://lainchan.org/' + post["board"])}
% endfor
Note that only /tech/ and /λ/ are scraped at this time.
The source can be found on gitla.in/nilesrogoff/lain-ipfs-scraper
Hypothetically it should be compatable with any vichan compatable bbs.