1.0.25 • Published 7 months ago

velog-post-scraper v1.0.25

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

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
1.0.25

7 months ago

1.0.24

7 months ago

1.0.22

7 months ago

1.0.21

7 months ago

1.0.20

7 months ago

1.0.19

7 months ago

1.0.18

7 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.15

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.8

9 months ago

1.0.6

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.0

9 months ago