Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created May 15, 2019 19:41
Show Gist options
  • Select an option

  • Save BetterProgramming/ebdf031c7fae6d4580ad5f1b6000e065 to your computer and use it in GitHub Desktop.

Select an option

Save BetterProgramming/ebdf031c7fae6d4580ad5f1b6000e065 to your computer and use it in GitHub Desktop.
# scraper.py
for jobTitle in matches:
if "Junior" in jobTitle.text:
os.system("osascript sendMessage.scpt YOUR_NUMBER_HERE 'YOUR_MESSAGE_HERE' ")
break
elif "Jr" in jobTitle.text:
os.system("osascript sendMessage.scpt YOUR_NUMBER_HERE 'YOUR_MESSAGE_HERE' ")
break
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment