Added package cdp (#2847)

This commit is contained in:
Leon Lysak 2024-04-04 20:59:40 -04:00 committed by GitHub
parent f7eb335e35
commit f7a4d60e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33041,5 +33041,22 @@
"description": "🍬 General syntactic sugar",
"license": "MIT",
"web": "https://github.com/FyraLabs/sweet"
},
{
"name": "cdp",
"url": "https://github.com/Niminem/ChromeDevToolsProtocol",
"method": "git",
"tags": [
"cdp",
"chrome-devtools-protocol",
"chromedevtoolsprotocol",
"browser",
"browser-automation",
"web-scraper",
"spider"
],
"description": "Low-level Nim wrapper for Chrome DevTools Protocol (CDP) v1.3 stable. Bend Chrome to your will with complete control over your browser. Scrape dynamic webpages, create browser automations, and beyond.",
"license": "MIT",
"web": "https://github.com/Niminem/ChromeDevToolsProtocol"
}
]