You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A client is only needed for the purpose of multi accounting in crawler.
for example you want to crawl a website, same url, but with 10 different accounts.
each should have its own pipeline, and logic. So we need a Client class where it can be injected to our script.
then each client, opens an Engine Client, and then use that to login, and then return all those as a list
A client is only needed for the purpose of multi accounting in crawler.
for example you want to crawl a website, same url, but with 10 different accounts.
each should have its own pipeline, and logic. So we need a Client class where it can be injected to our script.
then each client, opens an Engine Client, and then use that to login, and then return all those as a list
Simple case would be like that.
-> Note: this is WIP. It will not be included very soon, because right now we have decided this design is over engineered and only useful in few cases
The text was updated successfully, but these errors were encountered: