Last active
June 14, 2022 06:11
-
-
Save PttCodingMan/de2d4f2f027ef98e726e9cf18786c545 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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