diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-28 11:44:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-28 11:44:28 -0700 |
| commit | e4d1c2848601d792ce16eee50222abeb23b77c11 (patch) | |
| tree | 4392f43c252c6686bf28b86877f184f2d480fe41 /groups.py | |
Diffstat (limited to 'groups.py')
| -rw-r--r-- | groups.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/groups.py b/groups.py new file mode 100644 index 0000000..0020bbf --- /dev/null +++ b/groups.py @@ -0,0 +1,9 @@ +# Groups as they appear on Kpopping +PULL_GROUPS = [ + +] + +# for each groups skip these member ids, get the member id via the url on kpopping +EXCLUSIONS = { + "GROUP_NAME": ["MEMBER_ID"] +} |
