Compare commits
2 Commits
cc4f46abbd
...
eb69935ede
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb69935ede | ||
|
|
0afc41c178 |
6
kill-chrome
Executable file
6
kill-chrome
Executable 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
1
parser.py
Normal file → Executable 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user