Skip to content

Instantly share code, notes, and snippets.

View impanda-cookie's full-sized avatar
💭
I may be slow to respond.

Panda impanda-cookie

💭
I may be slow to respond.
View GitHub Profile
@impanda-cookie
impanda-cookie / submit.md
Created April 29, 2021 15:13 — forked from tanaikech/submit.md
Retrieve old revision file from Google Drive

Retrieve old revision file from Google Drive

I introduce 2 kinds of methods. One is to use curl. Another is to use wget. At this time, I could know that wget can be also used as same as curl.

In order to use this, at first, please retrieve your access token and enable Drive API.

1. File ID

Retrieve file id from file name.

@impanda-cookie
impanda-cookie / main.py
Created August 2, 2017 14:21 — 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'