Giter Site home page Giter Site logo

jxlil / scrapy-impersonate Goto Github PK

View Code? Open in Web Editor NEW
79.0 5.0 9.0 28 KB

Scrapy download handler that can impersonate browser' TLS signatures or JA3 fingerprints.

License: MIT License

Python 100.00%
scrapy scrapy-plugin scrapy-impersonate ja3 ja3-fingerprint tls-fingerprint

scrapy-impersonate's People

Contributors

jxlil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lr-zhao mage520

scrapy-impersonate's Issues

Operation timed out after 30002 milliseconds

In some cases it's possible to get a timeout error:

  File "/usr/local/lib/python3.9/site-packages/scrapy_impersonate/handler.py", line 45, in _download_request
    response = await self.client.request(**RequestParser(request).as_dict())  # type: ignore
  File "/usr/local/lib/python3.9/site-packages/curl_cffi/requests/session.py", line 554, in request
    raise RequestsError(e)
curl_cffi.requests.errors.RequestsError: Failed to perform, ErrCode: 28, Reason:  \
'Operation timed out after 30002 milliseconds with 1096454 bytes received'

It should be possible to define the timeout for curl_cffi from scrapy.Request

TypeError: AsyncSession.request() got an unexpected keyword argument 'thread'

File "/home/neiellcare/.cache/pypoetry/virtualenvs/rgdl-spiders--SESLHN9-py3.11/lib/python3.11/site-packages/scrapy_impersonate/handler.py", line 44, in _download_request
    response = await self.client.request(**RequestParser(request).as_dict())  # type: ignore
TypeError: AsyncSession.request() got an unexpected keyword argument 'thread'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.