mirror of
https://github.com/PC-Admin/matrix-moderation-tool.git
synced 2024-12-19 23:20:26 -05:00
move one touch reporting section back to README.md
This commit is contained in:
parent
c8e96bf82d
commit
612f67dd70
27
README.md
27
README.md
@ -117,3 +117,30 @@ This script can automatically load and block/purge abusive rooms from rdlist, ma
|
|||||||
If you are running a public server, please dm me at [@michael:perthchat.org](https://matrix.to/#/@michael:perthchat.org) and I can invite you to the 'Legion of Janitors' room.
|
If you are running a public server, please dm me at [@michael:perthchat.org](https://matrix.to/#/@michael:perthchat.org) and I can invite you to the 'Legion of Janitors' room.
|
||||||
|
|
||||||
For more information on rdlist related function consult the [support document](./docs/rdlist_functions.md).
|
For more information on rdlist related function consult the [support document](./docs/rdlist_functions.md).
|
||||||
|
|
||||||
|
|
||||||
|
***
|
||||||
|
## One-touch Reporting
|
||||||
|
|
||||||
|
WARNING: This section is under heavy development and shouldn't be used by anyone!!!
|
||||||
|
|
||||||
|
This script can automatically generate reports about user accounts for law enforcement.
|
||||||
|
|
||||||
|
It collects as much data about the target user account as possible, then packages it into an encrypted ZIP file that can be shared:
|
||||||
|
```
|
||||||
|
|
||||||
|
Please enter a number from the above menu, or enter 'q' or 'e' to exit.
|
||||||
|
|
||||||
|
150
|
||||||
|
|
||||||
|
Please enter the username to automatically generate a report: pedobear
|
||||||
|
|
||||||
|
...
|
||||||
|
|
||||||
|
Report generated successfully on user: "pedobear"
|
||||||
|
|
||||||
|
You can send this .zip file and password when reporting a user to law enforcement.
|
||||||
|
|
||||||
|
.zip file location: ./reports/pedobear_2023-07-23_02-21-56.zip
|
||||||
|
.zip file size: 0.503927 MB
|
||||||
|
```
|
||||||
|
@ -170,30 +170,3 @@ The following users were current members of rooms tagged in rdlist: ['@***REDACT
|
|||||||
Do you want to also deactivate all these accounts that were kicked from rdlist rooms? y/n?
|
Do you want to also deactivate all these accounts that were kicked from rdlist rooms? y/n?
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
***
|
|
||||||
## One-touch Reporting
|
|
||||||
|
|
||||||
WARNING: This section is under heavy development and shouldn't be used by anyone!!!
|
|
||||||
|
|
||||||
This script can automatically generate reports about user accounts for law enforcement.
|
|
||||||
|
|
||||||
It collects as much data about the target user account as possible, then packages it into an encrypted ZIP file that can be shared:
|
|
||||||
```
|
|
||||||
|
|
||||||
Please enter a number from the above menu, or enter 'q' or 'e' to exit.
|
|
||||||
|
|
||||||
150
|
|
||||||
|
|
||||||
Please enter the username to automatically generate a report: pedobear
|
|
||||||
|
|
||||||
...
|
|
||||||
|
|
||||||
Report generated successfully on user: "pedobear"
|
|
||||||
|
|
||||||
You can send this .zip file and password when reporting a user to law enforcement.
|
|
||||||
|
|
||||||
.zip file location: ./reports/pedobear_2023-07-23_02-21-56.zip
|
|
||||||
.zip file size: 0.503927 MB
|
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user