English 中文(简体)
witter Library for App-030?
原标题:Twitter library for App Engine Python?

我正在寻找一个与搜索引擎相容的Sharma图书馆,并提供一个与“Twitter”的接口。

我发现python-twitter/a>。 项目——有人在发动机上使用过它?

问题回答

如前所述,你可以使用猪肉(在目前的car中)。 用它的话来说,只是添加itter。 页: 1

twitter_api = twitter.Api(consumer_key=consumer_key, consumer_secret=consumer_secret, access_token_key=access_token_key, access_token_secret=access_token_secret, cache=None)

重要的是,要确定“None”的切身之处,因为这种做法使使用档案系统的内部切除(在GAE中不允许)。 理想的情况是,有些人应当用上电灯......但我太 la......;-

最新消息:科索沃......这正在令人厌恶......你还需要从山角-应用平衡中抽取以下图书馆。

  • oauth2
  • httplib2

如果你不把他们补充到你的项目中,它将在当地工作,而不是在GAE工作。





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签