Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.09 KB

CCT create_user_script

This is used for automatically creating Email accounts on http://kas.all-inkl.com

Requirements

  • Python 2
  • Selenium 3.4.1
  • retrying 1.3.3
  • geckodriver 0.16.0
  • Firefox

To install the requirements type pip install -r requirements.txt.

You can get geckodriver here and add geckodriver to PATH. To do this move the geckodriver file to /usr/local/bin.

You also need a config.py file which includes the allinkl_username, allinkl_pw and the email_pw of [email protected]. You can just rename config.sample.py and fill in the fields.

$ cp config.sample.py config.py

You also need a csv file named interessenten.csv. You can again just rename to interessenten.sample.csv.

$ cp interessenten.sample.csv interessenten.csv.

The format should be first_name,last_name,email_address. One row per user you want to create.

Output

A output.txt file with all the resulting emails for easy copy-pasting into KAS. Just copy and paste it into the right mailing lists (e.g. [email protected] or [email protected]).