Code Monkey home page Code Monkey logo

python-symphony's Introduction

A Symphony Python Module

https://travis-ci.org/symphonyoss/python-symphony.svg?branch=master https://www.versioneye.com/user/projects/584f26435d8a55003f2782a7/badge.svg?style=flat-square

The Symphony python client module provides a real-time wrapper around the Symphony REST API's to simplify the creation of chat sessions, room access, presence, messaging and more... The client provides a set of logical services representing supported features of the Symphony platform. Services support real-time events through feature based listeners and communication objects. Access is not limited to the services as all underlying Symphony client implementations are exposed for advanced use or creation of your own service.

Or it will once it's completely finished =P

Features

  • Parsing of p12 certificates
  • Authentication
  • Sending Messages
  • Receiving Messages
  • MessageML Parsing ( basic functionality )
  • User Lookup

Requirements

python-pip openssl-dev libgnutls-dev

Dependencies

This project uses the following libraries:

  • pip
  • requests
  • pytz
  • lxml
  • configparser
  • bs4
  • pyopenssl

Using the module

This module is still in VERY early stages. It's not full feature yet. However I have one bot up that makes use of it, and may be useful for you to look at as an example:

metronome bot

Contributing

Start by checking out the hacking guide.

Next fork the repo, make your commits locally. You can run CI / CD checks by doing:

First I recommend doing your work in a venv:

virtualenv symphony-test
./symphony-test/bin/activate

Then run tox

cd python-symphony
pip install --upgrade tox
tox

Once you are happy with your code, open a pull request. Try to limit pull requests to signle specific changes. If you want to make a major change hit me up via symphony, I am Matt Joyce ( symphony corporate ). I am glad to hear ideas. And I'd love to see this project take on a life of it's own.

License

Copyright 2016-2019 Symphony LLC

The code in this repository is distributed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).

python-symphony's People

Contributors

openfly avatar

Watchers

James Cloos 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.