Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

curious_slido-0.1.0-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page