diff --git a/how-to-register-spammer-to-ragnar.md b/how-to-register-spammer-to-ragnar.md new file mode 100644 index 0000000..a129ccb --- /dev/null +++ b/how-to-register-spammer-to-ragnar.md @@ -0,0 +1,37 @@ +# Victoria, Ragnar Backend. + +Ragnar is just a bot able to recognize spam. To remember stuff it has A persistant xmlrpc backend called Victoria. + +## Register Spammer + +This works with the native Python3 already installed on your system. Just execute Python3 and type: +```python +from xmlrpc.client import ServerProxy +victoria = ServerProxy("https://victoria.molodetz.nl/rpc") +victoria.register_spammer("[The Username]") +``` +Now the user isn't able to post anymore. Only works with new users to prevent abuse. + + + + + + + + + + + + + + + + + + + + + + + +