This repository contains OSIB (OSINTBuddy) Python plugins built with the osintbuddy framework.
.*****.
.***************. G──────────────────────────────────G
********************. │ jack into the Google CSE API │
*******. .****. │ for curated search results |
.-***** . G──────────────────────────────────G
----*.
------
----- ************** $$$$$$\ $$$$$$\ $$$$$$$$\
----- ************** $$ __$$\ $$ __$$\ $$ _____|
------ ************** $$ / \__|$$ / \__|$$ |
----+. *****= $$ | \$$$$$$\ $$$$$\
.-+++++ ****** $$ | \____$$\ $$ __|
+++++++. .++***** $$ | $$\ $$\ $$ |$$ |
++++++++++++++++++++- \$$$$$$ |\$$$$$$ |$$$$$$$$\ 𝐁𝐮𝐢𝐥𝐭 𝐰𝐢𝐭𝐡 𝐥𝐨𝐯𝐞 ♥
.+++++++++++++++. \______/ \______/ \________| 𝑏𝑦 𝑗𝑒𝑟𝑙𝑒𝑛𝑑𝑑𝑠
.+++++.
In this plugins pack we have collected and categorized hundreds of Googles CSE (Custom Search Engine) URLs.
You can use these transforms/ and entities/ for retrieving and displaying search results from Googles Programmable Search Engines in the OSIB app.
We're using the MIT license for this plugins pack. See LICENSE for details.
This repo is also open to contributions from the OSIB community. If you find any new CSE URLs please open an issue or create a PR with your new additions :)
| Entity | ID | Category | Description | File |
|---|---|---|---|---|
| CSE Result | cse_result@1.0.0 | Search | entities/cse_result.py | |
| CSE Search | cse_search@1.0.0 | Search | Search through hundreds of categorized custom search engines from Google | entities/cse_search.py |
| Telegram CSE Search | telegram_cse_search@1.0.0 | Search | CSE search for telegram communities | entities/telegram_cse_search.py |
| Transform | Target | Description | File |
|---|---|---|---|
| To URL | cse_result@1.0.0 | To URL | transforms/cse_result_to_url.py |
| To cse results | cse_search@1.0.0 | To cse results | transforms/cse_search_to_results.py |
| To CSE Search | telegram_cse_search@1.0.0 | To CSE Search | transforms/telegram_cse_search.py |
| File | Type | Purpose |
|---|---|---|
| entities/cses.json | json | Configuration or structured metadata |
Detected external dependencies: httpx Browser automation: No browser automation imports detected Network dependencies: Transforms appear to use network-facing modules: httpx, urllib
Detected external imports not declared in pyproject dependencies: httpx Browser automation imports detected: None Network-facing imports detected: httpx, urllib