Skip to content

Instantly share code, notes, and snippets.

@gracece
gracece / p.py
Last active December 20, 2015 00:49
p.py
#!/usr/bin/python
# -*- coding:utf-8 -*-
import urllib
import urllib2
import csv
def post(url,data):
"""for score post """
req = urllib2.Request(url)
@gracece
gracece / weixin-robot.php
Created April 17, 2013 12:20
a simple weixin robot using php and mysql
<?php
//define your token
define("TOKEN", "sysucs");
$wechatObj = new wechatCallbackapiTest();
//$wechatObj->valid(); //第一次验证token时候才使用
$wechatObj->responseMsg();