資源簡介
代碼片段和文件信息
#?下載源碼就運行,你需要改動幾個地方
?
from?__future__?import?unicode_literals
from?threading?import?Timer
from?wxpy?import?*
import?requests
?
?
bot?=?Bot()
?
#?linux執行登陸請調用下面的這句
#bot?=?Bot(console_qr=2cache_path=“botoo.pkl“)
?
?
def?get_news():
?????
????“““獲取金山詞霸每日一句,英文和翻譯“““
?????
????url?=?“http://open.iciba.com/dsapi/“
????r?=?requests.get(url)
????content?=?r.json()[‘content‘]
????note?=?r.json()[‘note‘]
????return?content?note
?
?
def?send_news():
????try:
????????contentnote?
評論
共有 條評論