Skip to content

Instantly share code, notes, and snippets.

View maltoze's full-sized avatar

maltoze maltoze

  • China
  • 22:47 (UTC +08:00)
View GitHub Profile
# -*- coding: utf-8 -*-
"""
两个功能:
1:保存微信群聊天信息(文本和图片信息)
2: 对话以'twr'开始时自动调用聊天机器人小黄鸡
致谢:
https://github.com/0x5e/wechat-deleted-friends
http://www.tanhao.me/talk/1466.html
"""
@maltoze
maltoze / vimrc
Created May 29, 2018 06:26 — forked from apelif/vimrc
set nocompatible " be iMproved, required
filetype off " required
" git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/vundle/
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')