Below you will find pages that utilize the taxonomy term “Python”
Posts
PyMSN Python 開發的MSN 模組 (一)基本介紹
安裝可以參考 閃光的 BLOG https://blog.hinablue.me/794
基本使用介紹:
- 使用命令列執行 可以加 2個參數 1.帳號 2.密碼 EXAMPLE:python test.py aaaa@hotmail 123123123
- Log可自行調配 是否輸出存檔
- 在使用任何 套件模組 像這種依照物件下去設計的 千萬不要改原始碼(等改版 你就知道痛了)
- 這邊 一開始如果用 預設的範例test.py你會遇到 傳訊息沒回應或出現event_handler 等等error.(稍後會講解)
原理分析: