Skip to content

Instantly share code, notes, and snippets.

View Steven1677's full-sized avatar
🎯
Focusing

Quanwen Chen Steven1677

🎯
Focusing
  • UK
  • 02:29 (UTC +01:00)
View GitHub Profile
import csv
import re
import win32com.client as client
def get_gal():
outlook = client.Dispatch('Outlook.Application')
entries = outlook.Session.GetGlobalAddressList().AddressEntries
gal = []
for entry in entries:
[Unit]
Description=Execute /etc/rc.local through systemd
[Service]
Type=oneshot
ExecStart=/etc/rc.local
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes