I am coding a web scraper for the website with the following Python code:
import requests def scrape(url): req = requests.get(url) with open(\'out.h
As already mentioned in the comments and from yourself, changing the IP could help. To do this quite easily have a look at vpngate.py:
https://gist.github.com/Lazza/bbc15561b65c16db8ca8
An How to is provided at the link.
Have fun