ptsteadman / google-search-history

Hacky code that tweets everything you google.

Home Page:https://computerlab.io/2016/06/22/what-i-learned-from-live-tweeting-google/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Search Tweeter

Really hacky script that tweets everything that you google.

This code is essentially deprecated because Google changed the history page to an AngularJS application. If you'd like to scrape search history (or other interesting history like youtube, location, voice, etc), better options would be using a headless browser like PhantomJS, or creating a chrome extension. Since search history is synced across devices, you could get searches from mobile chrome.

Update July 2016: Google has bundled all history items including voice, location, YouTube, browser, search into myactivity.google.com. This code won't work, but the approach used here might. postmortem

About

Hacky code that tweets everything you google.

https://computerlab.io/2016/06/22/what-i-learned-from-live-tweeting-google/


Languages

Language:Python 96.6%Language:Shell 3.4%