Skip to content

단 λͺ‡μ€„μ˜ μ½”λ“œλ‘œ λ‹€μ–‘ν•œ μ‡Όν•‘ ν”Œλž«νΌμ—μ„œ 결제 내역을 κΈμ–΄μ˜€μž!

License

Notifications You must be signed in to change notification settings

code-yeongyu/TrackPurchase

Repository files navigation

credit card emoji

TrackPurchase

NPM version codecov codecov

단 λͺ‡μ€„μ˜ μ½”λ“œλ‘œ λ‹€μ–‘ν•œ μ‡Όν•‘ ν”Œλž«νΌμ—μ„œ 결제 내역을 κΈμ–΄μ˜€μž!

πŸ›’ 지원 ν”Œλž«νΌ λͺ©λ‘

  • 지원 ν”Œλž«νΌμ€ κ³„μ†ν•΄μ„œ 좔가될 μ˜ˆμ •μž…λ‹ˆλ‹€.

Naver Pay

πŸ“¦ μ„€μΉ˜

yarn add trackpurchase

πŸš€ μ‚¬μš©

넀이버 페이

import { NaverApp } from "trackpurchase";
const browser = await puppeteer.launch();
const page = await browser.newPage();

const module = NaverApp.NaverModuleFactory.create(page);
const crawlService = new NaverApp.NaverService(module);

await crawlService.normalLogin(id, password, 100);
const history = await crawlService.getHistory();
browser.close();

console.log(history);

About

단 λͺ‡μ€„μ˜ μ½”λ“œλ‘œ λ‹€μ–‘ν•œ μ‡Όν•‘ ν”Œλž«νΌμ—μ„œ 결제 내역을 κΈμ–΄μ˜€μž!

Topics

Resources

License

Stars

Watchers

Forks