alecxe / scrapy-fake-useragent

Random User-Agent middleware based on fake-useragent
MIT License
687 stars 98 forks source link

Will this middleware work with the scrapy-splash middleware? #34

Open lucaguarro opened 3 years ago

alecxe commented 3 years ago

I have not personally tried it, but I don't see why not. Please lemme know if it works or not. If it is, we'll add an example to the README, if it does not - we'll figure out why. Thanks!

lucaguarro commented 3 years ago

I am currently using it for my current scraping project but am unsure on how to check what user-agents the scraper is using. How can I verify that it is or isn't?