|
SetupGuide
How to download twitalker and get it running IntroductionStep 1: Get the code 获取源码Using svn checkout the latest release of twitalker.Instructions are available on the Source checkout page for how to download a copy of the code or download the latest release zipped up copies of the source on the Downloads tab.Be aware that those source might be out of date. 用svn checkout 获取最新版本的TwiTalker源码: http://twitalker.googlecode.com/svn/trunk/
Step 2: Get your language 选择语言版本There are two language folders inside the source files(cn-version and en-version).Choose one and continue to Step 3. 下载的源码分有cn-version和en-version两个文件夹,这是 TwiTalker 两个语言(cn为简体中文,en为英文)版本,选择你需要安装的版本文件夹,并进行下一步修改.
Step 3: Configure TwiTalker 配置TwiTalker
# Change the OAUTH_KEY below to the match the consumer key of your twitter app. # 将你在twitter创建的应用的consumer key替换到下面OAUTH_KEY参数 OAUTH_KEY = '2AjKMgZby3HPfzQDGxccAg' # Change the OAUTH_SECRET below to the match the consumer secret of your twitter app. # 将你在twitter创建的应用的consumer secret替换到下面OAUTH_SECRET参数 OAUTH_SECRET = 'd27Cp1hu2XsxSoyV6L6EGsaYdSkGAghgVNjsVC5Js' # Be aware to change the callback setting to this url on your twitter app: http://your gae app id.appspot.com/oauth # 注意要在Twitter应用的设置里把callback参数设置为 http://你的gae app id名称.appspot.com/oauth # ===================== gae settting ====================== # Change the APP_ID account below to your GAE Application Identifier. # 机器人的地址,将下面参数改为你在GAE创建的应用ID, APP_ID='itwitalker' # Initing the bot account.Do not Change this expression # 不要修改这个参数 ACCOUNT = APP_ID+'@appspot.com'
|
一定要放在GAE上吗?能不能放在自己的主机上?
@liumiao 嗯,因为一般主机无支持gtalk机器人所依赖的xmpp功能,只有GAE支持这个,所以只能在GAE上架设
谢谢!
谢谢程序开发者。 这个是我用过的最好用的Gtalk机器人了
如果GAE被墙,是否不影响已绑定用户?
@cnpengc 只要gtalk通讯所依靠的xmpp协议不被干扰(目前还从未出现过这种情况),GAE是否被墙对TwiTalker?没有任何影响
谢谢,请问源代码什么时候会更新到2.0.2? 指定ID的timeline功能很值得更新
贊 自己搭了一個在c-est-la-vie.appspot
感谢开发者,纯灌水哈~
good job, good guy you are !
请问如何限制用户数量?我架设了别人也是可以使用的把?
谢谢开发出这么好的程序,我想在GAE上写一个把TWEETS定时通过文本电子邮件发到GMAIL的程序,不知是否容易实现?
@jason52lh 一个TwiTalker?能容纳250个用户,暂不能限制数量,别人可使用。TwiTalker?开源是为了让工具得到最大的共享让更多用户使用,希望自主搭建的也能有这个精神,这也算是对开源版本的个小小limit:)
@gugebeta 不难实现,支持你的工作:)
上传失败,试验几种方法了,都不行。
终于上传成功了,刚开始能发推不能收推,过了大概一天就正常了,不知道怎么回事,真的感谢开发者,功能太强大了,简直太棒了!
我上传时总是出现以下错误,有没有可以指点下: Traceback (most recent call last):
File "C:\Program Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 411, in Authenticate Authenticate() File "C:\Program Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 270, in Authenticate GetAuthToken?(credentials0?, credentials1?) File "C:\Program Files\Google\google_appengine\google\appengine\tools\appengine_rpc.py", line 210, in GetAuthToken? File "C:\Python27\lib\urllib2.py", line 391, in open open(req, data) File "C:\Python27\lib\urllib2.py", line 409, in open open', req) File "C:\Python27\lib\urllib2.py", line 369, in call_chain File "C:\Python27\lib\urllib2.py", line 1181, in https_open File "C:\Program Files\Google\google_appengine\lib\fancy_urllib\fancy_urllib\init.py", line 367, in do_open urllib2.URLError: <urlopen error 10060? > 2011-03-20 10:25:50 (Process exited with code 1)You can close this window now.
楼上的问题好解决,使用加密上传命令即可。复制以下内容,另存为.bat 运行即可。(其中D:\Download\3.18是你要上传文件的路径) appcfg.py --insecure update D:\Download\3.18 echo. & pause
我想使用 搜索功能,不知道具体如何设置,“想使用搜索功能必须在apptwitter.py设置自架的搜索api地址”请明示,感激万分。
谢谢作者的无私奉献, 我刚见了个 很不错 。。可是应该怎么查看使用的人数啊
我的在twitter里设置callback 网页,为甚提醒没有这个网页,无法设置呢?谁能帮帮我
用sdupload 上传出现错误。。。求教
如何上传到gae啊,小白求教。。
非常感谢作者的辛勤劳动和无私奉献!太好用了!
上传方法: 1,下载python和Google App Engine SDK for Python,两个都是MSI文件 2,先装python,后装另一个 3,双击桌面上的Google App Engine Launcher图标 4,File菜单→open SDK in explorer,会打开一个文件夹,看一下这个文件夹的路径 5,进CMD,在CMD中进入上一步的那个路径 6,执行 appcfg.py update 命令,update后空格之后紧跟程序文件夹路径
appcfg.py命令的详细用法,移步http://code.google.com/intl/zh-CN/appengine/docs/python/tools/uploadinganapp.html
注意,上传过程中需要输入GAE账户的用户名和密码,输入的密码不会显示出来,尽管输入,输对了自然就过
是不是说的过于详细啰嗦了……
自己架设,方便快捷,哈哈,感谢作者!!!
我是这两个错误, File "C:\Program Files\Google\google_appengine\appcfg.py", line 71, in <module> run_file(file, globals()) File "C:\Program Files\Google\google_appengine\appcfg.py", line 67, in run_file execfile(script_path, globals)
何解?
为什么 用不了组群直播啊
好好研究一下准备自己搞一个