I know it might be a lower priority but most of the day I do not have my phone on me but I have access to google hangouts. Is there a way to add Google numbers to the carriers section?
Adding Google number to Carriers so SMS can be received on Google numbers
Can't you just setup Twilio and have it send an SMS to your Google phone #? It's working for me on my CricketWireless
Not sure if my work environment allows Twilio. Going off what I know.
@jstevenson72
Is there a guide to add a number on Twilio then link it to Snatcher? Would be useful for all the non-listed carriers if that is what you did. Also, it would solve the additional number to Snatcher issue.
I just saw the fields in the .env file, and went to Twilio.com and signed
up for a free account.
It was only a few steps, verifying my email and phone number, then copied
the auth I'd and another item from the Dashboard.
You have to click Request Trial Number button on their website, and it will
assigned you a new number.
Then in the .env put that number in the From field and your real # in the
To field.
Save the .env and then run the npm test: notification to test it.
I'm going from memory here but that is about it I think.
On Thu, Oct 1, 2020, 10:30 PM EchoJoker notifications@github.com wrote:
@jstevenson72 https://github.com/jstevenson72
Is there a guide to add a number on Twilio then link it to Snatcher? Would
be useful for all the non-listed carriers if that si what you did.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/jef/nvidia-snatcher/issues/413#issuecomment-702507333,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAMAEQVPWSGNFEI5GDSJGKTSIVCMRANCNFSM4SBGG3HQ
.
@jstevenson72
Is there a guide to add a number on Twilio then link it to Snatcher? Would be useful for all the non-listed carriers if that is what you did. Also, it would solve the additional number to Snatcher issue.
Go to Twilio and sign-up for a free trial account
TRIAL NUMBER:
+18884443333
ACCOUNT SID
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AUTH TOKEN
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
.env file in nvidia-snatcherTWILIO_ACCOUNT_SID=""
TWILIO_AUTH_TOKEN=""
TWILIO_FROM_NUMBER=""
TWILIO_TO_NUMBER=""
TWILIO_ACCOUNT_SID - The ACCOUNT SID shown in the Twilio DashboardTWILIO_AUTH_TOKEN - The AUTH TOKEN shown in the Twilio DashboardTWILIO_FROM_NUMBER - The trial number Twilio gave youTWILIO_TO_NUMBER - Your google numberThen you should be good to go
Closing, but feel free to discuss still. Thank you all!!!
They gave me $15 free, so should cover my 3080 needs
On Fri, Oct 2, 2020, 10:11 AM MRizkBV notifications@github.com wrote:
Is Twilio free? I wanted to use it but I saw they charge around 0.7 cents
per text for the US, and a lot more for international ones.—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/jef/nvidia-snatcher/issues/413#issuecomment-702790492,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AAMAEQURZGOOEWPTAXPNL3TSIXURZANCNFSM4SBGG3HQ
.
Most helpful comment
They gave me $15 free, so should cover my 3080 needs
On Fri, Oct 2, 2020, 10:11 AM MRizkBV notifications@github.com wrote: