これは、ChatGPT API と Stable Diffusion API を使用して、完全に最適化されたブログ投稿を作成し、WordPress に自動的に投稿するオートブロガーです。
ウェブサイトの例
2023 年 7 月 31 日現在、6 種類の Python スクリプトがあります。
現時点では、数時間で 500 以上のブログ投稿を作成するための最良のスクリプトです。 ChatGPT を使用して話題の典拠テーブルを生成し、それをすべて CSV に入力し、ニッチ/Web サイトに特化したものが必要な場合は、以下に示すように注目の画像ロジックを編集できます (安定した拡散がまだ可能であるため、一般的な画像を作成する必要がありました)手をきちんとやっていない)
これは、コンテンツの作成用と投稿用の 2 つの別々のスクリプトではなく、すべてを一度に実行する 1 つのスクリプトです。この特定の自動ブログ スクリプトは、すべてのアクションを一度に実行します。
これは非常に複雑なので、あまりお金をかけたくない場合は、あまり多くのキーワードを指定しないでください。
これは現在 Stable Diffusion XD1.0 を使用している唯一のスクリプトです。このエンジンは他のスクリプトに簡単に追加できますが、正直に言って、最初に test.py を動作させることをお勧めします。 3 ~ 5 個のキーワードを使用して実行し、結果が気に入るかどうかを確認してから、それらの記事を削除して、すべてのコンテンツを一度に書きます。
このスクリプトには、ブログ投稿を作成するロジックが含まれています。 URL Slug、Meta Title、Description of Page を引数とする 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」の後に使用することに特化しており、そのコンテンツをページとしてアップロードするために使用されます。親ページを変更したい場合は、次の行を変更する必要があります。
親ページID = 10
openai キーを取得する shopify プラグインを追加してインストールする パスワード、API、blog_id を取得する