https://github.com/erikbern/eigenstuff
Use the first eigenvector (stationary distribution) of Google searches for "move from X to Y" to say something about future popularity
https://github.com/erikbern/eigenstuff
Last synced: about 2 months ago
JSON representation
Use the first eigenvector (stationary distribution) of Google searches for "move from X to Y" to say something about future popularity
- Host: GitHub
- URL: https://github.com/erikbern/eigenstuff
- Owner: erikbern
- Created: 2017-03-15T03:36:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T22:10:11.000Z (about 6 years ago)
- Last Synced: 2024-10-13T14:35:08.860Z (9 months ago)
- Language: Python
- Homepage: https://erikbern.com/2017/03/15/the-eigenvector-of-why-we-moved-from-language-x-to-language-y.html
- Size: 2.91 MB
- Stars: 231
- Watchers: 18
- Forks: 43
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scrape search queries from Google. The code quality isn't the best (should factor out the configuration into a static file at some point!)
You probably need to run it through a proxy: `$ HTTP_PROXY=xyz python analyze.py`

