Skip to content

phpgao/pyfetion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d94a32c · Jan 29, 2015

History

4 Commits
Jan 28, 2015
Jan 29, 2015
Jan 29, 2015

Repository files navigation

pyfetion

With pyfetion you can send sms to your fetion friends(include yourself) in an easy way.

All API refers to

https://code.google.com/p/php-fetion/source/browse/trunk/lib/PHPFetion.php

How to use

Notice

  • Make sure your file encoding is utf-8.

  • Friends list is removed because each request needs different token.

yourmob = "136XXXXXXXX"
password = '123456'

send_to = '138XXXXXXXX'
msg = 'SMS just for test!'

m = Fetion(yourmob, password)

# DEBUG

m = Fetion(yourmob, password, 1)

try:
    print m.send_msg(send_to, msg)
except FetionError, e:
    print e

About

Send personal SMS to your fetion friends

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages