Skip to content

Instantly share code, notes, and snippets.

View xyrbz's full-sized avatar

Mrs. Robinson xyrbz

  • Joined Sep 25, 2025
View GitHub Profile
@xyrbz
xyrbz / stranger.p6
Created October 15, 2025 15:44
Downloads files from gelbooru. Like really, really well. Be very careful. For this script is a weapon of mass destruction
#!/usr/bin/env raku
class X::Gelbooru::NotSuccess is Exception {
method message() {
"Error in the HTTP request.";
}
}
class Gelbooru {