Skip to main content

Simple Fetion Message

Project description

PyFetion
===================================

This python module is used to send short message.<br />

Now it only support sending messages by Fetion.<br />
So you can only send to yourself or your friends in Fetion.<br />

### Installation:
$ pip install pyfetion
or
$ python setup.py install

### Usage:
```python
Situations:
1. send a message
2. send a group message (more than people)

Import:
from pyfetion import sendMessage
Usage:
sendMessage(fetionAccount, fetionPassword,
receiver_phone, message_content)
For example:
send message someone:
sendMessage('13011111111', 'fetion password',
'13011111112', 'test message')

send message to more than one people:
sendMessage('13011111111', 'fetion password',
['13011111112', '13011111113', '13011111114'],
'test message')

Description:
Send Message According to Fetion Group:
Usage:
sendFetionGroupMessage(fetionAccount, fetionPassword,
fetionGroupName, messageContent)
Take Care:
1. Make sure fetionAccount and fetionPassword Correct
2. Make sure fetionGroupName exist
3. Make sure fetionGroupName must be not Empty.
For example:
sendFetionGroupMessage('13011111111', 'fetionPassword',
'同学', '大家还好吗?有空聚一聚')
```

# HISTORY
----------------------------------------

#### 1.0.0 (2015-01-26)
----------------------------------------

#### Behavioural Changes
* 1. Code refactoring
* 2. require `requests`
* 3. add Class: Fetion
* 4. add function:
* 1. sendMessage(...)
* 2. sendFetionGroupMessage(...)

#### Bugfixes
* null

Project details


Download files

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

Source Distribution

pyfetion-1.0.2.tar.gz (4.6 kB view hashes)

Uploaded Source

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