diff --git a/pantalaimon_first_login.py b/get_access_token.py similarity index 100% rename from pantalaimon_first_login.py rename to get_access_token.py diff --git a/pantalaimon.example.conf b/pantalaimon.example.conf deleted file mode 100644 index 5cc48fd..0000000 --- a/pantalaimon.example.conf +++ /dev/null @@ -1,5 +0,0 @@ -[Homeserver] -Homeserver = https://example.com -ListenAddress = localhost -ListenPort = 8010 -IgnoreVerification = True \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f4f0639..86fbf63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ classifiers = [ dependencies = [ "matrix-nio", - "pantalaimon", "setuptools", "markdown2", ] diff --git a/reportbot-pantalaimon.service b/reportbot-pantalaimon.service deleted file mode 100644 index 9848d78..0000000 --- a/reportbot-pantalaimon.service +++ /dev/null @@ -1,15 +0,0 @@ -[Unit] -Description=Pantalaimon for ReportBot -Requires=network.target - -[Service] -Type=simple -User=reportbot -Group=reportbot -WorkingDirectory=/opt/reportbot -ExecStart=/opt/reportbot/venv/bin/python3 -um pantalaimon.main -c pantalaimon.conf -Restart=always -RestartSec=10 - -[Install] -WantedBy=multi-user.target \ No newline at end of file