Skype for Business UCWA API client
Project description
pyucwa
Skype for Business UCWA API client
Free software: Apache 2 license
Documentation: https://ucwa.readthedocs.org.
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.
History
0.1.0 (2016-04-04)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ucwa-0.3.0.tar.gz
.
File metadata
- Download URL: ucwa-0.3.0.tar.gz
- Upload date:
- Size: 20.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5ea92ab53500263624b75fbb6aba160422c0c51b09d3100ca0396c3e917d2b51 |
|
MD5 | 8db43a66e8f7099c0b3845d4208f3913 |
|
BLAKE2b-256 | cad2b226810df543fed1a27cef8d3a491d60a9bad0c215b235ab069e37433cd2 |