Skip to main content

A simple python lib for WapFetion

Project description

PyWapFeion
==========

**[由于种种原因](http://whouz.com/PyWapFetion-已经停止维护了/), PyWapFetion 已经不再被维护了;希望接手此项目的人请与我( whtsky#gmail )联系,谢谢**

PyWapFetion是一个飞信的Python模块,使用Wap飞信协议。
因为目前没有看到比较好的Python飞信模块(PyFetion虽然很强大,但是基于电脑客户端的协议,容易被各种验证码问题所困扰),所以自己动手写了一个。

安装
---------------

在终端下输入(*nix): `sudo pip install PyWapFetion` 或者 `sudo easy_install -U PyWapFetion`
或者把源码下载下来,运行:`python setup.py install`

使用
---------------

from PyWapFetion import Fetion, send2self, send

#快速发送:
send2self('手机号', '密码', '信息')
send('手机号', '密码', '接收方手机号', '信息')

#----------------------------------------------------------------------
myfetion = Fetion('手机号', '密码')

myfetion.changestatus('0') # 改变在线状态

myfetion.send2self('发给自己的东西')
myfetion.findid('输入手机号,返回飞信ID')
myfetion.sendBYid('飞信ID', '消息')
myfetion.send('手机号', '消息', sm=True) # 发送飞信信息
#通过设定sm=True强制发送短信(sm=ShortMessage)
myfetion.send('昵称', '消息') # 你也可以这么干
myfetion.addfriend('手机号', '你的昵称(5字以内)')
myfetion.send(['手机号1', '手机号2', '这就是传说中的群发'], '消息')
# 成功返回True,失败返回False

myfetion.send2self('这个是发给自己的定时短信', time='201111201120')
'''发送定时短信。格式:年月日小时分钟
如:2011年11月20日11时14分:201111201144
2012年11月11日11时11分:201211111111
注意:时间允许范围:当前时刻向后10分钟-向后1年
如:当前时间:2011年11月20日 11:17
效时间范围是:2011年11月20日11:27分到2012年11月20日11:27分
'''

myfetion.changeimpresa('改签名')
myfetion.alive() # 保持在线,10分钟以上无操作会被判定为离线
#如果你想要自动保持在线,那么:
from PyWapFetion.AliveKeeper import AliveKeeper
AliveKeeper(myfetion)

myfetion.deletefriend('要删除的好友ID')
myfetion.addblacklist('要拉黑的好友ID')
myfetion.relieveblack('要解除拉黑的好友ID')

myfetion.logout()
# -----------------------------------------------------------------------

with Fetion('手机号', '密码') as f: # 其实你也可以用with,这样更方便一点
f.send2self('xxxx')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

PyWapFetion-0.9.5.zip (10.9 kB view details)

Uploaded Source

PyWapFetion-0.9.5.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file PyWapFetion-0.9.5.zip.

File metadata

  • Download URL: PyWapFetion-0.9.5.zip
  • Upload date:
  • Size: 10.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyWapFetion-0.9.5.zip
Algorithm Hash digest
SHA256 41cb2cb779203b94b5437469c3fef86f829b712e99c5ceca980cec755a7001cb
MD5 6ecb92b741ad9c0075682c5f11548db3
BLAKE2b-256 1006b7861f1702ccd06dedb92d23ba1bc74e1b8b15a92750aa2539fe8b24887c

See more details on using hashes here.

File details

Details for the file PyWapFetion-0.9.5.tar.gz.

File metadata

  • Download URL: PyWapFetion-0.9.5.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for PyWapFetion-0.9.5.tar.gz
Algorithm Hash digest
SHA256 301358117d36f95da4cf9ae9c7ae4d19b3b2bad3d1685af636248f01d2d3051b
MD5 4aaf195b7b51e66e2bdc812cfcca4339
BLAKE2b-256 5af302c307f7b2ba80144195f091c579b55bb334ef5f060555410146db666e0a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page