Skip to content
/ pyucwa Public
forked from tonybaloney/pyucwa

Python client for the Skype for Business (Lync) UCWA 2.0 API

License

Notifications You must be signed in to change notification settings

kgutwin/pyucwa

This branch is 7 commits behind tonybaloney/pyucwa:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7abb828 · Sep 7, 2016

History

10 Commits
Sep 5, 2016
Sep 4, 2016
Sep 7, 2016
Sep 5, 2016
Sep 4, 2016
Sep 6, 2016
Sep 4, 2016
Sep 4, 2016
Sep 4, 2016
Sep 4, 2016
Sep 4, 2016
Sep 4, 2016
Sep 4, 2016
Sep 6, 2016
Sep 7, 2016
Sep 5, 2016
Sep 5, 2016
Sep 5, 2016
Sep 4, 2016
Sep 4, 2016
Sep 4, 2016
Sep 4, 2016

Repository files navigation

pyucwa

Documentation Status

Skype for Business UCWA API client

Usage

Setup your tenant

Follow the steps in https://msdn.microsoft.com/en-us/office/office365/howto/add-common-consent-manually

Enter the pool for your tenant by visiting the URL : https://webdir.online.lync.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=parliamentfunksterhotmail.onmicrosoft.com with your domain.

Create a file config.yml with similar details

redirect_uri: "http://127.0.0.1:5000"
client_id: "0b78a9be-6b65-1234-b8e6-a0b21a8672c3"
secret: "jPpYkK+sdf3423r="
domain: "mydomain.onmicrosoft.com"
app_id: "https://mydomain.onmicrosoft.com/bot"

Start the web server

python -m ucwa.http

Run a login session to get a token for the application

python authhelper.py

This will open the browser, get you to login to Office 365 and then create an instance session with a UCWA server in O365/Skype for Business online

You can then run app.py to stream events

python app.py

Extend app.py to do what you want to the events, like have a chat with other people or integrate into your bot framework.

Features

  • TODO

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Python client for the Skype for Business (Lync) UCWA 2.0 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.9%
  • Makefile 8.1%