Kumi
8a31063bb2
This major overhaul shifts the project's focus from serving RSS feeds to reporting content within the Matrix ecosystem. Key changes include: - Renaming from Matrix-RSSBot to Matrix-ReportBot, aligning the project with its new purpose. - Removal of RSS related functionalities and incorporation of report handling capabilities, facilitating automated content reporting and monitoring in Matrix rooms. - Introduction of new dependencies and configurations specific to the report handling features. - Updating service configurations to ensure compatibility with the bot's new functionality. This transformation addresses the need for a specialized tool in the Matrix community for managing and automating content reports, enhancing moderation efficiency and response time.
15 lines
No EOL
262 B
Desktop File
15 lines
No EOL
262 B
Desktop File
[Unit]
|
|
Description=ReportBot
|
|
Requires=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=reportbot
|
|
Group=reportbot
|
|
WorkingDirectory=/opt/reportbot
|
|
ExecStart=/opt/reportbot/.venv/bin/python3 -um reportbot
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |