- Automate the extraction of trending topics from Reddit for content marketing.
- Generate sentiment analysis reports based on Reddit comments for PR strategies.
- Create structured reports that summarize social media discussions and insights.
Schedule a trigger to run the workflow weekly. Set topics of interest and Jina API key for data extraction. Split topics into individual items for processing. Search Reddit for posts related to the topics and filter by upvotes. Extract comments from selected posts and analyze sentiment. Format comments into Markdown for clear presentation. Generate comprehensive reports and store them in Google Drive.
- 1Import the workflow template into your n8n instance.
- 2Configure the Reddit OAuth2 credentials for accessing Reddit data.
- 3Set up Google Drive OAuth2 credentials for file storage.
- 4Input your topics of interest and Jina API key in the 'Set Data' node.
- 5Adjust the schedule trigger as needed for your reporting frequency.