K
K
kazhuravlev2014-04-24 15:21:05
Python
kazhuravlev, 2014-04-24 15:21:05

How to work with Twitter API from Twisted?

I can't find a fresh library for working with the Twitter API from Twisted (that is, without blocking).
Maybe other asynchronous twitter api can be used?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cheremisin, 2014-04-24
@leahch

What's the problem? In twisted, you can work directly with getPage for example. Here you have a deferred and a request-response ...

A
Alexey Cheremisin, 2014-04-24
@leahch

To catch up, there is the cyclone web framework, which is rewritten in twisted tornado. It has authorization through twitter, maybe something will help. Here an example is cyclone.io/documentation/auth.html#twitter
Ps. I have been using cyclone for 3 years as a replacement for twisted-web.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question