這是一個自動部落客,使用 ChatGPT API 和 Stable Diffusion API 建立完全優化的部落格文章並將其自動發佈到 WordPress
範例網站
截至 2023 年 7 月 31 日,有 6 個不同的 python 腳本
目前是在幾個小時內創建 500 多篇部落格文章的最佳腳本。您可以使用ChatGPT 產生主題權威表,然後將其全部輸入CSV,如果您想要針對您的利基/網站更具體的內容,請編輯特色圖像邏輯,如下所示(我必須製作一般圖像,因為穩定的擴散仍然可以沒有正確地做手)
這是一個一次性完成所有操作的腳本,而不是兩個單獨的腳本,一個用於創建內容,一個用於發佈內容,這個特定的自動部落格腳本一次執行所有操作。
請注意,這是相當csotly,所以如果你不想花很多錢,就不要給它太多的關鍵字。
這是目前使用 Stable Diffusion XD1.0 的唯一腳本,您可以輕鬆地將此引擎添加到其他腳本中,但說實話,我建議首先嘗試讓 test.py 工作。使用 3-5 個關鍵字進行操作,看看您是否喜歡結果,然後刪除這些文章並一次寫出所有內容。
該腳本具有創建部落格文章的邏輯。您可以從 input.csv 輸入關鍵字,該檔案採用 URL Slug、元標題、頁面描述作為參數。
要更改特色圖像提示或添加您自己的內部鏈接,只需在腳本中編輯以下行:
"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”之後使用,用於將該內容上傳為頁面,如果您想更改父頁面,則應該更改此行:
父頁面 ID = 10
取得 openai 金鑰 新增並安裝 shopify 外掛程式 取得密碼、API、blog_id