Compare commits

...

2 Commits

Author SHA1 Message Date
socrates
eb69935ede added kill-chrome 2023-12-11 11:00:34 +01:00
socrates
0afc41c178 added kill-chrome-script 2023-12-11 11:00:04 +01:00
3 changed files with 7 additions and 2 deletions

6
kill-chrome Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
ps -ef | grep chromium | grep -v grep | awk '{print $2}' | xargs kill -9
ps -ef | grep chromedriver | grep -v grep | awk '{print $2}' | xargs kill -9
ps -ef | grep Xvfb | grep -v grep | awk '{print $2}' | xargs kill -9

1
parser.py Normal file → Executable file
View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python3
from distutils.debug import DEBUG
import json, os, smtplib, ssl, logging
from openpyxl.cell.read_only import ReadOnlyCell
from pyvirtualdisplay import Display

View File

@@ -8,7 +8,7 @@
"smtp_port": "587",
"smtp_password": "gkrybqzhzkkggbrh",
"smtp_user": "sockenklaus@gmail.com",
"email_recipient": "behr@bodelschwingh.com, koenig@bodelschwingh.com",
"email_recipient": "koenig@bodelschwingh.com, behr@bodelschwingh.com",
"max_col": 100,
"__max_row": 25