ChatGPT API와 Stable Diffusion API를 사용하여 완전히 최적화된 블로그 게시물을 작성하고 자동으로 WordPress에 게시하는 자동 블로거입니다.
예제 웹사이트
2023년 7월 31일 현재 6개의 서로 다른 Python 스크립트가 있습니다.
현재 몇 시간 안에 500개 이상의 블로그 게시물을 작성하기 위한 최고의 스크립트입니다. ChatGPT를 사용하여 주제별 권위 테이블을 생성한 다음 모든 내용을 CSV에 입력하고, 틈새 시장/웹 사이트에 대해 좀 더 구체적인 내용을 원한다면 아래와 같이 추천 이미지 로직을 편집할 수 있습니다(안정적인 확산이 여전히 가능하기 때문에 일반 이미지를 만들어야 했습니다). 손을 제대로 못 대요)
이것은 모든 작업을 한 번에 수행하는 하나의 스크립트입니다. 두 개의 개별 스크립트(콘텐츠 생성용 스크립트와 게시용 스크립트) 대신 이 특정 자동 블로깅 스크립트는 모든 작업을 한 번에 수행합니다.
이것은 매우 까다로우므로 많은 돈을 지출하고 싶지 않다면 키워드를 너무 많이 지정하지 마십시오.
이것은 현재 Stable Diffusion XD1.0을 사용하고 있는 유일한 스크립트입니다. 이 엔진을 다른 스크립트에 쉽게 추가할 수 있지만 솔직히 test.py를 먼저 작동시키도록 권장하고 싶습니다. 3~5개의 키워드를 사용하여 결과가 마음에 드는지 확인한 다음 해당 기사를 삭제하고 모든 콘텐츠를 한 번에 작성하세요.
이 스크립트에는 블로그 게시물을 작성하는 논리가 있습니다. URL Slug, 메타 제목, 페이지 설명 인수를 사용하는 input.csv에서 키워드를 입력할 수 있습니다.
추천 이미지 프롬프트를 변경하거나 자체 내부 링크를 추가하려면 스크립트에서 다음 줄을 편집하면 됩니다.
"text": f'Threads, stitches, clothes, mannequin, fabrics and other tailoring objects repeated patterned wallpaper'
여기서 중요한 점은 사람의 손이나 텍스트와 같은 것이 필요하지 않은 틈새 시장에 있다면 {meta_title}의 패턴 이미지와 같은 것을 간단히 추가할 수 있다는 것입니다.
"content": f'Never mention essay. Write an article using the {essay_outline}. Internal links are vital to SEO. Please always include a maximum 5 ahref internal links contextually in the article not just at the end. NEVER USE PLACEHOLDERS. ALWAYS WRITE ALL THE ARTICLE IN FULL. Always include 5 internal links. Output in HTML. Write an article using {essay_outline} with 3 paragraphs per heading. Each heading of the essay should have at least one list or table (with a small black border, and border between the rows and columns) also. It will go onto wordpress so I dont need opening HTML tags. Create relative links using the following relative links contextually thoughout the article. Use a maximum of 5. /suit-basics/, /suit-fit/, /how-to-wear-a-suit/, /how-to-measure/, /30-suit-basics/, /button-rules/, /suit-styles/, /how-to-clean/, /dress-pants-fit/, /suit-cuts/, /differences-in-suit-cuts/, /classic-fit-suit/, /slim-fit-suit/, /modern-fit-suit/, /three-piece-suit/, /double-breasted-suit/, /suit-vs-tuxedo/, /how-to-wear-a-tuxedo/, /blue-tuxedo/, /tuxedo-shirt/, /best-affordable-tuxedos/, /formal-attire/, /wedding-attire/, /black-tie/, /semi-formal/, /cocktail-attire/, /business-professional/, /job-interview/, /smart-casual/, /business-casual/, /funeral-attire/, /suit-color/, /color-combinations/, /blazer-trousers/, /dress-shirt-fit/, /how-to-wear-a-dress-shirt/, /dress-shirt-sizes/, /shirt-colors/, /best-dress-shirts/, /shirt-and-tie/, /ties-guide/, /bow-ties/, /match-the-watch/, /dress-shoes-styles/, /pocket-square/, /belts-guide/, /how-to-wear-a-belt/, /cufflinks/, /tie-clip/, /suspenders/, /sunglasses/, /suit-fabrics/, /wool/, /cotton/, /cashmere/, /velvet/, /linen/, /seersucker/, /tweed/, /polyester/, /sharkskin/, /polyester/, /sharkskin/',},
동일한 방식으로 작동하지만 대신 페이지에 대한 콘텐츠를 생성합니다. 프롬프트에서 약간 다른 논리를 가지고 있지만 기본적으로 다른 주제에 대해 개인적으로 다른 콘텐츠를 작성하는 방법이었습니다.
업로드 논리가 더 중요합니다. 여기서는 프롬프트가 약간 다릅니다.
이 스크립트는 "createblogpost.py" 이후에 사용하기 위한 것이며 해당 콘텐츠를 블로그 게시물로 업로드하는 데 사용됩니다.
이 스크립트는 "createpage.py" 다음에 사용하기 위한 것이며 해당 콘텐츠를 페이지로 업로드하는 데 사용됩니다. 상위 페이지를 변경하려면 다음 줄을 변경해야 합니다.
parent_page_id = 10
openai 키 받기 Shopify 플러그인 추가 및 설치 비밀번호, API, blog_id 받기