https://github.com/brayvid/visualize-searches
Explore search trends in a "MyActivity.html" file from Google Takeout.
https://github.com/brayvid/visualize-searches
concordance google javascript myactivity p5js takeout word-frequency
Last synced: 2 months ago
JSON representation
Explore search trends in a "MyActivity.html" file from Google Takeout.
- Host: GitHub
- URL: https://github.com/brayvid/visualize-searches
- Owner: brayvid
- Created: 2018-01-15T01:27:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-23T13:42:52.000Z (over 7 years ago)
- Last Synced: 2024-05-18T08:22:03.035Z (over 1 year ago)
- Topics: concordance, google, javascript, myactivity, p5js, takeout, word-frequency
- Language: JavaScript
- Homepage:
- Size: 734 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visualize your searches from Google Takeout
- Words in searches are counted. Common words like "the" and "what" are ignored.
- The list is divided into intervals (bins) by timestamp, and the most frequent word in each bin is selected.
- Each selected word's count-in-bin is plotted with time. Clicking on a word toggles its graph on and off.
- [p5](https://p5js.org/) and [JQuery](https://jquery.com/) are used via CDN links in the index.html file.## Usage
- The files study.js, ignored.js and index.html need to be served to your browser, in addition to a "MyActivity.html" file from Google. This can be found at https://takeout.google.com/settings/takeout. Select: My Activity > Select specific activity data > (Choose a service), and follow the prompts.
- Start a local web server from your working directory. Here is one option: https://www.npmjs.com/package/http-server.
- Open the browser console, navigate to localhost, and wait a few seconds to a couple minutes for the window to appear, depending on the size of the MyActivity file.## Results (Youtube)

