AI 기반 소셜 미디어 에이전트 배포
이 가이드는 AI 기반 소셜 미디어 에이전트를 단계별로 배포하는 방법을 보여줍니다. 필요한 것은 URL을 입력하는 것뿐이며, 에이전트는 선택한 플랫폼에 맞는 고품질의 매력적인 게시물을 생성합니다. 게시하기 전에 편집할 수도 있으며, 원하는 스타일로 이미지를 생성하여 자동으로 플랫폼에 게시할 수도 있습니다.
필요한 것:
- Make.com (자동화 플랫폼)
- Perplexity AI (텍스트 조작 도구)
- OpenAI API (AI 텍스트 생성)
- Google Sheets (데이터 관리)
Part 1: 자동화 생성
- 새로운 Google 시트 만들기: "Create Together Automation"으로 이름을 지정하고 이모티콘을 추가합니다 (선택 사항).
- 헤더 입력: "URL", "Insert any article", "Approved", "LinkedIn Post" (또는 사용하는 플랫폼)
- 새로운 행 감시: Make.com에서 "Google Sheets" 아래의 "새로운 행 보기"를 선택합니다.
- 테스트: 시트에 임의의 기사 URL을 추가하고 Make.com에서 자동화를 실행합니다.
Part 2: 기사 전사
- Perplexity 추가: Perplexity를 사용하여 기사를 단어 단위로 전사합니다.
- 테스트: 기사 URL을 복사하여 Perplexity에 붙여넣고 출력 (전체 기사 내용)을 확인합니다.
Part 3: 소셜 미디어 게시물 생성
- 새로운 모듈 추가: Make.com에서 "ChatGPT"를 선택합니다.
- 에이전트 빌드: 전사된 텍스트를 소셜 미디어 게시물 (예: LinkedIn 게시물)로 변환하는 프롬프트를 생성합니다.
- OpenAI 어시스턴트 빌드:
- OpenAI 플랫폼 -> 어시스턴트 -> 새 어시스턴트 만들기로 이동합니다.
- 이름을 지정합니다 (예: LinkedIn Build Together).
- 업종을 선택합니다 (예: AI 업종).
- 모델을 선택합니다 (예: GPT-4 Turbo).
- 어시스턴트를 저장합니다.
- 어시스턴트를 Make.com에 연결:
- Make.com에서 "어시스턴트" 아래의 "LinkedIn Build Together"를 선택합니다.
- 필요한 경우 목록을 새로 고칩니다.
- 테스트: 모듈을 다시 실행합니다. 출력은 해시태그와 CTA가 있는 소셜 미디어 게시물과 유사해야 합니다.
Part 4: Google 시트 채우기
- 셀 업데이트: Make.com에서 "Google Sheets" 아래의 "셀 업데이트"를 선택합니다.
- 셀 지정: 셀 B2 (URL이 A2에 있는 경우)를 소셜 미디어 게시물 생성의 출력으로 업데이트합니다.
테스트 및 문제 해결:
- 자동화 실행: 자동화를 다시 실행합니다. B2에 소셜 미디어 게시물이 표시되어야 합니다.
- 오류 확인: B2가 비어 있는 경우 이전 모듈에서 전달하는 값을 확인합니다. 올바른 값을 복사하여 "Value" 필드에 붙여넣습니다.
Part 5: 소셜 미디어에 게시 (승인으로 트리거)
- 새로운 시나리오 생성: Make.com에서 새로운 시나리오를 생성합니다 (예: 시나리오 1).
- 변경 사항 감시: "Google Sheets" 아래의 "변경 사항 보기"를 선택하고 사용자 지정 웹훅 (예: "Work Together Webhook")을 생성합니다.
- Make.com 애드온 설치: Google Sheets에서 확장 -> 애드온 -> 애드온 가져오기로 이동하여 "Make form integrat"을 설치합니다.
Make.com을 Google Sheets에 연결:
- Make.com 설정으로 이동: Make.com에서 확장, "Make for Google Sheets"를 찾아 설정으로 이동합니다.
- 웹훅 URL 복사: 자동화에서 웹훅 URL을 복사합니다.
- Google Sheets에 URL 붙여넣기: Google Sheets에서 확장 -> Make for Google Sheets -> 설정으로 이동하여 복사한 URL을 "Webhook URL" 필드에 붙여넣습니다.
- 변경 사항 저장: Make.com과 Google Sheets 모두에서 설정을 저장합니다.
- 웹훅 테스트: Make.com에서 시나리오를 실행합니다. 모든 것이 올바르게 연결되어 있으면 Make.com에 변경 사항이 반영됩니다.
- 출력 시뮬레이션: 아무 일도 일어나지 않으면 이전 자동화의 출력을 복사하여 붙여넣습니다.
참고: 이는 기계 번역된 텍스트입니다. 정확성과 명확성을 위해 검토 및 편집하는 것이 좋습니다.
AI powered Social Media Agent Deployment (18,000 words)
This guide will walk you through deploying an AI-powered social media agent step-by-step. All you'll need to do is input a URL, and the agent will create a high-quality, engaging post specific to the chosen platform. It even checks for your approval before automatically posting.
Here's what the automation does:
- Takes a URL as input.
- Generates a high-quality, platform-specific post based on the article.
- Allows you to edit the post before posting.
- Optionally creates an image based on your preferred style.
- Automatically posts the content to your chosen platform.
What you'll need:
- Make.com (Automation platform)
- Perplexity AI (Text manipulation tool)
- OpenAI API (AI text generation)
- Google Sheets (For managing data)
The Steps (30 Steps):
Part 1: Creating the Automation
- Start a new Google Sheet: Name it "Create Together Automation" and add emoji (optional).
- Enter Headers: "URL", "Insert any article", "Approved", "LinkedIn Post" (or your platform).
- Watch for New Rows: In Make.com, under "Google Sheets," choose "Watch new rows."
- Test: Add a random article URL to your sheet and run the automation in Make.com.
Part 2: Transcribing the Article
- Add Perplexity: Use Perplexity to transcribe the article word-for-word.
- Test: Copy the article URL, paste it into Perplexity, and check the output (full article content).
Part 3: Creating the Social Media Post
- Add a New Module: Choose "ChatGPT" under Make.com.
- Build the Agent: Create a prompt for the agent to turn the transcript into a social media post (e.g., LinkedIn post).
- Build Your OpenAI Assistant:
- Go to OpenAI platform -> Assistants -> Create New Assistant.
- Name it (e.g., LinkedIn Build Together).
- Choose your industry (e.g., AI industry).
- Select a model (e.g., GPT-4 Turbo).
- Save your assistant.
- Connect Assistant to Make.com:
- In Make.com, under "Assistant," choose "LinkedIn Build Together."
- Refresh the list if needed.
- Test: Run the module again. The output should resemble a social media post with hashtags and CTA.
Part 4: Populating the Google Sheet
- Update Cell: In Make.com, under "Google Sheets," choose "Update a cell."
- Specify Cell: Update cell B2 (assuming the URL is in A2) with the output from the social media post generation.
Testing and Troubleshooting:
- Run the Automation: Run the automation again. You should see the social media post populate in cell B2.
- Check for Errors: If B2 remains empty, check the value you're passing from the previous module. Copy the correct value and paste it into the "Value" field.
Part 5: Posting to Social Media (Trigger by Approval)
- Create a New Scenario: In Make.com, create a new scenario (e.g., Scenario 1).
- Watch for Changes: Under "Google Sheets," choose "Watch changes" and create a custom webhook (e.g., "Work Together Webhook").
- Install Make.com Add-on: In Google Sheets, go to Extensions -> Add-ons -> Get add-ons and install "Make form integrat."
Connecting Make.com to Google Sheets:
- Go to Make.com Settings: In Make.com, under Extensions, find "Make for Google Sheets" and go to settings.
- Copy Webhook URL: Copy the webhook URL from the automation.
- Paste URL in Google Sheets: In Google Sheets, go to Extensions -> Make for Google Sheets -> Settings and paste the copied URL into the "Webhook URL" field.
- Save Changes: Save the settings in both Make.com and Google Sheets.
- Test the Webhook: Run the scenario in Make.com. If everything is connected correctly, you should see changes reflected in Make.com.
- Simulate Output: If nothing happens, copy and paste the previous automation's output
'IT' 카테고리의 다른 글
100X Your Instagram Using AI-Powered RSS Feeds (0) | 2024.11.24 |
---|---|
AI-Powered YouTube Scraper (100% Automated) (0) | 2024.11.24 |
AI관련 기본적인 용어 (1) | 2024.11.24 |
AI Research Agents 자동화 (0) | 2024.11.24 |
유튜브 동영상 사용방법 (0) | 2024.11.24 |