Skip to main content

Naver Blog Auto Posting Bot From Read Markdown File

Project description

NBAPB (Blog Auto Posting Bot)

  • 설치

    $ pip install bpb
    
  • 네이버 계정 설정

    file: config.json

    {
      "NAVER_ID": "",
      "NAVER_PASSWORD": ""
    }
    
  • chromedriver 설치

    chromedriver download

    chromedriver는 크롬 버전에 맞춰 설치

  • 구동

    bpb -a [계정정보 json 파일] -f [마크다운 파일 경로] -w [ 드라이버 파일 경로] -r [-f 인자로 전달한 파일에서 사용하는 리소스 파일 경로] start
    

    경로는 절대경로 입력을 권장합니다.

    마크다운에서 사용하는 리소스(이미지)는 상대경로로 경로를 표현할 수 있으므로 마크다운에서 사용되는 이미지 파일을 따로 디렉터리로 관리하여 -r 옵션으로 전달

    bpb -a ./config.json -f ./data/test2.md -w ./driver/chromedriver -r ./data/ start
    

    계정정보 ./config.json 마크다운 파일경로 ./data/test2.md 웹드라이버파일경로 .driver/chromedriver 마크다운에서 사용하는 리소스 파일 경로 ./data/

    bpb -a /Users/bagjeongtae/Desktop/markdown_to_convert/config.json -f /Users/bagjeongtae/Desktop/markdown_to_convert/data/test1.md -w /Users/bagjeongtae/Desktop/markdown_to_convert/driver/chromedriver -r /Users/bagjeongtae/Desktop/markdown_to_convert/data/ start
    

issue

  • 실행환경

현재는 mac에서만 테스트함.

  • 이미지 경로문제

윈도우의 경우 다음과 같이 경로를 작성

![](C:\\Users\\user\\Desktop\\blog_post_bot_cli\\data\\img.png)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

bpb-1.1-py3-none-any.whl (22.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page