velog-post-scraper
TypeScript icon, indicating that this package has built-in type declarations

1.0.25 • Public • Published

velog-post-scraper

Velog에서 전체 게시물 가져오기

Getting Started

Installation

npm i velog-post-scraper
# or using yarn
yarn add velog-post-scraper

Usage

const posts = scrapeVelogPosts(`VELOG_USER_ID`);
// result : [...,]
// {
//   title : `title`,
//   content : 'content',
//   createdAt : 'createdAt',
//   tags : ['tags'],
// }

downloadVelogPosts(posts); // posts json File download

const totalPostCount = getTotalPostCount('VELOG_USER_ID');
// velog post total count

Readme

Keywords

none

Package Sidebar

Install

npm i velog-post-scraper

Weekly Downloads

1

Version

1.0.25

License

ISC

Unpacked Size

38.9 kB

Total Files

8

Last publish

Collaborators

  • seonyeong2222