Get Verification / 2FA code from iMessage
- Python3 (Normally pre-installed on Mac. If not, please use
brew
to reinstall)
- Open Alfred bar.
- Type
msg
in alfred. Enter
to copy to clipboard, and directly paste into active textfield
Control
+Shift
+m
Enter
to copy to clipboard, and directly paste into active textfield
msg tfoo
(foo
as integer): Filter by time, fromfoo
days before, to now.msg sfoo
(foo
as any): Filter by content that containsfoo
.msg ffoo
(foo
as any): Filter by sender that containsfoo
.msg lfoo
(foo
as integer): Filter by length of code larger thanfoo
.
Config File is located at Source/conf.json
. You may put codes (as string
type) in 'IGNORE' to deliberately ignore those from parsing.
{
"IGNORE": [
"10086"
]
}