Skip to content

Instantly share code, notes, and snippets.

View tcprescott's full-sized avatar

Thomas Prescott tcprescott

  • Des Moines, Iowa
View GitHub Profile
@tcprescott
tcprescott / gist:42eb94d0172b2bc04a0db25b0a93db59
Created November 29, 2018 03:08
GDQ registration scraper
#in the "cookie" variable, replace remember_abc123456 with the name of your remember_* cookie in your browser
#and remembertokenhere with the token for that cookie
#you can find the cookie in chrome by going into the developer tools while on the page (Control-Shift-I in Windows)
#go to Application tab, choose Cookies
#uses python 3.6
#pip3 install requests
#pip3 install BeautifulSoup4
#pip3 install lxml