16719714283,16719871218,16719879887,16719884549,16719884605,18082321433,16718887599,16718989469,16719296768,16719671695,16719711975,16719714283,16717971157,16717971314,16717971552,16717977235,16717979770,16718589354,16718640880,16717773862,16717775353,16717872818,16717873822,16717879046,16717884441,16717884538,16717274663,16717275305,16717277391,16717278987,16717471934,16717770479,16717773660,16716887212,16716887709,16716889677,16716899877,16717271925,16717271971,16717272277,16716874334,16716875106,16716876274,16716877704,16716878714,16716884318,16716494438,16716820811,16716860050,16716862829,16716864688,16716871951,16714866209,16714882275,16714882985,16714885857,16714886357,16714889098,16714898998,16714834770,16714835113,16714835907,16714837406,16714837518,16714861655,16714864673,16714825809,16714825853,16714826778,16714828268,16714828804,16714829940,16714834438 Sent from my iPhone
Tuesday work phone number script
#!/bin/bash
INPUT=”contacts.csv”
OUTPUT=”results.csv”
echo “Name,Phone,Found Name” > “$OUTPUT”
tail -n +2 “$INPUT” | while IFS=, read -r name phone
do
echo “Checking $phone…”
# Construct the URL
url=”https://www.searchyellowdirectory.com/reverse-phone/1671/$phone”
# Fetch page and extract result using grep + sed (basic page title parsing)
found_name=$(curl -s “$url” | grep -o ‘.*’ | sed -E ‘s/<\/?title>//g’ | sed -E ‘s/.*for number [0-9]+ – (.*)/\1/’)
# Fallback if nothing found
if [[ -z “$found_name” || “$found_name” == *”No results found”* ]]; then found_name=”Not Found”
fi
echo “$name,$phone,$found_name” >> “$OUTPUT”
done
echo “✅ Done! See: $OUTPUT”
Shortcut: New Shortcut
Script to SMS multiple numbers
#!/bin/bash
MESSAGE=”Hello from my iMac!” # Your message
# List of phone numbers in sequence after yours
PHONE_NUMBERS=(“6717872345” “6717872346” “6717872347” “6717872348” “6717872349” “6717872350” “6717872351” “6717872352” “6717872353” “6717872354”)
# Loop through each number and send the message
for PHONE_NUMBER in “${PHONE_NUMBERS[@]}”; do
osascript <
OCR code
import requests
def ocr_space_file(filename, overlay=False, api_key=’helloworld’, language=’eng’): “”” OCR.space API request with local file.
Python3.5 – not tested on 2.7
:param filename: Your file path & name.
:param overlay: Is OCR.space overlay required in your response. Defaults to False.
:param api_key: OCR.space API key.
Defaults to ‘helloworld’.
:param language: Language code to be used in OCR.
List of available language codes can be found on https://ocr.space/OCRAPI Defaults to ‘en’.
:return: Result in JSON format.
“””
payload = {‘isOverlayRequired’: overlay,
‘apikey’: api_key,
‘language’: language,
}
with open(filename, ‘rb’) as f:
r = requests.post(‘https://api.ocr.space/parse/image‘, files={filename: f},
data=payload,
)
return r.content.decode()
def ocr_space_url(url, overlay=False, api_key=’helloworld’, language=’eng’): “”” OCR.space API request with remote file.
Python3.5 – not tested on 2.7
:param url: Image url.
:param overlay: Is OCR.space overlay required in your response. Defaults to False.
:param api_key: OCR.space API key.
Defaults to ‘helloworld’.
:param language: Language code to be used in OCR.
List of available language codes can be found on https://ocr.space/OCRAPI Defaults to ‘en’.
:return: Result in JSON format.
“””
payload = {‘url’: url,
‘isOverlayRequired’: overlay,
‘apikey’: api_key,
‘language’: language,
}
r = requests.post(‘https://api.ocr.space/parse/image‘,
data=payload,
)
return r.content.decode()
# Use examples:
test_file = ocr_space_file(filename=’example_image.png’, language=’pol’)
☑️ Weekly To-do List
Check if script copy blocks are include
Yes! You can send a message from your iMac to a phone number using **AppleScript** with the **Messages app**. Here’s a simple script:
“`bash
#!/bin/bash
PHONE_NUMBER=”1234567890″ # Replace with the recipient’s number MESSAGE=”Hello from my iMac!” # Your message
osascript <
Screenshot 2025-06-10 at 10.47.12 AM
Script to send SMS from iMac
#!/bin/bash
PHONE_NUMBER=”1234567890″ # Replace with the recipient’s number MESSAGE=”Hello from my iMac!” # Your message
osascript <
Trying to access iMessages on my iMac
idmsa.apple.com/appleauth/auth/authorize/signin?frame_id=daw- C
+
https://idmsa.apple.com/appleauth/au
/authorize/signin?frame_id=daw-a044e86e-2b6f-47c3-9e69-ba6f410a…
https//
ra.apple.com/appleauth/
auth/auch
ze/signin?frame_id=daw-
a044e86e-2b6f-47c3-9e69-ba6f410a8996&language=US-
EN&skVersion=7&iframeld=daw-
idmsa.apple.com
