scrapy-streaming icon indicating copy to clipboard operation
scrapy-streaming copied to clipboard

Results 8 scrapy-streaming issues
Sort by recently updated
recently updated
newest added

I ran it in python and java. It is showing following logs. 2018-08-22 11:09:58 [scrapy.utils.log] INFO: Scrapy 1.5.0 started (bot: scrapybot) 2018-08-22 11:09:58 [scrapy.utils.log] INFO: Versions: lxml 4.1.1.0, libxml2 2.9.7,...

_moving from https://github.com/scrapy/scrapy/pull/1991_ ## PR Overview This is an initial work in the scrapy streaming docs. You can read it here: http://gsoc2016.readthedocs.io I'd like to open the discussion about the...

## PR Overview The communication protocol is being developed in this branch (it's based in https://github.com/scrapy-plugins/scrapy-streaming/pull/3, implementing the communication itself). ### Testing You can run example spiders from https://github.com/scrapy-plugins/scrapy-streaming/pull/4 (I'll...

## PR Overview This PR adds the node package helper.

## Java Library This PR contains the java lib to help with scrapy-streaming development. The source code can be buit/tested/used with Maven.

## PR Overview This PR adds the selector message. It depends on the #5, so old commits can be ignored in this PR (I'll cherry-pick the new ones later). ###...

## R package This PR contains the initial work in the R package helper, with the project structure and basic code and docs.