-
Notifications
You must be signed in to change notification settings - Fork 0
/
dude.py
executable file
·673 lines (583 loc) · 25.4 KB
/
dude.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# possible input mail adresses:
# ${internal} => [email protected]
# ${[email protected]} => [email protected]
from string import Template
import argparse
import configparser
import datetime
import subprocess
import re
import smtplib
import getpass
import tempfile
import locale
import urllib.request
import sys
import os
import socket
from email.mime.multipart import MIMEMultipart
from email.mime.text import MIMEText
import ldap
__version__ = "v4.1.2"
MATHPHYS_LDAP_ADDRESS = "ldap1.mathphys.stura.uni-heidelberg.de"
MATHPHYS_LDAP_BASE_DN = "ou=People,dc=mathphys,dc=stura,dc=uni-heidelberg,dc=de"
locale.setlocale(locale.LC_TIME, 'de_DE')
# define common mail lists and aliases
LIST_USERS = {
"intern": "Liebe Fachschaft",
"fsr": "Liebe Fachschaftsräte",
"fsinformatik": "Liebe Fachschaft",
"fsphysik": "Liebe Fachschaft",
"fsmathematik": "Liebe Fachschaft",
"fsmathinf": "Liebe Fachschaft",
"fsrphysik": "Liebe Fachschaftsräte",
"fsrmathematik": "Liebe Fachschaftsräte",
"fsrmathinf": "Liebe Fachschaftsräte",
"infostudkom": "Liebes Mitglied der Studienkommission Informatik",
"tistudkom": "Liebes Mitglied der Studkom TI",
"mathstudkom": "Liebe MathStudKomLerInnen",
"mathestudkom": "Liebe MathStudKomLerInnen",
"physstudkom": "Liebe Mitglied der Studkom Physik",
"physikstudkom": "Liebe Mitglied der Studkom Physik",
"studkomphysik": "Liebe Mitglied der Studkom Physik",
"scstudkom": "Liebe Mitglied der Studkom SciCom",
"mathfakrat": "Liebes Mitglied des MatheInfo-Fakrats",
"fakratmathinf": "Liebes Mitglied des MatheInfo-Fakrats",
"physfakrat": "Liebes Mitglied des Physik-Fakrats",
"fakratphys": "Liebes Mitglied des Physik-Fakrats",
"fakratphysik": "Liebes Mitglied des Physik-Fakrats",
"ruth": "Liebe Roots mit Ahnung von Technik",
"root": "Liebe Roots mit Ahnung von Technik",
"akfest": "Liebes Mitglied der AK-Fest Liste",
"vertagt": "Liebe SiMo",
"simo": "Liebe SiMo",
"social": "Liebes Social-Team",
"schluesselinhaber": "Liebe/r Bewohner/in des Fachschaftsraums",
"finanzen": "Sehr geehrte Menschen mit Ahnung der vielen Goldbarren",
"vorkurs": "Lieber AK Vorkurs",
}
vorlage = Template(r"""% !TEX program = pdflatex
% !TEX encoding = UTF-8
% !TEX spellcheck = de_DE
\documentclass[11pt, fachschaft=mathphys,twosided=true]{mathphys/mathphys-article}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
\usepackage{eurosym}
\usepackage{booktabs}
\renewcommand\thesection{TOP \arabic{section}:}
\renewcommand*\thesubsection{TOP \arabic{section}.\arabic{subsection}:}
\renewcommand\contentsname{Tagesordnung}
\newenvironment{antrag}{\begin{quote}\begin{itshape}}{\end{itshape}\end{quote}}
\usepackage{hyperref}
%-------------------------------------------------
% Konsensvorlagen (ggf. anpassen!)
%-------------------------------------------------
\newcommand{\konsens}[1]{In der Fachschaftssitzung MathPhysInfo, sowie in den anwesenden Fachschaftsräten, besteht Konsens ohne Bedenken.\\} % immer die Anzahl der Anwesenden anpassen!
\newcommand{\konsensLB}[1]{In der Fachschaftssitzung MathPhysInfo, sowie in den anwesenden Fachschaftsräten, besteht Konsens mit leichten Bedenken.\\} % immer die Anzahl der Anwesenden anpassen!
\newcommand{\konsensE}[1]{In der Fachschaftssitzung MathPhysInfo, sowie in den anwesenden Fachschaftsräten, besteht Konsens mit Enthaltung.\\} % immer die Anzahl der Anwesenden anpassen!
\newcommand{\konsensFsrPhys}{Die Fachschaftsratssitzung Physik entscheidet einstimmig, den Beschluss entsprechend der Entscheidung der Fachschaftssitzung MathPhysInfo umzusetzen.\\}
% \newcommand{\konsensFsrMathe}{Die Fachschaftsratssitzung Mathematik entscheidet einstimmig, den Beschluss entsprechend der Entscheidung der Fachschaftssitzung MathPhysInfo umzusetzen.\\}
\newcommand{\konsensFsrInfo}{Die Fachschaftsratssitzung Informatik entscheidet einstimmig, den Beschluss entsprechend der Entscheidung der Fachschaftssitzung MathPhysInfo umzusetzen.\\}
\setlength{\parindent}{0pt}
\setlength{\parskip}{1em}
\begin{document}
\date{\vspace{-2em} $datum \vspace{-1em}} % Datum ersetzen
\title{\vspace{-2em}Vorläufiges Protokoll der Fachschaftssitzung MathPhysInfo}
\maketitle
\begin{tabbing}
\textbf{Sitzungsmoderation:}\quad\=Kai-Uwe \\% SiMo einfügen
\textbf{Protokoll:}\> Max Müller \\% Protokoll einfügen
\textbf{Beginn:}\>18:15 Uhr\\
\textbf{Ende:}\>xx:xx Uhr\\ % Sitzungsende einfügen
\end{tabbing}
\section{Begrüßung}
Die Sitzungsmoderation begrüßt die anwesenden Mitglieder der Studienfachschaften Mathematik, Physik und Informatik und eröffnet so die Fachschaftsvollversammlung der Studienfachschaften Mathematik, Physik und Informatik.
\section{Feststellung der Beschlussfähigkeiten}
Fachschaftsrat Physik, Mathe und Informatik sind alle Beschlussfähig.
\section{Beschluss des Protokolls der letzten Sitzung}
\begin{antrag}
Annahme des Protokolls vom xx. Monat 2019. \\% Datum einfügen
\end{antrag}
\konsensE{}
\section{Feststellen der Tagesordnung}
\begin{antrag}
Die Tagesordnung wird in der vorliegenden Form angenommen.
\end{antrag}
\konsens{}
\section{Sitzungsmoderation für die nächste Sitzung}
Die Sitzungsmoderation für die Fachschaftssitzung MathPhysInfo der nächsten Woche wird von xxx übernommen. % SiMo nachste Woche einfugen
%%%% Achte ab hier darauf, dass Dopplungen der Standard TOPs gelöscht werden. %%%%
$sections
\emph{Die Sitzungmoderation schließt die Sitzung um xx:xx Uhr.}
\end{document}
""")
class Protocol(object):
"""reads in the protocol and processes it"""
def __init__(self, args):
# validate filename as protocol (yyyy-mm-dd) and .txt
self.args = args
self.path = args.infile
print('\nProtokoll "{}" wird bearbeitet ..\n'.format(self.path))
if "http" in self.path:
self.protocol = self.download_protocol(self.path)
splitted = self.path.split("/")
self.path = splitted[len(splitted)-1]+'.txt'
else:
with open(self.path, "r") as file:
self.protocol = file.read().splitlines()
self.tops = []
self.mails_sent = False
self.unknown = []
def check_dude(self) -> bool:
return ":Protocoldude:" in self.protocol[0]
def check_path(self) -> bool:
"""
Checks the input file name for a valid date and type .txt
"""
# year = path[0:4].isnumeric()
# month = path[5:7].isnumeric()
# date = path[8:9].isnumeric()
# name = year and month and date and path[4] is "-" and path[7] is "-"
#
# if not path.endswith(".txt"):
# raise Exception(
# "Der Dateipfad führt nicht zu einem Sitzungsprotokoll oder du schaust besser nochmal über den Filenamen!"
# )
# return True
filename_match = re.match("^20\d{2}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]).txt{1}$", self.path)
if not os.path.isfile(self.path):
raise FileNotFoundError("Der Dateipfad führt nicht zu einem Sitzungsprotokoll!")
while not filename_match:
print("Den Dateipfad {} solltest du in das Datum der Sitzung ändern! Das sollte dann so aussehen: yyyy-mm-dd.txt".format(self.path))
new_path = input("Bitte gib den korrekten Dateinamen an: ")
filename_match = re.match("^20\d{2}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01]).txt{1}$", new_path)
os.rename(self.path, new_path)
self.path = new_path
return True
def download_protocol(self, url, save_path=""):
"""
Downloads a protocol
URL: The URL to download the Protocol from
"""
export_suffix = ""
if "pad" in url:
export_suffix = "/export/txt"
# if "notes" in url:
# import kerberos
# __, krb_context = kerberos.authGSSClientInit("chris")
# kerberos.authGSSClientStep(krb_context, getpass.getpass(prompt="Passwort für deinen Account: "))
# kerberos.authGSSClientStep(krb_context, "")
# negotiate_details = kerberos.authGSSClientResponse(krb_context)
# headers = {"Authorization": "Negotiate " + negotiate_details}
# print(headers)
if not save_path:
save_path = tempfile.NamedTemporaryFile()
urllib.request.urlretrieve(url+export_suffix, save_path.name)
with save_path.file as f:
protocol = [line.decode("utf-8") for line in f.read().splitlines()]
print(save_path.name)
return protocol
else:
urllib.request.urlretrieve(url, save_path)
def get_tops(self):
"""separate the given protocol in several TOPs from '===' to '==='"""
title_lines = []
for i in range(len(self.protocol) - 2):
line_a = self.protocol[i]
line_b = self.protocol[i + 2]
if line_a.startswith("===") and line_b.startswith("==="):
title_lines.append(i)
title_lines.append(len(self.protocol) + 1)
for i in range(len(title_lines) - 1):
begin = title_lines[i]
end = title_lines[i+1] - 1
top = TOP(i + 1, begin, end, self.protocol, self.args)
self.tops.append(top)
def rename_title(self):
"""Adjust TOP title type setting"""
for top in self.tops:
top.rename()
def get_users(self):
for top in self.tops:
top.get_user()
self.unknown = top.get_mails()
def send_mails(self):
if sum([len(top.mails) for top in self.tops])==0:
return
try:
try:
server = smtplib.SMTP("mail.mathphys.stura.uni-heidelberg.de", 25, timeout=3)
except socket.timeout as _:
success = False
while not success:
try:
server = smtplib.SMTP("mail.urz.uni-heidelberg.de", 587)
server.starttls()
username = input("Uni ID für den Mailversand: ")
prompt = "Passwort für {}: ".format(username)
server.login(username, getpass.getpass(prompt=prompt))
success = True
except smtplib.SMTPAuthenticationError:
print("\nDu hast die falschen Anmeldedaten eingegeben!")
print("Bitte versuche es noch einmal:")
mailcount = 0
print(len(self.tops))
for top in self.tops:
mailcount += top.send_mail(server)
server.quit()
self.mails_sent = True
if mailcount == 1:
print("\nEs wurde erfolgreich eine Mail versendet!\n")
else:
print("\nEs wurden erfolgreich {} Mails verschickt.\n".format(mailcount))
# if self.unknown:
# print("An folgende Nutzer konnte aus unerklärlichen Gründen keine Mail versandt werden:")
# for user in self.unknown:
# print(" - {}".format(user))
except Exception as exception:
print(exception)
print("\nMails konnten nicht verschickt werden.")
def write_success(self):
if self.mails_sent:
now = datetime.datetime.now()
self.protocol.insert(
0,
":Protocoldude: Mails versandt @ {}".format(
now.strftime("%H:%M %d.%m.%Y")
),
)
self.protocol.insert(1, "\n")
with open(self.path, "w") as file:
file.write("\n".join(self.protocol) + "\n")
def svn_interaction(self):
# TODO: more specific exception handling
try:
subprocess.run(["svn", "up"], check=True)
subprocess.run(["svn", "add", "{}".format(self.path)], check=True)
if not self.args.disable_tex:
subprocess.run(["svn", "add", "{}".format(self.path[:-3] + "tex")], check=True)
subprocess.run(
[
"svn",
"commit",
"-m",
"Protokoll der {} hinzugefügt".format(self.args.mail_subject_prefix),
],
check=True,
)
print(
"Protokoll bearbeitet und in den Sumpf geschrieben.\n Für heute hast du's geschafft!"
)
except:
print(
"Konnte SVN Update nicht durchführen. \n Das musst Du irgendwie von Hand reparieren mit 'svn cleanup' oder so."
)
print("Das Protokoll wurde trotzdem bearbeitet und gespeichert.")
def official(self):
"""
Create official protocol as yyy-mm-dd.tex file. Use the TOP titles as section names.
"""
date = datetime.datetime.strptime(self.path.split(".")[0], "%Y-%m-%d").strftime("%d. %B %Y")
section = ""
for top in self.tops[:]:
top.title.title_text = top.title.title_text.replace("&", "\\&")
section += "\\section{" + top.title.title_text[top.title.title_text.find(":")+2:] + "}\n\n"
einladung = vorlage.substitute(datum= date, sections= section)
with open((self.path[:-4] + '.tex'), 'w') as f:
f.write(einladung)
def remind(self):
for line in self.protocol[:5]:
if "protokoll" in line.lower():
user = re.findall(r"\$\{(.*?)\}", line)[0]
if len(extract_mails(ldap_search([user], [])))>0:
mail = extract_mails(ldap_search([user], []))[0]
server = smtplib.SMTP("mail.mathphys.stura.uni-heidelberg.de", 25)
msg = MIMEMultipart()
msg["From"] = self.args.from_address
msg["To"] = mail
msg["Subject"] = "Du bist dran: Protokoll offizialisieren"
body = "Vielen Dank, dass du in der letzten Sitzung das Protokoll geschrieben hast. Ganz fertig ist deine Aufgabe aber noch nicht: Du musst aus dem inoffiziellen Protokoll noch eine offizielle Version schreiben. Dazu wurde bereits eine Vorlage erstellt, die du nur noch mit Inhalt füllen musst. Du findest sie im Sumpf unter: {}\n\nViele Grüße, Dein SPAM-Skript.".format(self.path[:-4] + '.tex')
msg.attach(MIMEText(body, "plain"))
text = msg.as_string()
server.sendmail(self.args.from_address, mail, text)
server.quit()
print("Eine Erinnerung an den Protokollanten wurde erfolgreich verschickt!")
return
print("Eine Erinnerung an den Protokollanten konnte nicht verschickt werden. Denke selber dran, das offizielle Protokoll zu erstellen. Eine Vorlage liegt bereits in diesem Ordner.")
return
class TOP(Protocol):
"""
Separates the several TOPs out of one protocol and provides different
functions to further process the sections.
"""
def __init__(self, number: int, start: int, end: int, protocol, args):
self.args = args
self.number = number
self.start = start
self.end = end
self.users = []
self.unknown = []
self.mails = []
self.protocol = protocol
self.title = TOP_Title(start, start+3, self.protocol[start+1])
self.send = 0
def __str__(self):
return "\n".join(self.protocol[self.start:self.end])
def rename(self):
self.title.rename(self.number)
# apply the changes in the title to the protocol
title = self.title.list()
for p_index, t_index in zip(range(self.title.start, self.title.end), range(len(title))):
self.protocol[p_index] = title[t_index]
def get_user(self):
"""searches for all mentioned users in the TOP paragraph"""
users = []
for line in self.protocol[self.start:self.end]:
# check for mail address
adress = re.findall(r"\$\{(.*?)\}", line)
users += adress
self.users = list(set(users)) # remove duplicates
def get_mails(self):
mailinglistusers = []
print(self.title)
for k, user in enumerate(self.users):
# if user in LDAP oder LIST_USERS append valid mail to "mails"
# else wait for adjustet input or interruption
result = extract_mails(ldap_search([user], self.unknown)) # search remaining users in LDAP
if result:
self.mails.append(result[0])
elif user.lower() in LIST_USERS:
self.mails.append(user + "@mathphys.stura.uni-heidelberg.de")
elif re.match("[^@]+@[^@]+\.[^@]+", user):
if ' ' in user:
name = " ".join([u for u in user.split() if not '@' in u])
mail = [u for u in user.split() if '@' in u][0]
self.users[k] = name
self.mails.append(mail)
else: # user is valid mail address
self.users[k] = user.split('@')[0]
self.mails.append(user)
else:
new_name = user
while not result and new_name !='q': # loop until correct user or stopping condition entered
print('\n"{}" ist kein Nutzer und keine bekannte Mailing-Liste.'.format(new_name))
new_name = input("Bitte gib den korrektren Mailempfanger ein oder uberspringe mit 'q': ")
result = extract_mails(ldap_search([new_name], self.unknown)) # search remaining users in LDAP
if not result and user.lower() in LIST_USERS:
result = new_name + "@mathphys.stura.uni-heidelberg.de"
if result:
self.mails.append(result)
else:
self.unknown.append(user)
self.mails.append([])
# print("User: {} - Mail: {}\n".format(user, self.mails[k]))
print("\n")
return self.unknown
def send_mail(self, server) -> int:
for user, mail in zip(self.users, self.mails):
from_addr = self.args.from_address
msg = MIMEMultipart()
msg["From"] = from_addr
msg["To"] = mail
msg["Subject"] = self.args.mail_subject_prefix + " - " + self.title.title_text
if user.lower() in LIST_USERS:
body = LIST_USERS[user.lower()] + ",\n\n"
else:
body = "Hallo {},\n\n".format(user)
body += "Du sollst über irgendwas informiert werden. Im Sitzungsprotokoll steht dazu folgendes:\n\n{}\n\n\nViele Grüße, Dein SPAM-Skript.".format(self.__str__())
msg.attach(MIMEText(body, "plain"))
text = msg.as_string()
server.sendmail(from_addr, mail, text)
self.send +=1
print('Mail an "{}" zu {} gesendet.'.format(user, self.title.title_text))
return self.send
def ldap_search(users: list, unknown: list) -> list:
""" searches for a list of users in our ldap """
server = ldap.initialize("ldaps://" + MATHPHYS_LDAP_ADDRESS)
users_old = users
users = [(user, "(uid={})".format(user)) for user in users]
users = [(
user, server.search_s(
MATHPHYS_LDAP_BASE_DN,
ldap.SCOPE_SUBTREE,
query
)
) for user, query in users]
# Remove all users without query results
users = [user for user in users if user[1]]
non_found = [
old_user for old_user in users_old if old_user not in
[user[0] for user in users]
]
# if len(users) < len(users_old):
# userstring = "\"" + "\", \"".join(non_found) + "\""
# print(f"\nThe following user could not be found in the LDAP: {userstring}")
return users
def extract_mails(query: list) -> list:
""" extract mails from nonempty ldap queries """
mails = []
if query:
for user, result in query:
# dn = result[0]
if result:
attributes = result[0][1]
mails.append(attributes["mail"][0].decode("utf-8"))
# TODO: Implement select of alternatives
return mails
class TOP_Title:
def __init__(self):
self.start = -1
self.end = -1
self.title_text = ""
def __init__(self, start, end, title_text):
self.start = start
self.end = end
self.title_text = title_text
def __str__(self):
return_str = ""
if self.title_text:
length = len(self.title_text)
return_str = "=" * length
return_str += "\n" + self.title_text + "\n"
return_str += "=" * length
return return_str
def list(self):
return str(self).split("\n")
def rename(self, number):
if not re.search(r'(?i)TOP\s+\d+:', self.title_text):
self.title_text = "TOP {}: {}".format(number, self.title_text)
def main():
# comment to disables error messages
# sys.tracebacklimit = 0
parser = argparse.ArgumentParser(description='''
Der Protocoldude macht automagisch aus deinem schnell zusammen geschriebenen inoffiziellen Protokoll eine ansehnliche Version.
Außerdem werden auf seltsame Weise Erinnerungs-Maills versandt.
Gib dazu folgenden Befehl im Zielordner mit vorhandenem Protokoll ein:
$ python3 protocoldude.py yyyy-mm-dd.txt
Damit der ganze Spaß funktioniert, solltest du aber trotzdem ein paar Formalia beachten. Dazu gehören:
- Überschriften erfüllen die Form:
===
TOP: <name>
===
- Zu benachrichtigende Personen werden erwähnt:
${<intern>}
${<[email protected]>}
''',
epilog="Wer schlau ist, liest zwischen den Zeilen (oder im Code).")
parser.add_argument(
"infile",
metavar="<file>",
help="Pfad zum Protokoll. Die angegebene Datei muss folgende Benennung haben: 'yyyy-mm-dd.txt'",
)
parser.add_argument(
"--disable-svn",
help="Schaltet die SVN Interaktion ab.",
action="store_true",
dest="disable_svn",
)
parser.add_argument(
"--disable-tex",
help="Unterdruckt die Erstellung eines .tex Templates als offizielles Protokoll. So wird auch eine bereits existierende Datei nicht uberschrieben",
action="store_true",
dest="disable_tex",
)
parser.add_argument(
"--disable-path-checking",
help="Verhindert eine Überprüfung des angegebenen Dateinamens.",
action="store_true",
dest="disable_path_check",
)
parser.add_argument(
"--disable-mail",
help="Unterdrückt das Senden von Mails.",
action="store_true",
dest="disable_mail",
)
parser.add_argument(
"--enable-svn",
help="Schaltet die SVN Interaktion ein.",
action="store_false",
dest="disable_svn",
)
parser.add_argument(
"--enable-tex",
help="Erstelle eines .tex Templates als offizielles Protokoll.",
action="store_false",
dest="disable_tex",
)
parser.add_argument(
"--enable-path-checking",
help="Überprüfung des angegebenen Dateinamens",
action="store_false",
dest="disable_path_check",
)
parser.add_argument(
"--enable-mail",
help="Aktiviere das Senden von Mails.",
action="store_false",
dest="disable_mail",
)
parser.add_argument(
"--fromaddr",
help="Setze den Absender für die zu erstellenden Mails.",
action="store",
default="[email protected]",
dest="from_address",
)
parser.add_argument(
"--mail-subject",
help="Ändere den Betreff für die zu erstellenden Mails.",
action="store",
default="Gemeinsame Sitzung",
dest="mail_subject_prefix",
)
parser.add_argument(
"-v",
"--version",
help="Gib die Version an ohne das Programm auszuführen.",
action="version",
version=__version__,
)
if len(sys.argv)==1: # print help message if no arguments were given
parser.print_help(sys.stderr)
sys.exit(1)
if os.path.isfile('config.ini'):
config = configparser.ConfigParser()
config.read('config.ini')
defaults = dict(config['default'])
for key in defaults:
if defaults[key]=='True':
defaults.update({key: True})
elif defaults[key]=='False':
defaults.update({key: False})
parser.set_defaults(**defaults)
args = parser.parse_args()
protocol = Protocol(args)
if protocol.check_dude():
print("Das Protokoll wurde bereits gedudet.")
if input("Bist du sicher, dass du Leuten nochmal nervige SPAM Mails schicken willst? [j/N]") != "j":
return
if not args.disable_path_check:
protocol.check_path()
protocol.get_tops()
protocol.get_users()
protocol.rename_title()
if not args.disable_tex:
protocol.official()
else:
print("Keine .tex Datei als offizielle Protokollvorlage erstellt.")
if not args.disable_mail:
# protocol.remind()
protocol.send_mails()
else:
print("Mailversand nicht aktiviert!")
protocol.write_success()
if not args.disable_svn:
protocol.svn_interaction()
else:
print("Nichts ins SVN commited!")
if __name__ == "__main__":
main()