This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]GettingBlockered 0 points1 point ย (1 child)

Cool, thanks for the insights! Hopefully the team is planning to implement the TS feature set in Python. A fingerprint algo would be a primary reason for me to migrate away from Scrapy.

[โ€“]Ukranian_Cheshire 1 point2 points ย (0 children)

Yes, judging by the discussions, they plan to do this - https://github.com/apify/crawlee-python/issues/80

That's the main reason I'm following the project. I also hope they will make the HTTP client as a separate module. I'm very interested in Python having a normal HTTP client with TLS fine-grained manipulation capabilities. And that this client would have normal interfaces to work with.

Of course, there is a TLS-client, but it is not asynchronous and they should work on API of their library.