A Python tool to get Google autosuggest keywords.
Project description
coole
A Python tool to get Google autosuggest keywords with recursive search and a rich terminal UI.
Installation
Install coole using pip:
pip install coole
Alternatively, you can install it from the source:
git clone https://github.com/your-username/coole.git
cd coole
pip install .
Usage
coole <query> [options]
Parameters
query: The initial search query (required).-d,--depth: The depth of the recursive search (optional, default: 1).
Examples
Basic Usage
To get suggestions for the query "python":
coole python
Recursive Search
To perform a recursive search with a depth of 2 for the query "python":
coole python -d 2
How it works
coole fetches suggestions from Google's autosuggest API. It can perform a recursive search, where it takes the suggestions from the initial query and uses them as new queries to find more suggestions. The results are displayed in a clean and readable table in your terminal.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coole-0.0.1.tar.gz.
File metadata
- Download URL: coole-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45ba5313821d4ef3810f7048ff4280e8f6b93eb48b2dca971cefac0fb80a380f
|
|
| MD5 |
c55b43e603d9f8a1694596932267d457
|
|
| BLAKE2b-256 |
c0d469754e145da08c8b8e83d4b845ae5f9c713f24d0986b8c514a9d7183d99a
|
File details
Details for the file coole-0.0.1-py3-none-any.whl.
File metadata
- Download URL: coole-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9d71f6a8ff08f09b2287b50864c1e4e6f6706a8c21238eae269ba5763e1df00
|
|
| MD5 |
84c5f272973cca00295e5a64fe7cfc3a
|
|
| BLAKE2b-256 |
212c87aa17b0dfd806e3bcb67d8194e64c23168fc6994e1db4803116cf23685e
|