Scathach bot.

Scathach bot.

  • 📚Guide
  • 🌌Commands
  • 🏷️FAQ
  • 🚀Invite now
  • ✔️Upgrade

›Recent Posts

Recent Posts

  • Regex Magic!
  • Sharding, votelocking, and lewdeconomy
  • hey you

Regex Magic!

January 16, 2021

Sinx

Yooh degenerate user kun, last week i looked onto other bot and then he have feature imagebomb ?
Interested, smh this is never unthinkable before, the route is simple but this is really fun lol

We fetch some random 5images, from various booru..
need no other modules or anything else
PHP/curl will do it all! and its less than 5min !

request/curl to https://gelbooru.com/index.php?page=dapi&s=post&q=index and do below:

$scrpe = '/<?xml(.*?)<\/posts>/s';

if ( preg_match($scrpe, $page, $list) ) 
if(preg_match_all('#file_url="(.*?)"#', $page, $match)) {
    shuffle($match[1]);
    
    echo '{"url":"',implode('\n',array_slice($match[1], 0, 5)),'"}';
    
  }
  • Some feature added (hentaibomb, realbomb, gifbomb, r34bomb)
    you can run $!hentaibomb <args> and get 5random images, maybe we should increase the amount? lemme know
Recent Posts
Scathach bot.
Documentation
Getting StartedCommandsSupport the DevelopersChnagelogsTroubleshootingFrequently Asked Questions
🚀Add Scathach to Your server🚀Then type help commands🚀You're done! see commands
Community
ScathachGrip DiscordTwitterFeatured OnLeaderboardsServant ListsAbout
🔗 top.gg🔗 discordbotlist.com🔗 botsfordiscord.com🔗 discordservices.net🔗 discordlabs.org
Microservice
NodeJS SDKPython SDKBooru bindingsDoujins wrapperReddit container
More
Privacy PolicyTerms of ServiceUser ConsentShards StatusService StatusGraphWTF..
Facebook Open Source
Copyright © 2022 Scathach bot, not affiliated with Discord nor Type-Moon in any way
Powered by Sinkaroid with React and Love💙
commit: 9d73f7a305f34b5941eeb803a3195fadeb3724b2
build at: Sat, 30 Apr 2022 15:02:28 GMT