Last active
July 18, 2023 13:13
-
-
Save Ansen/3974633b3adbd0a6abb1ef48bf89b27b to your computer and use it in GitHub Desktop.
Out-of-date, python27 send google voice msg.
This file contains 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
# Need to install googlevoice | |
# pip install googlevoice | |
from googlevoice import Voice | |
def run(): | |
username = "[email protected]" | |
pwd = "123456" | |
voice = Voice() | |
voice.login(email=username, passwd=pwd) | |
# msg to | |
phoneNumber = "+12222222222" | |
text = "test msg." | |
voice.send_sms(phoneNumber, text) | |
if __name__ == '__main__': | |
run() |
哥们,from six.moves import input
这个库没用吧?
哥们,from six.moves import input
这个库没用吧?
确实 没用到
哥们,from six.moves import input
这个库没用吧?
删除了
这个现在还能用吗
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
注意不要放到国内服务器上,原因你懂的
已无法使用
无需IFTTT 用Google自家服务为Google Voice保号