Sends question to a sli.do event
Project description
curious-slido
Sends your questions to a sli.do event
How to install
pip install curious-slido
How to use
from curious_slido import SlidoClient
# You can grab it from URL with event, for example
# https://app.sli.do/event/abcd1234/live/questions -> event_hash = 'abcd1234'
event_hash = 'abcd1234'
# You can grab it from cookie Slido.EventAuthTokens (part after comma) or from
# any api request:
# Developer Tools -> Network -> (request to api.sli.do) -> Headers -> Request headers -> authorization (part after `Bearer`)
auth_token = 'longlonglongstring'
slido_client = SlidoClient(event_hash=event_hash, auth_token=auth_token)
slido_client.send_question('Your question')
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
curious-slido-0.1.0.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file curious-slido-0.1.0.tar.gz
.
File metadata
- Download URL: curious-slido-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.3 Darwin/19.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 919c2839343205b44fa10df755cbaabbcae9d70d2740cd5aad1c71a0d80458ca |
|
MD5 | 9e76ebd903e7e7dabd67f92dc0239b07 |
|
BLAKE2b-256 | b674ecb44364f89c0c23230a03c32f21b0e976fdd6ccc8457653440778d49629 |
File details
Details for the file curious_slido-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: curious_slido-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.3 Darwin/19.4.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce11e23dc90689523919bfcfa646d9c806437b702635faf0d69ef731b6055afe |
|
MD5 | aa977dd91d1a4ce6b88b2c73e30dbb51 |
|
BLAKE2b-256 | a1695291547233aa34342e9b457bf8234e284362f73403d808f7b332a3cea9da |