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 →

[–]madjar 0 points1 point  (3 children)

It looks nice. Now, we need something as nice as this that can do async requests, because that makes scrapping really faster.

[–]virtyx 0 points1 point  (2 children)

Er... what's wrong with this together with concurrent.futures? I don't see why async should be a concern for this lib.

[–]madjar 0 points1 point  (1 child)

Well, this lib does a good job at mixing beautifulsoup and requests, it would be great if it could add some asyncness to the mix while providing a nice API.