Skip to content

Instantly share code, notes, and snippets.

@DhruvaDave
Created March 15, 2023 13:17
Show Gist options
  • Save DhruvaDave/482143d8dc9aecdbca418f682e4839b3 to your computer and use it in GitHub Desktop.
Save DhruvaDave/482143d8dc9aecdbca418f682e4839b3 to your computer and use it in GitHub Desktop.
import browser_cookie3
import requests
cj = browser_cookie3.chrome(domain_name='www.bitbucket.com')
r = requests.get(url, cookies=cj)
get_title(r.content)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment