Coder Social home page Coder Social logo

googlevoice's Introduction

*** THE WHY ***
I wrote this basically because I wanted to be able to send/recv SMS's from my C++ programs.
Unfortunately, all of the APIs for Google Voice that I've seen out there are either in PHP or Perl
or some other crap.  Hopefully someone else will find this C++ API useful.

It is far from finished or pretty, but I plan to take it fairly far (be able to check for msgs,
make voice calls, turn this into an actual library [libgooglevoice?], etc).

*** REQUIREMENTS ***
Im going to assume you've successfully compiled something before on your box using GNU's make...
This program needs just g++, make, and two non-standard libraries (libcurl and libboost-regex).
If you have them, great!  If not, they are very easy to find and install.  If you are running a
Ubuntu-flavor: "sudo apt-get install libcurl4-gnutls-dev libboost-regex1.40" and you are set!

*** HOW TO BUILD / HOW TO USE ***
Okay, this is the hard part: just type make.  Thats it.  You'll end up with a 'gvapi' binary and
that's all you to use it. An example:

	./gvapi -u coolguser -p mygmailsecret -n 5552020023 -m 'Hey, I can text from the CLI!'

Later, when I get some actual sleep, I'll write a more detailed guide for those who are not running
Ubuntu (or some variant) and for those who want to use it for it's intended purpose --as a C/C++
library that can be easily linked to your existing code.

-- MM.  100924 04:30.

googlevoice's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.