Skip to content

Instantly share code, notes, and snippets.

View ihaveadrame's full-sized avatar
🤒
Out sick

Alan ihaveadrame

🤒
Out sick
View GitHub Profile
@ihaveadrame
ihaveadrame / cloudSettings
Created December 9, 2019 03:06
Visual Studio Code Settings Sync Gist
{"lastUpload":"2019-12-09T03:06:52.391Z","extensionVersion":"v3.4.3"}
@ihaveadrame
ihaveadrame / main.py
Created May 22, 2018 06:26 — forked from littlecodersh/main.py
Main script behind itchat robot
#coding=utf8
import itchat
# tuling plugin can be get here:
# https://github.com/littlecodersh/EasierLife/tree/master/Plugins/Tuling
from tuling import get_response
@itchat.msg_register('Text')
def text_reply(msg):
if u'作者' in msg['Text'] or u'主人' in msg['Text']:
return u'你可以在这里了解他:https://github.com/littlecodersh'