Skip to content

Instantly share code, notes, and snippets.

View tokune's full-sized avatar

tokune tokune

View GitHub Profile
@Ansen
Ansen / send-gv-msg.py
Last active July 18, 2023 13:13
Out-of-date, python27 send google voice msg.
# Need to install googlevoice
# pip install googlevoice
from googlevoice import Voice
def run():
username = "zxcv@gmail.com"
pwd = "123456"
voice = Voice()
voice.login(email=username, passwd=pwd)