scrapy-random-useragent icon indicating copy to clipboard operation
scrapy-random-useragent copied to clipboard

Scrapy Middleware to set a random User-Agent for every Request.

Results 9 scrapy-random-useragent issues
Sort by recently updated
recently updated
newest added

I fetch the user agent lists at the beginning of a crawl. Rather than having to temporarily save them to files, this PR allows the variable in settings to be...

Hi, Can you show use how we add the user agents to the file? Is it gonna be comma-delimited or with '\n' Thanks

I needed just a single User agent selected randomly for all the subsequent requests, so I have implemented it... If you can merge, please update the PyPI so that I...

Apache, IIS, Nginx, and so on the vast majority of web servers, are not allowed to respond to POST requests for static files.

Hi there! Your module is awesome! Used it couple of times already. Still, I see couple of improvements, like: 1) Description part "you set in a text file" should be...

I am using scrapy 1.1.2 The error: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/scrapy/commands/crawl.py", line 57, in run self.crawler_process.crawl(spname, **opts.spargs) File "/usr/local/lib/python2.7/dist-packages/scrapy/crawler.py", line 163, in crawl return self._crawl(crawler, _args, *_kwargs)...

Hello, I have upgraded scrappy to 1.1.10 and I get the following ... ``` #ERROR - Error downloading ------ [(scraper.py:_log_download_errors:208) - 2016-07-08 14:16:53 - PID:13503]) Traceback (most recent call last):...

if `USER_AGENT_LIST` isn't set, it throws an error. Use some default setting.

bug