Skip to content

Instantly share code, notes, and snippets.

@PttCodingMan
Last active June 14, 2022 06:11
Show Gist options
  • Select an option

  • Save PttCodingMan/de2d4f2f027ef98e726e9cf18786c545 to your computer and use it in GitHub Desktop.

Select an option

Save PttCodingMan/de2d4f2f027ef98e726e9cf18786c545 to your computer and use it in GitHub Desktop.
from linebot import LineBotApi
line_uuid = 'qq'
line_bot_api = LineBotApi('qq_token')
line_bot_api.push_message(
line_uuid,
TextSendMessage(text='晚安,早點睡'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment