Last active
June 9, 2019 10:44
-
-
Save adrianparvino/f18fe57f5a42ada2d1763effa492fe66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iex([email protected])1> TermuxSmsCli.Fetcher.fetch({TermuxSmsCli.Fetcher, :'[email protected]'}, 1); | |
[ | |
%{ | |
"body" => "You have up to 1GB of VIDEO EVERY DAY with your GIGA subscription. To check your balance and other exciting offers, dial *121# NOW! It's FREE and easy!", | |
"number" => "SMART", | |
"read" => true, | |
"received" => "2019-06-09 01:38", | |
"threadid" => 1, | |
"type" => "inbox" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment