easycross——twitalker、gtap、mirrorrr、gappproxy四合一

2010年7月14日 | 分类: 翻墙相关 | 标签: , , , ,

就是将twitalker、gtap、mirrorrr、gappproxy整合成一个appengine应用,方便个人使用,不用建立4个appengine应用,并且所有链接都改为强制加密传输,

演示地址: https://victor-king.appspot.com/

下载:http://code.google.com/p/easycross/downloads/detail?name=crossGFW.zip (不要从svn下载,里面是空的)

以下假设你的appengine应用的id为app_id,根据自己的情况替换

安装

1,打开根目录下app.yaml将第一行中的application修改成你自己appengine应用的app_id

2,去twitter上建立一个自己的应用:http://dev.twitter.com/apps/new

3,打开twitalker目录下的config.py文件,将OAUTH_KEY和OAUTH_SECRET修改成第二步建立的应用的相应的值

4,上传至appengine,完毕

如果你不想建立自己的twitter gtalk机器人,2,3步可以省略

建立twitter应用的时候填写的项目:

Application Website: https://app_id.appspot.com/

Callback URL: https://app_id.appspot.com/twitalker/oauth

Default Access type: Read & Write

四个应用的地址和简单介绍如下:

twitalker*: http://code.google.com/p/twitalker/

A Gtalk robot to access twitter based on Google App Engine

gtalk的twitter机器人,功能强大,可以发送接收twitter信息

使用方法:在gtalk中添加app_id@appspot.com为好友,然后发送消息-h查看帮助

gtap*: http://code.google.com/p/gtap/

A twitter API proxy based on Google App Engine.

一个twitter的api代理

使用方法:在需要twitter api的地方输入: https://app_id.appspot.com/gtap/api/

mirrorrr*:http://code.google.com/p/mirrorrr/

Web Cache and Web Proxy

一个基于appengine的网页代理

使用方法:打开就知道了

gappproxy*:http://code.google.com/p/gappproxy/

A http proxy based on Google App Engine.

基于appengine的代理服务器,最新版可以流畅的看youtube视频

使用方法:需要下载客户端配合使用,设置 fetch_server = https://app_id.appspot.com/gappproxy/fetch.py 具体查看该项目主页

项目地址:http://code.google.com/p/easycross/

目前还没有任何评论.