Hi! With this you can edit the emails from the integralis Kide list to the majordomo mailing list.
Press on the <> code button and select Download ZIP.
Unzip the directory and open it through a terminal. (VS Code can be used as well)
-
Copy all emails from Majordomo and paste them in
current_emails.txt -
Get the Integralis members from admin.kide.app page, sections: Member management > Integralis Ry > Members > Valid.
-
At the bottom of the page click
Download to Excel(All information, or preferrably,email address) -
Add the downloaded file to the directory with the name
all_members.xlsx -
Copy and run the command according to your system from the commands section.
Copy and paste the following in your terminal:
Linux/Mac:
python -m venv venv && venv/bin/pip install -r requirements.txt && venv/bin/python add_members.pyWindows:
python -m venv venv; venv\Scripts\pip install -r requirements.txt; venv\Scripts\python add_members.py