Skip to content

teamreflex/daum-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daum-scraper

Scrape images from Daum posts.

Requirements

  • Node (only tested on 18)
  • A Daum/Kakao account
  • Access to the content you're trying to scrape

Setup

$ git clone git@github.com:teamreflex/daum-scraper.git
$ cd daum-scraper
$ npm install

Running

First you must login to generate a cookies.json file. Provide a link to the cafe/post you're wanting to access. This will bring up a Chromium instance for you to login.

$ npm run login -- <url>

Once that's done and you have your cookies.json file saved, you can start scraping.

$ npm start -- <url>
$ npm start -- https://cafe.daum.net/loonatheworld/F5dr/37
> Loaded cookies
> Found 33 images
> Saved 33 images

About

Scrape images from Daum posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published