api to access soroush social network sdk
Project description
Soroush Messenger Bot Wrapper for Python
Dependencies
- Python 2.7+
- requests
- sseclient-py
Installation
pip install soroush-python-sdk
Run the below commands
git clone https://github.com/soroush-app/bot-python-sdk
cd bot-python-sdk
pip install -r requirements.txt
Usage
from soroush_python_sdk import Client bot_token = 'your bot token' bot = Client(bot_token) try: to = 'user chat_id' [error, success] = bot.send_text(to, 'Your text') if success: print('Message sent successfully') else: print('Sending message failed: {}' .format(error)) except Exception as e: print(e.args[0])
“to” value in above example is chat_id of a bot user. You can find it in front of ‘from’ key in a message that user has sent to your bot. You can see more examples in the examples directory.
## Contribute ## Contributions to the package are always welcome! - Report any idea, bugs or issues you find on the issue tracker. - You can grab the source code at the package’s Git repository.
History
0.1.0 (2018-10-25)
- First release on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size soroush_python_sdk-0.2.4-py2.py3-none-any.whl (6.2 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size soroush_python_sdk-0.2.4.tar.gz (16.0 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for soroush_python_sdk-0.2.4-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01ac7f290088d6a8303b775f43f18db29dd18d858ee802154b6960c7c0d27ba9 |
|
MD5 | df37152db1daf36270d363d5b33398f1 |
|
BLAKE2-256 | da4b9f0d642ed5dfdcd68d1218fc220238236adf8591007d190d405d5c08e70d |