New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

naver-js

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

naver-js

Unofficial Naver Cafe Toolkit For Automation

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Naver Cafe Toolkit for JavaScript.

Automation with playwright 🚀

npm version

Installation

npm install naver-js

Usage

Quickstart

// Options for background chrome session (check `CrawlerOptions`)
const client = new Client(options)

// Bootstrap for headless chromium =)
await client.bootstrap()

// (Optional) Naver Login =)
await client.auth.login('YOUR_ID', 'YOUR_PW')

// # 1. Get Cafe's categories with url
const categories = await client.category.retrieve(NAVER_CAFE_URL)

// # 2. Read Cafe's articles with url, page, and article count
const articles = await client.article.retrieve(NAVER_CAFE_BOARD_URL, 1, 50)

// Gracefully shutdown
await client.shutdown()

Keywords

FAQs

Package last updated on 16 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc