Top "Twisted" questions

Twisted is an event-driven networking engine, written in Python and implementing many different protocols.

Django Push HTTP Response to users

I currently have a very simple web application written in Django, and I would like to implement something like a …

django twisted push orbited
Run a Scrapy spider in a Celery Task

This is not working anymore, scrapy's API has changed. Now the documentation feature a way to "Run Scrapy from a …

scrapy twisted celery
ReactorNotRestartable error in while loop with scrapy

I get twisted.internet.error.ReactorNotRestartable error when I execute following code: from time import sleep from scrapy import signals …

python python-2.7 scrapy twisted
Stop twisted reactor on a condition

Is there a way to stop the twisted reactor when a certain condition is reached. For example, if a variable …

twisted reactor
Twisted server for multiple clients

I want to write a server that can accept multiple clients in python (twisted). I am already quite familiar with …

python twisted
How do I catch errors with scrapy so I can do something when I get User Timeout error?

ERROR: Error downloading <GET URL_HERE>: User timeout caused connection failure. I get this issue every now and …

python scrapy twisted
using django and twisted together

1)I want to devlop a website that has forums and chat.The chat and forums are linked in some way.…

python django chat twisted forums
SNMP Agent in Python

I required a SNMP agent in python, which listen on a particular port and and responds to basic SNMP command (…

python python-2.7 twisted snmp pysnmp
Python Twisted JSON RPC

Can anyone recommend some simple code to set up a simple JSON RPC client and server using twisted? I found …

python twisted rpc json-rpc
Python - Twisted, Proxy and modifying content

So i've looked around at a few things involving writting an HTTP Proxy using python and the Twisted framework. Essentially, …

python proxy twisted