<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>development Archives - Scubian</title>
	<atom:link href="https://illuwa.net/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>https://illuwa.net/tag/development/</link>
	<description>memory</description>
	<lastBuildDate>Sun, 12 Feb 2023 12:59:09 +0000</lastBuildDate>
	<language>ko-KR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>Fully automated wordpress blog writing using ChatGPT #3</title>
		<link>https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-3/</link>
					<comments>https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-3/#comments</comments>
		
		<dc:creator><![CDATA[illuwa]]></dc:creator>
		<pubDate>Sun, 12 Feb 2023 07:12:22 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[airtable]]></category>
		<category><![CDATA[auto blog]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[chatGPT]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[openai]]></category>
		<category><![CDATA[tabbly]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://illuwa.net/?p=1753</guid>

					<description><![CDATA[<p>조회수: 2chatGPT를 이용한 워드프레스 블로그 글쓰기 완전자동화 #3 Pabbly Workflow 생성Create Workflow in Pabbly 시나리오 고민하기Considering a scenario 시나리오를 고민하는 이유는 Pabbly의 Workflow를 구성할 때, 실행시키는 Trigger와 Action들이 일관된 흐름을 가지도록 설계해야 하기 때문입니다. 시나리오를 고민하여 특정 이벤트에 따라 실행되는 Trigger와 이에 대응되는 Action들이 서로 <a class="more-link" href="https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-3/">Continue reading <span class="screen-reader-text">  Fully automated wordpress blog writing using ChatGPT #3</span><span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-3/">Fully automated wordpress blog writing using ChatGPT #3</a> appeared first on <a href="https://illuwa.net">Scubian</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>조회수: 2</p>
<p>chatGPT를 이용한 워드프레스 블로그 글쓰기 완전자동화 #3</p>



<p></p>



<p></p>



<p class="has-huge-font-size">Pabbly Workflow 생성<br>Create Workflow in Pabbly</p>



<p></p>



<p class="has-normal-font-size"><strong>시나리오 고민하기<br>Considering a scenario</strong></p>



<p>시나리오를 고민하는 이유는 Pabbly의 Workflow를 구성할 때, 실행시키는<strong> Trigger와 Action들이 일관된 흐름</strong>을 가지도록 설계해야 하기 때문입니다. 시나리오를 고민하여 특정 이벤트에 따라 실행되는 Trigger와 이에 대응되는 Action들이 서로 잘 맞아 떨어지도록 해야 합니다. 이러한 고민 없이 Workflow를 구성하면 예상치 못한 문제가 발생할 수 있으며, 작업의 순서나 조건을 수정해야 하는 경우 전체 Workflow를 재구성해야 할 수도 있습니다. 따라서, 시나리오를 고민하여 미리 설계하는 것이 좋습니다.<br>The reason for considering a scenario is that when configuring the Workflow in Pabbly, you<strong> need to design Trigger and Actions that have a consistent flow</strong>. By considering a scenario, you ensure that the Trigger that is executed based on a specific event matches well with the corresponding Actions. Without this consideration, unexpected problems may occur, and you may have to reconstruct the entire Workflow if you need to modify the sequence or conditions of the tasks. Therefore, it is advisable to consider a scenario and design it in advance.</p>



<p>필자의 경우 아래와 같이 20단계로 시나리오를 구성하였다. 아래 시나리오는 많은 시행착오를 거쳐 pabbly credit 소비가 최소화 될 수 있도록 작성되었다.<br>In my case, I configured the scenario in a total of 20 steps. The following scenario was written after going through many trial and error steps to minimize Pabbly credit consumption</p>



<ol class="wp-block-list">
<li>특정 시간마다 실행되도록 하기(기본이 15분이나, 조정가능)<br>Set to run at specific intervals (default is 15 minutes, but adjustable)<br></li>



<li>신규 등록된 카테고리 가져오기<br>Fetch newly registered categories.<br></li>



<li>카테고리 가져오기가 성공할 시 계속 진행<br>If fetching categories is successful, continue to the next step<br></li>



<li>카테고리별 주제 생성<br>Create a topic for each category<br></li>



<li>주제 생성이 성공할 시 계속 진행<br>If creating a topic is successful, continue to the next step<br></li>



<li>Airtable에서 데이터 가져오기<br>Fetch data from Airtable<br></li>



<li>본문 HTML 문서 만들기<br>Create an HTML document for the content<br></li>



<li>본문생성 성공 시 계속 진행<br>If creating the content is successful, continue to the next step<br></li>



<li>본문 Markdown 문서로 변환하기<br>Convert the content to a Markdown document<br></li>



<li>주제글에 대한 해쉬태그 생성하기<br>Create a hashtag for the topic title.<br></li>



<li>해쉬태그 생성 성공 시 계속 진행<br>If creating the hashtag is successful, continue to the next step<br></li>



<li>해쉬태그 공백 제거<br>Remove spaces from the hashtag<br></li>



<li>본문 이미지 검색하기<br>Search for images for the content<br></li>



<li>이미지 검색 API와 연동<br>Integrate with an image search API.<br></li>



<li>이미지 최종 URL 추출<br>Extract the final URL of the image<br></li>



<li>이미지를 성공적으로 가져왔을때 계속 진행<br>If the image is fetched successfully, proceed to the next step<br></li>



<li>전체 DB 생성<br>Creating the entire database<br></li>



<li>블로그에 자동 등록<br>Automatically write on the blog.<br></li>



<li>전체 DB 정리<br>Organize the entire database<br></li>



<li>트리거 초기화<br>Reset the trigger.</li>
</ol>



<p></p>



<p>먼저<a href="https://payments.pabbly.com/api/affurl/RVYZ07kQyUZ0Z1HUKZ1m/30QrOjTMmzAzGOZ0o?target=tm576znNj1Z0Tagzn"> </a><a href="https://payments.pabbly.com/api/affurl/RVYZ07kQyUZ0Z1HUKZ1m/30QrOjTMmzAzGOZ0o?target=tm576znNj1Z0Tagzn" target="_blank" rel="noreferrer noopener">https://connect.pabbly.com</a> 에 접속한 후 우측 상단의 &#8220;Create Workflow&#8221;를 클릭하여 새로운 Workflow를 만들어 준다.<br>First, access<a rel="noreferrer noopener" href="https://payments.pabbly.com/api/affurl/RVYZ07kQyUZ0Z1HUKZ1m/30QrOjTMmzAzGOZ0o?target=tm576znNj1Z0Tagzn" target="_blank"> https://connect.pabbly.com</a>, then click on &#8216;Create Workflow&#8217; in the top right corner to create a new workflow</p>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="981" height="633" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-40.png&amp;nocache=1" alt="" class="wp-image-1754" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-40.png&amp;nocache=1 981w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-40-300x194.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-40-768x496.png&amp;nocache=1 768w" sizes="(max-width: 981px) 100vw, 981px" /></figure>



<p></p>



<p class="has-large-font-size">1. <strong>특정 시간마다 실행되도록 하기</strong><br>    Set to run at specific intervals</p>



<p>Pabbly는 처음 어떤 조건일 때 시작될지(Trigger)와 액션(Action)들로 구성된다. 우선 Trigger를 1분마다 실행되도록 Pabbly에서 제공하는 타이머를 선택할 예정이다.<br>Pabbly is composed of Triggers and Actions that determine when it will start under certain conditions. First, we plan to select the timer provided by Pabbly to<strong> run the Trigger every 1 minute</strong>.</p>



<p></p>



<p>Choose App 화면에서 &#8220;Scheduled by Pabbly&#8221;를 선택하고, 개발 단계이므로 1분마다 실행되도록 아래와 같이 입력한다.<br>In the Choose App screen, select<strong> &#8216;Scheduled by Pabbly&#8217;</strong> and enter the following to run every 1 minute, as it is in the development phase</p>



<figure class="wp-block-table"><table><tbody><tr><td>Name</td><td>Value</td></tr><tr><td>How often you want to run your workflow?</td><td>At regular intevals</td></tr><tr><td>Every</td><td>1</td></tr><tr><td>Time Span</td><td>Minutes</td></tr></tbody></table></figure>



<figure class="wp-block-image size-full"><img decoding="async" width="967" height="800" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-42.png&amp;nocache=1" alt="" class="wp-image-1757" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-42.png&amp;nocache=1 967w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-42-300x248.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-42-768x635.png&amp;nocache=1 768w" sizes="(max-width: 967px) 100vw, 967px" /></figure>



<p>다음, 아래의 + 버튼을 눌러 본격적으로 Action을 정의해본다.<br>&#8220;Next, press the plus (+) button below to define Actions in earnest.&#8221;</p>



<p class="has-large-font-size">2. <strong>글을 작성할 대상 Category 정보 가져오기</strong><br>    Fetch information about the target Category for creating a new post.</p>



<p><br>새로 글을 작성할 대상 Category를 검색하여 가져온다. 대상 여부는 Airtable의 Category 테이블의 Pulling 값이 yes 인 것만 가져오도록 한다. 필자는 테스트로 Night diving 카테고리의 글을 쓰기 위해 <strong>Pulling 값을 yes로 airtable에서 변경</strong>해 주었다.<br>Search and fetch the target Category for creating a new post. Fetch only the target Category with a &#8216;Pulling&#8217; value of &#8216;Yes&#8217; in the Airtable &#8216;Category&#8217; table. <br>As a test,<strong> I changed the &#8216;Pulling&#8217; value to &#8216;Yes&#8217; in Airtable for the &#8216;Night diving&#8217; category </strong>to write a post</p>



<figure class="wp-block-image size-full"><img decoding="async" width="958" height="718" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-43.png&amp;nocache=1" alt="" class="wp-image-1758" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-43.png&amp;nocache=1 958w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-43-300x225.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-43-768x576.png&amp;nocache=1 768w" sizes="(max-width: 958px) 100vw, 958px" /></figure>



<p></p>



<p>AirTable에서 정보를 가져오기 위해 <strong>&#8220;Choose App&#8221;에서 Airtable을 검색</strong>하고 , <strong>Action Event는 &#8220;Search Record&#8221;를 선택</strong>한다. 처음으로 작업할 경우 Airtable과의 접속 연결을 위해 <strong>API키를 요청받게 되는데</strong> 이는 Airtable에 로그인 후 우측 상단의 계정이름을 클릭하고, Account 메뉴로 들어가면 <strong>API 키를 생성</strong>할 수 있다.<br>To fetch information from Airtable, <strong>search for &#8216;Airtable&#8217; in &#8216;Choose App&#8217; and select &#8216;Search Record&#8217; as the Action Event.</strong> If you are performing this task for the first time, you will be prompted to <strong>request an API key to connect to Airtable</strong>. To obtain this key, log in to Airtable,<strong> click on your account name in the upper right corner, and go to the Account menu</strong> where you can create an API key.</p>



<figure class="wp-block-image size-full is-resized"><img loading="lazy" decoding="async" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-44.png&amp;nocache=1" alt="" class="wp-image-1759" width="590" height="609" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-44.png&amp;nocache=1 992w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-44-290x300.png&amp;nocache=1 290w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-44-768x794.png&amp;nocache=1 768w" sizes="(max-width: 590px) 100vw, 590px" /></figure>



<p>연결이 완료된 경우 검색할 조건들을 입력할 수 있게 된다. 본인의 경우 DB이름은 blog.csv, 테이블 명은 Category, 필드명은 Pulling 이므로 아래와 같이 입력하고 Save &amp; Send Test Request 버튼을 클릭하였다.<br>Once the connection is established, you can enter the search conditions. In my case, the database name is &#8216;blog.csv&#8217;, the table name is &#8216;Category&#8217;, and the field name is &#8216;Pulling&#8217;, so I entered them as follows and clicked the &#8216;Save &amp; Send Test Request&#8217; button.</p>



<p>처음에는 yes/no 대신 checkbox로 구현코자 하였으나, pabbly에서 checkbox의 true/false 값을 제대로 가져오지 못하는 관계로 text 로 구현하였다.<br>At first, I tried to implement the &#8216;Pulling&#8217; value as a checkbox instead of yes/no, but because Pabbly was unable to properly fetch the checkbox&#8217;s true/false value, I implemented it as text instead.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="902" height="1019" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-45.png&amp;nocache=1" alt="" class="wp-image-1760" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-45.png&amp;nocache=1 902w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-45-266x300.png&amp;nocache=1 266w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-45-768x868.png&amp;nocache=1 768w" sizes="(max-width: 902px) 100vw, 902px" /></figure>



<p>정상적으로 데이터를 가져왔다면 &#8220;Save &amp; Send Test Request&#8221; 클릭시 아래 처럼 가져온 데이터를 보여준다.<br>If the data is fetched successfully, clicking on &#8216;Save &amp; Send Test Request&#8217; will display the fetched data as shown below</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="917" height="893" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-46.png&amp;nocache=1" alt="" class="wp-image-1761" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-46.png&amp;nocache=1 917w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-46-300x292.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-46-768x748.png&amp;nocache=1 768w" sizes="(max-width: 917px) 100vw, 917px" /></figure>



<p></p>



<p class="has-large-font-size">  3.카테고리 가져오기가 성공했을 시 계속 진행<br>    If fetching categories is successful, continue to the next step<br></p>



<p>Airtable, 네트워크 등의 문제로 데이터를 제대로 가져오지 못하거나, 가져올 데이터가 없을 경우 더이상 진행되지 않고 멈추도록 필터를 걸어주도록 한다. 필터 작업을 하지 않는 경우 오류가 난 상태로 계속 진행이 되어 pabbly 크레딧만 소비하게 된다.<br>To prevent Pabbly credits from being consumed when data cannot be fetched due to issues with Airtable, networks, or other factors, apply a filter to stop the process if the data is not properly fetched or if there is no data to fetch. Without filtering, the process will continue with an error, consuming Pabbly credits unnecessarily</p>



<p>마찬가지로 + 버튼을 눌러 &#8220;Choose App&#8221;에서 &#8220;Filter&#8221;를 클릭하고, Select label에는 2번에서 가져온 카테고리 정보(Records 0 Fields Category)가 &#8220;is not empty&#8221; 할때문 success 하도록 선택하고 &#8220;Save &amp; Send Test Request&#8221; 버튼을 누르면 성공 메시지를 볼 수 있다. 오류가 나는 경우에는 error 메시지를 출력하고 멈추가 된다.<br>Similarly, click the plus (+) button, search for &#8216;Filter&#8217; in &#8216;Choose App,&#8217; and set the Select label to &#8216;success&#8217; when the category information fetched from step 2 (Records 0 Fields Category) is &#8216;not empty.&#8217; Click the &#8216;Save &amp; Send Test Request&#8217; button to confirm that it succeeded. If there is an error, the process will stop and an error message will be displayed.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="969" height="929" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-47.png&amp;nocache=1" alt="" class="wp-image-1762" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-47.png&amp;nocache=1 969w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-47-300x288.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-47-768x736.png&amp;nocache=1 768w" sizes="(max-width: 969px) 100vw, 969px" /></figure>



<p></p>



<p>다음 글에서는 4. 카테고리별 주제 생성하기 부터 진행된다.<br>The next step in the process will begin from &#8216;4. Create a topic for each category</p>
<p>The post <a href="https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-3/">Fully automated wordpress blog writing using ChatGPT #3</a> appeared first on <a href="https://illuwa.net">Scubian</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-3/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Fully automated wordpress blog writing using ChatGPT #2</title>
		<link>https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-2/</link>
					<comments>https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-2/#respond</comments>
		
		<dc:creator><![CDATA[illuwa]]></dc:creator>
		<pubDate>Sat, 11 Feb 2023 15:05:52 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[airtable]]></category>
		<category><![CDATA[auto blog]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[chatGPT]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[openai]]></category>
		<category><![CDATA[pabbly]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://illuwa.net/?p=1728</guid>

					<description><![CDATA[<p>조회수: 2 chatGPT를 이용한 워드프레스 블로그 글쓰기 완전자동화 #2 Previous Post: chatGPT를 이용한 워드프레스 블로그 글쓰기 완전자동화 #1Previous Post: Fully automated wordpress blog writing using ChatGPT #1 카테고리 추천 받기Request category recommendation 본인이 운영할 블로그의 주제를 우선 정한 후 chatGPT를 통해 카테고리를 추천 받는다.At first <a class="more-link" href="https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-2/">Continue reading <span class="screen-reader-text">  Fully automated wordpress blog writing using ChatGPT #2</span><span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-2/">Fully automated wordpress blog writing using ChatGPT #2</a> appeared first on <a href="https://illuwa.net">Scubian</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>조회수: 2</p>
<p>chatGPT를 이용한 워드프레스 블로그 글쓰기 완전자동화 #2</p>



<p><a href="https://illuwa.myds.me/2023/02/11/fully-automated-blog-writing-using-chatgpt-1/">Previous Post: chatGPT를 이용한 워드프레스 블로그 글쓰기 완전자동화 #1</a><br><a href="https://illuwa.myds.me/2023/02/11/fully-automated-blog-writing-using-chatgpt-1/">Previous Post: Fully automated wordpress blog writing using ChatGPT #1</a></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Fully automated wordpress blog writing using ChatGPT #2" width="530" height="298" src="https://www.youtube.com/embed/RioAf9m6xoU?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p class="has-huge-font-size"><strong>카테고리 추천 받기</strong><br>Request category recommendation</p>



<p>본인이 운영할 블로그의 주제를 우선 정한 후 chatGPT를 통해 카테고리를 추천 받는다.<br>At first determine the topic of the blog, and then get category recommendations from chatGPT.</p>



<p>필자의 블로그 주제는 &#8220;스쿠버다이빙&#8221;으로 정하고 chatGPT에게 질의를 통해 20개의 카테고리를 다음과 같이 추천 받았다.<br>my blog topic is &#8220;Scuba Diving&#8221; and 20 categories were recommended through a query to chatGPT as follows.</p>



<p>우선 chatGPT에 질의할 질의문을 다음과 같이 만들었다.<br>I made the following inquiry to chatGPT to get category recommendations for their blog with the theme &#8220;Scuba Diving&#8221;.<br></p>



<p>내 블로그는 &#8220;스쿠버 다이빙, 프리다이빙 등&#8221;에 관련된 블로그이다. 블로그에 맞는 20개의 카테고리를 복사 가능한 CSV 파일 형태로 만들어라.<br>my blog is about scuba diving, free diving and etc. please recommend 20 blog categories fit to this blog. please change this to .csv format and make this copyable.</p>



<p>아래와 같이 복사 가능한 형태로 &#8220;하위 카테고리&#8221;,&#8221;상위 카테고리&#8221;를 추천하여 주는 것을 확인할 수 있다.<br>we received recommendations for &#8220;Subcategory&#8221; and &#8220;Parent Category&#8221; in a copyable form as follows.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="898" height="927" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-30.png&amp;nocache=1" alt="" class="wp-image-1729" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-30.png&amp;nocache=1 898w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-30-291x300.png&amp;nocache=1 291w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-30-768x793.png&amp;nocache=1 768w" sizes="(max-width: 898px) 100vw, 898px" /></figure>



<p></p>



<p>&#8220;Copy code&#8221; 버튼을 클릭하여 복사한 후 Notepad에 붙여넣기를 한다. <br>Click the &#8220;Copy code&#8221; button and paste it into Notepad.<br><br>&#8220;다른 이름으로 저장하기&#8221; 버튼을 클릭하여 category.csv 파일로 저장 후 더블클릭하면 엑셀에서 확인할 수 있다.<br>Click the &#8220;Save As&#8221; button to save the file as a .csv file called &#8220;category.csv&#8221;. Double-click the file to open it in Excel and view the content.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="1001" height="574" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-31.png&amp;nocache=1" alt="" class="wp-image-1730" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-31.png&amp;nocache=1 1001w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-31-300x172.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-31-768x440.png&amp;nocache=1 768w" sizes="(max-width: 1001px) 100vw, 1001px" /></figure>



<p></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="627" height="608" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-32.png&amp;nocache=1" alt="" class="wp-image-1731" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-32.png&amp;nocache=1 627w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-32-300x291.png&amp;nocache=1 300w" sizes="(max-width: 627px) 100vw, 627px" /></figure>



<p></p>



<p>Title 부분을 사용하는데, 추가/삭제 하고 싶은 카테고리가 있으면 수정하도록 한다.<br>We will use title field. Make changes to the title as needed by adding or removing it.</p>



<p></p>



<p class="has-huge-font-size"><strong>워드프레스에 카테고리 등록하기</strong><br>Register categories in WordPress</p>



<p>위에서 만든 카테고리를 워드프레스 &gt; 글 &gt; 카테고리 메뉴에서 추가하도록 한다.<br>Add the categories created above in the WordPress &gt; Posts &gt; Categories menu.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="966" height="662" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-33.png&amp;nocache=1" alt="" class="wp-image-1732" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-33.png&amp;nocache=1 966w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-33-300x206.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-33-768x526.png&amp;nocache=1 768w" sizes="(max-width: 966px) 100vw, 966px" /></figure>



<p></p>



<p>여기서 우리가 필요한 것은 추가된 카테고리의<strong> &#8220;Tag ID&#8221; 이다.</strong> Tag ID는 생성된 카테고리에 마우스를 올렸을 때 하단 주소표시줄에서 확인이 가능하다. 좀더 편리한 사용을 위해 <strong>&#8220;Reveal IDs&#8221; 플러그인</strong>을 사용하면 필자처럼 카테고리 화면에서 바로 확인할 수 있다.<br>What we need here is the <strong>&#8220;Tag ID&#8221; </strong>of the added category. The Tag ID can be confirmed from the address bar at the bottom when you hover over the created category. To make it more convenient to use, use the<strong> &#8220;Reveal IDs&#8221; </strong>plugin so you can directly check the category screen like the author.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="130" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-34-1024x130.png&amp;nocache=1" alt="" class="wp-image-1733" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-34-1024x130.png&amp;nocache=1 1024w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-34-300x38.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-34-768x98.png&amp;nocache=1 768w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-34-1536x195.png&amp;nocache=1 1536w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-34.png&amp;nocache=1 1714w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>등록된 각각의 카테고리의 Tag ID를 위에서 만든 Category.cvs 파일에 기록하여 준다. 이대 Title만 남기고 Category Field는 삭제해도 좋다.<br>write the Tag ID of each registered category in the Category.cvs file created above. It is fine to delete the Category Field and only keep the Title.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="529" height="676" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-35.png&amp;nocache=1" alt="" class="wp-image-1734" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-35.png&amp;nocache=1 529w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-35-235x300.png&amp;nocache=1 235w" sizes="(max-width: 529px) 100vw, 529px" /></figure>



<p></p>



<p>Title 및 Tag IDs를 복사하여 Airtable에 옮기도록 하겠다.<br>Copy the Titles and Tag IDs to Airtable.</p>



<p>Airtable에 다음과 같이 Table을 만든다.<br>Create a table in Airtable with the following fields:</p>



<figure class="wp-block-table"><table><tbody><tr><td class="has-text-align-center" data-align="center">No</td><td>Field Name</td><td>Field Type</td></tr><tr><td class="has-text-align-center" data-align="center">1</td><td>Category Name</td><td>Single Line Text</td></tr><tr><td class="has-text-align-center" data-align="center">2</td><td>Category ID</td><td>Single Line Text</td></tr><tr><td class="has-text-align-center" data-align="center">3</td><td>Pulling</td><td>Single Line Text</td></tr><tr><td class="has-text-align-center" data-align="center">4</td><td>Created</td><td>Created Time</td></tr><tr><td class="has-text-align-center" data-align="center">5</td><td>Last Modified Time</td><td>Last Modified Time</td></tr></tbody></table></figure>



<p>앞서 #1 에서 만들었던 My Blog Data를 다음과 같이 수정한다.<br>Modify the My Blog Data created in #1 as follows.</p>



<p>1. 제일 뒤의 + 모양을 눌러 &#8220;Links to other record&#8221;를 클릭한다.<br>Click the &#8220;+&#8221; symbol at the end to click &#8220;Links to other record&#8221;.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="652" height="766" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-36.png&amp;nocache=1" alt="" class="wp-image-1735" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-36.png&amp;nocache=1 652w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-36-255x300.png&amp;nocache=1 255w" sizes="(max-width: 652px) 100vw, 652px" /></figure>



<p>2.  Category를 클릭하고 &#8220;Allow linking to multiple records&#8221;를 체크해 둔다.<br>Click on &#8220;Category&#8221; and check &#8220;Allow linking to multiple records&#8221;.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="605" height="457" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-37.png&amp;nocache=1" alt="" class="wp-image-1736" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-37.png&amp;nocache=1 605w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-37-300x227.png&amp;nocache=1 300w" sizes="(max-width: 605px) 100vw, 605px" /></figure>



<p></p>



<p>이렇게 해두면 &#8220;My Blog Data&#8221;의 Category Name에 앞에서 입력한 Category Name이 입력되면 wordpress의 Tag ID값을 자동으로 가져온다.<br>With this setting, when the Category Name entered in &#8220;My Blog Data&#8221; matches the Category Name entered earlier, the Tag ID value in WordPress will be automatically retrieved.<br></p>



<p class="has-huge-font-size"><strong>워드프레스에 태그 등록하기</strong><br>Register Tags in WordPress</p>



<p>위에서 카테고리를 등록했을 때와 마찬가지로 chatGPT에게 적절한 tag를 추천받도록 한다. 보다 적절한 태그를 추천받기 위해 아래와 같이 질의문을 만든다.<br>Ask chatGPT for suitable tags, just like you registered the categories. Compose the following inquiry to receive more appropriate tags from chatGPT:</p>



<figure class="wp-block-table"><table><tbody><tr><td>my blog is about &#8220;Scuba diving, free diving, and etc&#8221;. recommend 100 tags only into categories as follows with title. and its copyable. categories: Scuba diving Basics,Free Diving, Scuba Diving Destinations,Scuba Diving Safety,Free Diving Techniques,Free Diving Safety,Marine Life,Coral Reefs,Underwater Photography,Underwater Videography,Oceanic Science,Oceanic Mysteries,Dive Planning,Dive Gear,Cave Diving,Deep Diving,Marine Mammals,Shipwrecks,Night Diving</td></tr></tbody></table></figure>



<p></p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="921" height="762" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-38.png&amp;nocache=1" alt="" class="wp-image-1737" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-38.png&amp;nocache=1 921w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-38-300x248.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-38-768x635.png&amp;nocache=1 768w" sizes="(max-width: 921px) 100vw, 921px" /></figure>



<p><br>나머지 등록방법은 카테고리를 등록할 때와 같다. 워드프레스 &gt; 글 &gt; 태그 에서 등록해주고 TagID를 엑셀에서 정리한 다음, Airtable에 Tag Table을 아래와 같이 만들고 값을 복사하여 붙여넣기 한다.<br>The rest of the registration process is the same as registering categories. Register the tags in WordPress &gt; Posts &gt; Tags, and after organizing the Tag IDs in Excel, create a Tag Table in Airtable and paste the values by copying them.</p>



<figure class="wp-block-table"><table><tbody><tr><td>No</td><td>Field Name</td><td>Field Type</td></tr><tr><td>1</td><td>Tag Names</td><td>Single Line Text</td></tr><tr><td>2</td><td>Tag Id</td><td>Single Line Text</td></tr><tr><td>3</td><td>Created</td><td>Created Time</td></tr><tr><td>4</td><td>Last Modified Time</td><td>Last Modified Time</td></tr></tbody></table></figure>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="838" height="884" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-39.png&amp;nocache=1" alt="" class="wp-image-1738" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-39.png&amp;nocache=1 838w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-39-284x300.png&amp;nocache=1 284w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-39-768x810.png&amp;nocache=1 768w" sizes="(max-width: 838px) 100vw, 838px" /></figure>



<p></p>



<p>다음 시간에는 드디어 pabbly를 이용하여 자동화의 첫 시작을 해보도록 하겠다.<br>Next time, we will finally start the automation process using Pabbly.</p>



<p><br></p>
<p>The post <a href="https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-2/">Fully automated wordpress blog writing using ChatGPT #2</a> appeared first on <a href="https://illuwa.net">Scubian</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://illuwa.net/fully-automated-wordpress-blog-writing-using-chatgpt-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fully automated wordpress blog writing using ChatGPT #1</title>
		<link>https://illuwa.net/fully-automated-blog-writing-using-chatgpt-1/</link>
					<comments>https://illuwa.net/fully-automated-blog-writing-using-chatgpt-1/#comments</comments>
		
		<dc:creator><![CDATA[illuwa]]></dc:creator>
		<pubDate>Sat, 11 Feb 2023 13:32:52 +0000</pubDate>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[airtable]]></category>
		<category><![CDATA[auto blog]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[chatGPT]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[openai]]></category>
		<category><![CDATA[pabbly]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://illuwa.net/?p=1709</guid>

					<description><![CDATA[<p>조회수: 2 ChatGPT를 이용한 워드프레스 블로그 글쓰기 완전 자동화 #1 이 블로그의 글들은 OpenAI의 chatGPT를 이용해 자동으로 생성되고 있습니다. The posts on this blog are automatically generated using OpenAI&#8217;s ChatGPT. 이 글을 따라 하시면 여러분도 chatGPT를 이용한 자동 블로그를 만드실 수 있습니다.By following this article, <a class="more-link" href="https://illuwa.net/fully-automated-blog-writing-using-chatgpt-1/">Continue reading <span class="screen-reader-text">  Fully automated wordpress blog writing using ChatGPT #1</span><span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://illuwa.net/fully-automated-blog-writing-using-chatgpt-1/">Fully automated wordpress blog writing using ChatGPT #1</a> appeared first on <a href="https://illuwa.net">Scubian</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>조회수: 2</p>
<p><strong>ChatGPT를 이용한 워드프레스 블로그 글쓰기 완전 자동화 #1</strong></p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe title="Fully automated wordpress blog writing using ChatGPT #1" width="530" height="298" src="https://www.youtube.com/embed/H88WGI4Vlw0?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></figure>



<p>이 블로그의 글들은 OpenAI의 chatGPT를 이용해 자동으로 생성되고 있습니다. <br>The posts on this blog are automatically generated using OpenAI&#8217;s ChatGPT.<br><br>이 글을 따라 하시면 여러분도 chatGPT를 이용한 자동 블로그를 만드실 수 있습니다.<br>By following this article, you can also create an automatic blog using ChatGPT.<br><br>Category만 지정하거나, 제목만 작성하면 chatGPT를 이용해 주제선정, 내용작성, 태그작성, 관련 이미지 생성 등 모두 자동화가 이루어 집니다.<br>By simply specifying the Category or writing only the title, you can automate everything from topic selection, content creation, tag creation, to generating related images using ChatGPT</p>



<p>지금부터 어떻게 만들었는지를 단계별로 설명합니다.<br>Now, I will explain how to make it step by step</p>



<p>먼저, chatGPT를 이용한 자동 글쓰기는 다음의 과정을 거칩니다. <br>First, the process of writing automatically using ChatGPT involves the following steps.</p>



<p class="has-text-align-center"><strong>&lt; Step by Step &gt;</strong></p>



<figure class="wp-block-table"><table><tbody><tr><td>1. 블로그 글의 주제를 결정합니다. &#8211; 자동화<br>Determine the topic and focus of your blog article. &#8211; automation<br><br>2. 주제와 관련된 질문이나 문장 형태의 ChatGPT에 프롬프트를 제공합니다.<br>Provide a prompt to ChatGPT in the form of a question or statement related to the topic.<br><br>3. ChatGPT에서 생성된 응답을 기사의 시작점으로 사용합니다. &#8211; 자동화<br>Use the response generated by ChatGPT as the starting point for your article.- automation<br><br>4. 생성된 텍스트를 수정하여 더 일관되고 명확하며 매력적인 글로 만듭니다<br>Edit and refine the generated text to make it more cohesive, clear, and engaging.<br><br>5. 기사에서 제시된 주요 아이디어를 지원하기 위해 필요한 경우 추가 정보, 사실 또는 예시를 추가합니다.<br>Add additional information, facts, or examples as needed to support the main ideas presented in the article.<br><br>6. 최종 초안을 교정하여 오류와 오타가 없는지 확인합니다.<br>Proofread the final draft to ensure that it is free of errors and typos.</td></tr></tbody></table></figure>



<p></p>



<p class="has-huge-font-size"><strong>사전준비 &#8211; 계정 만들기</strong><br>Preparation &#8211; Creating an account</p>



<p class="has-large-font-size"><strong>chatGPT</strong></p>



<p><strong><a rel="noreferrer noopener" href="https://chat.openai.com" target="_blank">https://chat.openai.com</a> 에 가입</strong>합니다. 한국시간 2023년 2월 11일 현재 유료 버전이 공개되어 있습니다.<br>signing up for <a href="https://chat.openai.com/"><strong>https://chat.openai.com</strong></a>. As of February 11, 2023 Korean Standard Time, the paid version is available.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="2106" height="1478" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/1.png&amp;nocache=1" alt="" class="wp-image-1711" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/1.png&amp;nocache=1 2106w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/1-300x211.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/1-1024x719.png&amp;nocache=1 1024w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/1-768x539.png&amp;nocache=1 768w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/1-1536x1078.png&amp;nocache=1 1536w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/1-2048x1437.png&amp;nocache=1 2048w" sizes="(max-width: 2106px) 100vw, 2106px" /></figure>



<p></p>



<p class="has-large-font-size"><strong>airtable</strong></p>



<p><a href="https://airtable.com/invite/r/FlK9hAHv"><strong>https://www.airtable.com</strong></a>에 가입합니다.<strong> DBMS의 역할</strong>을 쉽게 대신합니다.<br>signing up for <a rel="noreferrer noopener" href="https://airtable.com/invite/r/FlK9hAHv" target="_blank"><strong>https://www.airtable.com</strong></a>. It easily replaces the role of a DBMS.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="807" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-26-1024x807.png&amp;nocache=1" alt="" class="wp-image-1714" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-26-1024x807.png&amp;nocache=1 1024w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-26-300x236.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-26-768x605.png&amp;nocache=1 768w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-26.png&amp;nocache=1 1241w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p class="has-large-font-size"><strong>pabbly</strong></p>



<p><strong><a href="https://payments.pabbly.com/api/affurl/RVYZ07kQyUZ0Z1HUKZ1m/30QrOjTMmzAzGOZ0o?target=9Z2AHyhSldo6KI1Fn">https://connect.pabbly.com</a></strong>에 가입합니다. 무료 플랜의 경우 월 100번의 <strong>자동화</strong>를 이용할 수 있습니다. 하지만 유료 결제를 하는 것을 추천드립니다.<br>signing up for <strong><a rel="noreferrer noopener" href="https://payments.pabbly.com/api/affurl/RVYZ07kQyUZ0Z1HUKZ1m/30QrOjTMmzAzGOZ0o?target=9Z2AHyhSldo6KI1Fn" target="_blank">https://connect.pabbly.com</a></strong><a href="https://connect.pabbly.com.">.</a> With the free plan, I can use up to 100 automations per month. But we recommend making a paid subscription.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="820" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-27-1024x820.png&amp;nocache=1" alt="" class="wp-image-1715" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-27-1024x820.png&amp;nocache=1 1024w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-27-300x240.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-27-768x615.png&amp;nocache=1 768w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-27.png&amp;nocache=1 1252w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p></p>



<p class="has-large-font-size"><strong>wordpress</strong></p>



<p>워드프레스닷컴의 가입형이나, 직접 서버에 설치하는 설치형 모두 사용이 가능합니다.<br>Both the subscription-based and self-hosted versions of WordPress.com are available for use.</p>



<p>단, Pabbly API의 일부 제약사항 때문에 다음의 워드프레스 플러그인을 설치하여야 합니다.<br>However, due to some limitations of the Pabbly API, you must install the following WordPress plugins.<br><br>1. <a rel="noreferrer noopener" href="https://wordpress.org/plugins/lh-add-media-from-url/" target="_blank">LH Add Media from URL</a><br>2. <a rel="noreferrer noopener" href="https://wordpress.org/plugins/reveal-ids-for-wp-admin-25/" target="_blank">Reveal IDs</a><br>3. <a rel="noreferrer noopener" href="https://wordpress.org/plugins/wp-rest-api-authentication/" target="_blank">WordPress REST API Authentication</a><br>4.<a rel="noreferrer noopener" href="https://wordpress.org/plugins/auto-upload-images/" target="_blank"> Auto Upload Image</a><br></p>



<p></p>



<p class="has-huge-font-size"><strong>AirTable을 이용한 DB 만들기</strong><br>Making a database using Airtable.</p>



<p>크게 전체 글을 관리하는 Table과 카테고리, 태그 관련 Table로 나누어 만듭니다.<br>Create it divided into two tables: a table for managing the entire post and a table for categories and tags<br></p>



<p><strong>My Blog Data &#8211; 전체 글 관리 Table</strong><br>My Blog Data &#8211; Entire Post Management Table</p>



<p></p>



<p>아래는 제 Airtable 화면입니다.<br>Below is my Airtable Fields.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="521" src="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.myds.me/wp-content/uploads/2023/02/image-28-1024x521.png&amp;nocache=1" alt="" class="wp-image-1716" srcset="https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-28-1024x521.png&amp;nocache=1 1024w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-28-300x153.png&amp;nocache=1 300w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-28-768x391.png&amp;nocache=1 768w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-28-1536x781.png&amp;nocache=1 1536w, https://illuwa.net/wp-content/webpc-passthru.php?src=https://illuwa.net/wp-content/uploads/2023/02/image-28.png&amp;nocache=1 2000w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>아래와 같이 Field를 만들어 줍니다.<br>Create fields as follows:</p>



<figure class="wp-block-table"><table><tbody><tr><td><strong>순번</strong></td><td class="has-text-align-center" data-align="center"><strong>이름</strong></td><td class="has-text-align-center" data-align="center"><strong>형식</strong></td></tr><tr><td>1</td><td class="has-text-align-center" data-align="center">title</td><td class="has-text-align-center" data-align="center">Long Text</td></tr><tr><td>2</td><td class="has-text-align-center" data-align="center">post body</td><td class="has-text-align-center" data-align="center">Long Text</td></tr><tr><td>3</td><td class="has-text-align-center" data-align="center">post summary</td><td class="has-text-align-center" data-align="center">single line text</td></tr><tr><td>4</td><td class="has-text-align-center" data-align="center">main image</td><td class="has-text-align-center" data-align="center">attachment</td></tr><tr><td>5</td><td class="has-text-align-center" data-align="center">main image url</td><td class="has-text-align-center" data-align="center">single line text</td></tr><tr><td>6</td><td class="has-text-align-center" data-align="center">auto check</td><td class="has-text-align-center" data-align="center">checkbox</td></tr><tr><td>7</td><td class="has-text-align-center" data-align="center">auto check status</td><td class="has-text-align-center" data-align="center">checkbox</td></tr><tr><td>8</td><td class="has-text-align-center" data-align="center">auto post</td><td class="has-text-align-center" data-align="center">checkbox</td></tr><tr><td>9</td><td class="has-text-align-center" data-align="center">auto post status</td><td class="has-text-align-center" data-align="center">checkbox</td></tr><tr><td>10</td><td class="has-text-align-center" data-align="center">Created</td><td class="has-text-align-center" data-align="center">Created date</td></tr><tr><td>11</td><td class="has-text-align-center" data-align="center">Last Modified Time</td><td class="has-text-align-center" data-align="center">Last Modified time</td></tr><tr><td>12</td><td class="has-text-align-center" data-align="center">Blog ID</td><td class="has-text-align-center" data-align="center">single line text</td></tr></tbody></table></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="465" src="https://illuwa.myds.me/wp-content/uploads/2023/02/airtable_CategoryMain-1024x465.gif" alt="" class="wp-image-1768" srcset="https://illuwa.net/wp-content/uploads/2023/02/airtable_CategoryMain-1024x465.gif 1024w, https://illuwa.net/wp-content/uploads/2023/02/airtable_CategoryMain-300x136.gif 300w, https://illuwa.net/wp-content/uploads/2023/02/airtable_CategoryMain-768x349.gif 768w, https://illuwa.net/wp-content/uploads/2023/02/airtable_CategoryMain-1536x698.gif 1536w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>다음 시간에는 카테고리, 태그 등과의 연동을 위한 table 및 field를 생성하고 연동하는 법을 설명하겠습니다.<br>Next time, I will explain how to create tables and fields for linking with categories, tags, etc., and how to link them.</p>



<p></p>



<p></p>



<p></p>



<p></p>



<p></p>



<p></p>
<p>The post <a href="https://illuwa.net/fully-automated-blog-writing-using-chatgpt-1/">Fully automated wordpress blog writing using ChatGPT #1</a> appeared first on <a href="https://illuwa.net">Scubian</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://illuwa.net/fully-automated-blog-writing-using-chatgpt-1/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
