Skip to content

Container to send text-based messages to my Tidbit device.

Notifications You must be signed in to change notification settings

btrachey/tidbyt-messages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tidbyt Messages

Code for a container intended to be run in AWS Lambda. Takes input and generates a scrolling message for display on a Tidbyt device. API token and device ID are stored as env variables in the Lambda function, which is why they are harvested from the environment in the python code. Example execution:

curl -XPOST "https://api.brianwtracey.com/message" \
  -d '{"replacements":{"MESSAGE_TEXT":"Hello world how are you today?", "HEX_COLOR":"cc7ba6"}}'

About

Container to send text-based messages to my Tidbit device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published