threadkiller 3.0.1__tar.gz → 3.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.forgejo/workflows/build-container-image-v.yaml +3 -3
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.forgejo/workflows/build-package.yaml +2 -2
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.forgejo/workflows/test-package.yaml +2 -2
- threadkiller-3.0.2/.media/icon.svg +30 -0
- threadkiller-3.0.2/.vscode/settings.json +8 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/Containerfile +1 -1
- {threadkiller-3.0.1 → threadkiller-3.0.2}/PKG-INFO +3 -3
- {threadkiller-3.0.1 → threadkiller-3.0.2}/pyproject.toml +3 -3
- threadkiller-3.0.1/.vscode/settings.json +0 -10
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.containerignore +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.editorconfig +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.gitignore +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/.gitignore +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/codeStyles/Project.xml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/codeStyles/codeStyleConfig.xml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/discord.xml +0 -0
- {threadkiller-3.0.1/.media → threadkiller-3.0.2/.idea}/icon.svg +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/inspectionProfiles/Project_Default.xml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/jsonSchemas.xml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/misc.xml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/modules.xml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/threadkiller.iml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.idea/vcs.xml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.media/icon-512.png +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/.vscode/extensions.json +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/LICENSE.txt +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/compose.yml +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/threadkiller/__init__.py +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/threadkiller/__main__.py +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/threadkiller/config.py +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/threadkiller/handlers.py +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/threadkiller/strings.py +0 -0
- {threadkiller-3.0.1 → threadkiller-3.0.2}/uv.lock +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
%YAML 1.1
|
|
2
2
|
---
|
|
3
|
-
name: "Build and push container image
|
|
3
|
+
name: "Build and push container image"
|
|
4
4
|
|
|
5
5
|
"on":
|
|
6
6
|
push:
|
|
7
7
|
tags:
|
|
8
|
-
-
|
|
8
|
+
- "v*"
|
|
9
9
|
|
|
10
10
|
jobs:
|
|
11
11
|
build:
|
|
12
|
-
name: "Build and push container image
|
|
12
|
+
name: "Build and push container image"
|
|
13
13
|
runs-on: default
|
|
14
14
|
|
|
15
15
|
steps:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
%YAML 1.1
|
|
2
2
|
---
|
|
3
|
-
name: "Test the package
|
|
3
|
+
name: "Test the package"
|
|
4
4
|
|
|
5
5
|
"on":
|
|
6
6
|
push:
|
|
@@ -13,7 +13,7 @@ name: "Test the package using uv and pytest"
|
|
|
13
13
|
|
|
14
14
|
jobs:
|
|
15
15
|
test:
|
|
16
|
-
name: "
|
|
16
|
+
name: "Test the package"
|
|
17
17
|
runs-on: default
|
|
18
18
|
|
|
19
19
|
env:
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg viewBox="0 0 512.0 512.0" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<svg height="100.0%" version="1.1" viewBox="0 0 512 512" width="100.0%" x="0.0%" xmlns="http://www.w3.org/2000/svg" y="0.0%">
|
|
4
|
+
<defs color-interpolation-filters="sRGB">
|
|
5
|
+
<linearGradient gradientUnits="userSpaceOnUse" id="night-gradient" x2="512" y1="512">
|
|
6
|
+
<stop offset="0%" stop-color="#051636"/>
|
|
7
|
+
<stop offset="30%" stop-color="#001953"/>
|
|
8
|
+
<stop offset="65%" stop-color="#001A69"/>
|
|
9
|
+
<stop offset="100%" stop-color="#011256"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
</defs>
|
|
12
|
+
<rect class="background" fill="url(#night-gradient)" height="100%" width="100%"/>
|
|
13
|
+
</svg>
|
|
14
|
+
<svg filter="url(#emblematic-compose-shadow)" height="63.0%" preserveAspectRatio="xMidYMid meet" viewBox="0 0 512 512" width="63.0%" x="18.5%"
|
|
15
|
+
xmlns="http://www.w3.org/2000/svg" y="18.5%">
|
|
16
|
+
<!--! Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2024 Fonticons, Inc. -->
|
|
17
|
+
<path
|
|
18
|
+
d="M205 34.8c11.5 5.1 19 16.6 19 29.2l0 64 112 0c97.2 0 176 78.8 176 176c0 113.3-81.5 163.9-100.2 174.1c-2.5 1.4-5.3 1.9-8.1 1.9c-10.9 0-19.7-8.9-19.7-19.7c0-7.5 4.3-14.4 9.8-19.5c9.4-8.8 22.2-26.4 22.2-56.7c0-53-43-96-96-96l-96 0 0 64c0 12.6-7.4 24.1-19 29.2s-25 3-34.4-5.4l-160-144C3.9 225.7 0 217.1 0 208s3.9-17.7 10.6-23.8l160-144c9.4-8.5 22.9-10.6 34.4-5.4z"
|
|
19
|
+
fill="#85C3FF"/>
|
|
20
|
+
<defs>
|
|
21
|
+
<filter color-interpolation-filters="sRGB" id="emblematic-compose-shadow">
|
|
22
|
+
<feFlood flood-color="#010828" flood-opacity="0.5" in="SourceGraphic" result="flood"/>
|
|
23
|
+
<feGaussianBlur in="SourceGraphic" result="blur" stdDeviation="24.0"/>
|
|
24
|
+
<feOffset dx="-4.0" dy="8.0" in="blur" result="offset"/>
|
|
25
|
+
<feComposite in="flood" in2="offset" operator="in" result="shadow"/>
|
|
26
|
+
<feComposite in="SourceGraphic" in2="shadow" operator="over" result="image"/>
|
|
27
|
+
</filter>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
30
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: threadkiller
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2
|
|
4
4
|
Summary: Telegram bot to delete messages sent outside of threads
|
|
5
|
-
Project-URL:
|
|
5
|
+
Project-URL: Source, https://g.starshard.space/steffo/threadkiller
|
|
6
6
|
Project-URL: Issues, https://g.starshard.space/steffo/threadkiller/issues
|
|
7
7
|
Project-URL: Documentation, https://g.starshard.space/steffo/threadkiller/wiki/?action=_pages
|
|
8
8
|
Project-URL: Telegram, https://t.me/the_threadkiller_bot?startgroup=yes
|
|
@@ -12,6 +12,7 @@ License-Expression: EUPL-1.2
|
|
|
12
12
|
License-File: LICENSE.txt
|
|
13
13
|
Keywords: chat-moderation,chat-threads,python-telegram-bot,telegram,telegram-bot
|
|
14
14
|
Classifier: Development Status :: 5 - Production/Stable
|
|
15
|
+
Classifier: Environment :: No Input/Output (Daemon)
|
|
15
16
|
Classifier: Intended Audience :: System Administrators
|
|
16
17
|
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
|
|
17
18
|
Classifier: Natural Language :: English
|
|
@@ -19,7 +20,6 @@ Classifier: Operating System :: OS Independent
|
|
|
19
20
|
Classifier: Programming Language :: Python :: 3
|
|
20
21
|
Classifier: Programming Language :: Python :: 3.14
|
|
21
22
|
Classifier: Topic :: Communications :: Chat
|
|
22
|
-
Classifier: Typing :: Typed
|
|
23
23
|
Requires-Python: >=3.14
|
|
24
24
|
Requires-Dist: cfig[cli]>=0.3.10
|
|
25
25
|
Requires-Dist: python-telegram-bot>=22.8
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "threadkiller"
|
|
3
|
-
version = "3.0.
|
|
3
|
+
version = "3.0.2"
|
|
4
4
|
description = "Telegram bot to delete messages sent outside of threads"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Stefano Pigozzi", email = "me@steffo.eu" },
|
|
@@ -22,11 +22,11 @@ classifiers = [
|
|
|
22
22
|
"Intended Audience :: System Administrators",
|
|
23
23
|
"Programming Language :: Python :: 3",
|
|
24
24
|
"Programming Language :: Python :: 3.14",
|
|
25
|
+
"Environment :: No Input/Output (Daemon)",
|
|
25
26
|
"License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)",
|
|
26
27
|
"Natural Language :: English",
|
|
27
28
|
"Operating System :: OS Independent",
|
|
28
29
|
"Topic :: Communications :: Chat",
|
|
29
|
-
"Typing :: Typed",
|
|
30
30
|
]
|
|
31
31
|
|
|
32
32
|
requires-python = ">=3.14"
|
|
@@ -39,7 +39,7 @@ dependencies = [
|
|
|
39
39
|
threadkiller = "threadkiller.__main__:main"
|
|
40
40
|
|
|
41
41
|
[project.urls]
|
|
42
|
-
|
|
42
|
+
Source = "https://g.starshard.space/steffo/threadkiller"
|
|
43
43
|
Issues = "https://g.starshard.space/steffo/threadkiller/issues"
|
|
44
44
|
Documentation = "https://g.starshard.space/steffo/threadkiller/wiki/?action=_pages"
|
|
45
45
|
Telegram = "https://t.me/the_threadkiller_bot?startgroup=yes"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|