system-config/tools/invite2summit
Stefano Maffulli 80875944b7 Adds the script used to send summit invitations to ATC
Change-Id: If67bdf6099067e96dc168027db6e8f5ee7e4b4cb
Closes-Bug: #1243930
2013-10-23 15:57:48 -07:00
..
README Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
atc_sample.csv Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
codes_sample.csv Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
sample.atc.csv Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
send.py Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00
settings.py.sample Adds the script used to send summit invitations to ATC 2013-10-23 15:57:48 -07:00

README

It sends codes from codes.csv to ATCs in atc.csv and outputs a csv file
with which name corresponds to which code.

You use it like this:

- Copy settings.py.sample to settings.py
- Update values in settings.py, especially EMAIL_USER, EMAIL_FROM,
EMAIL_SIGNATURE and EMAIL_PASSWORD
- Run a test with "python send.py atc_sample.csv codes_sample.csv"

Should work on stock Ubuntu. 

When ready, run the real thing with:

$ python send.py atc.csv codes.csv > sent.csv