본문 바로가기

n2t3

N2T(Notion2Tistory) 사용법(3) - using docker Referencedocker + python + selenium 환경 셋업 : https://velog.io/@ywoosang/asd[python] selenium에서 Message: unknown error: session deleted because of page crash 에러 발생 : https://devpouch.tistory.com/172EnvironmentOS : ubuntu 22.04Docker version 20.10.22, build 3a2c30bworking directory : ~/work/docker-n2tconfig.py 파일 미리 준비Abstract일반적인 리눅스/PC 환경과 달리, container 환경에서 pip를 사용하여 selenium 설치 및 사용하면 chromedri.. 2023. 1. 18.
N2T(Notion2Tistory) 사용법(2) - N2T 설치 및 테스트 Referencehttps://github.com/jmjeon94/N2T목차N2T(Notion2Tistory) 사용법(2) - N2T 설치 및 테스트N2T 다운로드 및 설정N2T 실행페이지 발행본문N2T 다운로드 및 설정git clonegit clone https://github.com/jmjeon94/N2T.git패키지 설치(using pipenv)$ pipenv install $ pipenv run pip install -r requirements.txtconfig.py 파일 수정from utils.dotdict import dotdict cfg = dotdict( TISTORY=dotdict( ID='kakao_login_mail', # 티스토리 로그인용 카카오 메일 주소 PW='kakao_logi.. 2023. 1. 16.
N2T(Notion2Tistory) 사용법(1) - 사전 준비 Referencehttps://github.com/jmjeon94/N2T목차N2T(Notion2Tistory) 사용법(1) - 사전 준비Tistory AppID & API Key 발급Notion token 추출노션 업로드 페이지 만들기결론본문Tistory AppID & API Key 발급다음 페이지 방문하여 기본적인 정보를 입력하고 키 발급TISTORY나를 표현하는 블로그를 만들어보세요.https://www.tistory.com/guide/api/manage/registerApp ID(1️⃣)와 Secret key(2️⃣) 저장 Notion token 추출노션 홈페이지(notion.so) 접속우클릭 > 요소 점검 클릭 (Chrome은 검사)저장공간 > 쿠키 > www.notion.so 에서 token_v.. 2023. 1. 16.