Discord-uWuFication is a small discord webhook written in PHP to parse an RSS feed trough and 'UwUfy' the contents, after this it gets posted in Discord.
- PHP 7.3+
- PHP-xml
- PHP-curl
Change the webhook in src/run.php
to your desired webhooks
$conns->addHook("https://discord.com/api/webhooks/xyz/xyz");
Run the webhook by using docker or execute the run.php
file found in src/ with PHP
Also checkout Twitter-UwUFication!