这是一个自动博主,使用 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