Skip to content

nkust-monitor-iot-project-2024/notification-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Notification Examples

The single-executable Python file that sends stuff to LINE Notify and Discord (by Webhook).

  • line-notify.py: send images to LINE with LINE Notify
    • You should provide your token with the environment variable, LINE_NOTIFY_TOKEN.
    • You should place the images to send in the directory, imgs.
  • discord-webhook.py: send images to Discord with Webhook
    • You should provide your webhook URL with the environment variable, DISCORD_WEBHOOK_URL.
    • You should place your image in the working directory with the name, image.jpg.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages