Script dem Docker angepasst
This commit is contained in:
parent
a83ab59f06
commit
1df60e7f9a
@ -5,9 +5,9 @@ Aufruf: python3 nox-forum-watcher.v1.py
|
|||||||
Autor: Patrick Asmus
|
Autor: Patrick Asmus
|
||||||
Web: https://www.media-techport.de
|
Web: https://www.media-techport.de
|
||||||
Git-Reposit.: https://git.media-techport.de/scriptos/nox-forum-watcher.git
|
Git-Reposit.: https://git.media-techport.de/scriptos/nox-forum-watcher.git
|
||||||
Version: 1.1
|
Version: 1.1.1
|
||||||
Datum: 21.03.2024
|
Datum: 21.03.2024
|
||||||
Modifikation: Link zum Beitrag im E-Mail-Body hinzugefügt
|
Modifikation: Script dem Docker angepasst
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
@ -20,7 +20,7 @@ import time
|
|||||||
smtp_server = 'smtp.media-techport.int'
|
smtp_server = 'smtp.media-techport.int'
|
||||||
smtp_port = 25
|
smtp_port = 25
|
||||||
absender_email = 'noreply@media-techport.de'
|
absender_email = 'noreply@media-techport.de'
|
||||||
empfaenger_email = 'system@media-techport.de'
|
empfaenger_email = ''
|
||||||
|
|
||||||
# URL des Forums
|
# URL des Forums
|
||||||
url = "https://forum.nox.to/index.php?thread/133929-gutschein-angebote/"
|
url = "https://forum.nox.to/index.php?thread/133929-gutschein-angebote/"
|
||||||
|
Loading…
Reference in New Issue
Block a user