Git Product home page Git Product logo

postnaver_crawler's Introduction

postnaver_Crawler

preview

Crawl image from post.naver.com with specific username / ID .

ν•œκΈ€ README

Requirements

  • Selenium
  • Beautifulsoup4

Dependencies

pip install -r requirements.txt

Usage

usage: main.py [-h] [-k KEYWORD [KEYWORD ...]] [-d] [-n NAME] MemberNo

Downloader for post.naver.com

positional arguments:
  MemberNo              Member ID shown in url. See readme.md if need.

optional arguments:
  -h, --help            show this help message and exit
  -k KEYWORD [KEYWORD ...], --keyword KEYWORD [KEYWORD ...]
                        Keyword to search and crawl. It can be single string
                        or list. If not, will crawl all pages.
  -d, --date            Use it if you need download with date
  -n NAME, --name NAME  Download specific folder. default: Naver_Post_Download
  • You can find MemberNo by url. (Ex. https://post.naver.com/my.nhn?memberNo=2380229 => MemberNo = 2380229)
  • -k KEYWORD [KEYWORD ...] should be single keyword or list of keywords, such as KEYWORD1 KEYWORD2 KEYWORD3 ...
  • -d option will makes sub directories with dates which post was written.
  • -n NAME sets your download folder name. default is Naver_Post_Download

TODO

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.