Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
/ gvsms Public archive
forked from lachesis/gvsms

Google Voice Python script

Notifications You must be signed in to change notification settings

brianhou/gvsms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Google Voice command line tool Send SMS or make calls from the command line.

Features:

  1. Google contact lookup
  2. Login cookie storage
  3. Split messages automatically on 140 character boundaries
  4. JSON config file

Usage: gv [-c config_file] sms [destination] [message]
Usage: gv [-c config_file] call [destination] [phone to ring]
e.g. gv sms "John Smith" "Be there any minute, man."

Make sure you have a json config file at the default path ($HOME/.gv.conf)
Login token from client login can be cached. If you create a config file like the following:
{"username":"email@domain.com","password":"google password","token":""}
and then send a message, the program will log in and save the token. You can then remove your password from the file.

I may create a more elegant interface for this in the future.

Enjoy!

About

Google Voice Python script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%