File tree Expand file tree Collapse file tree 3 files changed +527
-1
lines changed
Expand file tree Collapse file tree 3 files changed +527
-1
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 python-version : ' 3.x'
1919 - name : Install black
20- run : pip install black
20+ run : pip install black==25.12.0
2121 - name : Run black
2222 run : black --check -l 80 .
Original file line number Diff line number Diff line change 1+ # Listmonk syncing script
2+
3+ ** NOTE** : This repo is currently not the live copy, but will be soon.
4+
5+ This script keeps attendee registration data in sync with our
6+ listmonk instance.
7+
8+ When people register for the event they make a choice of what email they
9+ want:
10+
11+ * Logistics about this event (not optional)
12+ * Announcements (including future events) [ optional]
13+ * Sponsor offers [ optional]
14+
15+ This takes that data and populates the various lists in listmonk.
16+
17+ ## A note on unsubscribes
18+
19+ If people unsubscribe from a list, they still show up in the API as "on" that
20+ list, so we never have to worry about accidentally adding someone to a list
21+ they have unsubscribed from.
You can’t perform that action at this time.
0 commit comments