This package has been deprecated

Author message:

It package is deprecaed. Please use puppeteer-plugin-line-sticker.

puppeteer-plugin-line-sticker-url
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

puppeteer-plugin-line-sticker-url

A Puppeteer plugin to get the LINE Sticker URL

Getting Started

$ npm i puppeteer-plugin-line-sticker-url
const puppeteer = require('puppeteer')
const LINEStickerURLPlugin = require('puppeteer-plugin-line-sticker-url')

;(async () => {
  const browser = await puppeteer.launch()

  const result = await LINEStickerURLPlugin.default(browser, 15080)

  console.log(result)

  /**
   * [ 'https://stickershop.line-scdn.net/stickershop/v1/sticker/220715078/android/sticker.png',
   *   'https://stickershop.line-scdn.net/stickershop/v1/sticker/220715079/android/sticker.png',
   *   'https://stickershop.line-scdn.net/stickershop/v1/sticker/220715080/android/sticker.png',
   *   .
   *   .
   *   .
   *   'https://stickershop.line-scdn.net/stickershop/v1/sticker/220715117/android/sticker.png' ]
   */

  await browser.close()
})()

Readme

Keywords

Package Sidebar

Install

npm i puppeteer-plugin-line-sticker-url

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

2.13 kB

Total Files

4

Last publish

Collaborators

  • p-chan