Skip to content

Instantly share code, notes, and snippets.

@AnderRV
Created August 20, 2021 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnderRV/3a4e6b582cbf3027025ee937c42ce637 to your computer and use it in GitHub Desktop.
Save AnderRV/3a4e6b582cbf3027025ee937c42ce637 to your computer and use it in GitHub Desktop.
from headers import random_headers
from proxies import random_proxies
# ...
def get_html(url):
return basic.get_html(url, headers=random_headers(), proxies=random_proxies())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment