Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braheezy/the-n-google-search
Search google for 'The N'
https://github.com/braheezy/the-n-google-search
Last synced: 17 days ago
JSON representation
Search google for 'The N'
- Host: GitHub
- URL: https://github.com/braheezy/the-n-google-search
- Owner: braheezy
- Created: 2023-05-21T03:16:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-21T03:16:37.000Z (over 1 year ago)
- Last Synced: 2024-11-10T13:35:28.422Z (3 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# "The N" Google Search
I was joking around about something and the idea of searching the internet for "The `N`", where `N` is some random number, came up. We did a couple and of course got some interesting hits. I wanted to see if you got something meaningful for a bunch of numbers. So here we are.## Usage
Ensure Python 3 and Chrome (or some Chromium variant) is installed.Clone this project, install required 3rd party packages, then run:
pip install -r requirements.txt
python the-n-google-search.pyChange how many searches are done by changing the `NUM_SEARCHES` variable in the file.