Add how-to-register-spammer-to-ragnar.md
This commit is contained in:
parent
a9be451e29
commit
487bf1e12c
37
how-to-register-spammer-to-ragnar.md
Normal file
37
how-to-register-spammer-to-ragnar.md
Normal file
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user