Skip to main content

Kenyth Zeng's Library tagged api   View Popular

Python vs. C# Twitter API libraries - Stack Overflow

    • python-twitter by DeWitt Clinton. This library provides a pure Python interface for the Twitter API.
    • python-twyt by Andrew Price. BSD licensed Twitter API interface library and command line client.
    • twitty-twister by Dustin Sallings. A Twisted interface to Twitter.
14 Dec 09

Famous Followers Scanner

should be combined with the report spam app

famousfollowers.appspot.com - Preview

twitter api ideas

推特中文圈 | bang's blog

  • 通过Google AppEngine的Cron功能,每隔一定的时间抓取某一用户的好友存进数据库,存之前判断是否为使用中文的用户。只要从任意一个好友数非零的用户开始抓取,循环下去,就差不多能抓取到所有twitter上的中文用户。对已抓取的则只更新最新消息,这样就形成了“随便看看”
    • Google AppEngine的数据库很差,十分差,如下:
      • 数据库建立后不能增加新栏不能减少栏,必须删除重建才可以。
      • Key不能以数字开头,导致我每一个Key前都要增加一个字母。
      • 查询语句没有like也就算了,连or都没有,服了~导致制作排行榜的标签功能变得困难。
      • 一次最多只能查询到1000条数据。导致我不知道我已经抓取了多少条数据,排行榜上能显示的也就1000个用户。
      • twitter停止source的申请,新应用只有通过OAuth验证才能有“from [myApp]”的字眼,OAuth验证需要经过twitter网站,这对于大陆用户实在不是什么好东西,没有了source,对于宣传和统计很不利。
      • 本地测试十分慢,是因为本地读取twitter的API十分慢,有时全部传上去在网站上看效果反倒快了,另外Google AppEngine的上传很不方便,就算我只改某一个静态js文件的一个标点,都要整站上传,Eclipse插件也没有提供只更新cron的功能,麻烦。
  • 2 more annotations...

开源 php版twitese | bang's blog

  • 随便看看与排行榜是通过GAE版的twitese开放出API进行调用,由于怕原版的twitese流量不足,所以另开了一个GAE重新抓取数据
  • 完整支持手机ucweb浏览,网页上JavaScript的各种操作都留有后路,即使浏览器禁用JavaScript也能正常使用,所以对不太支持JavaScript的手机浏览器也是友好的。
02 Dec 09

China Telecom Launches New Open Development Platform | Marbridge Consulting - China Wireless News

  • The "Open Abilities" initiative is composed of two major parts: the "Open Abilities" platform and the E-Surfing applications factory.
  • Some core services, like SMS, IVR, voice communication, and location-based services will be opened to regular developers via the platform. Developers will be able to apply for and employ such resources in their open applications.
  • 1 more annotations...
04 Nov 09

Discover the secrets of the Java Serialization API

  • That means we could easily transfer a flattened object across a network wire and have it be rebuilt on the other side!
  • In other words, the object's class file and methods are not saved; only the object's state is saved.
  • 15 more annotations...
03 Nov 09

PackageAdmin (OSGi Service Platform Release 4 Version 4.1)

how to eliminate class loader memory leak when uninstalling a bundle: call the refreshPackages method.

www.osgi.org/...PackageAdmin.html - Preview

OSGi api javadoc package classloader memory leak

  • If no bundles are specified, this method will update or remove any
    packages exported by any bundles that were previously updated or
    uninstalled since the last call to this method.
  • One permissible implementation is to stop and restart the Framework.
  • 3 more annotations...
1 - 20 of 142 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo