- Monitor public sentiment on specific dates through historical tweets.
- Store and analyze tweet data for marketing campaigns.
- Automate notifications for significant social media events.
- Enhance content strategies based on sentiment analysis.
Triggers daily to collect tweets from Twitter. Stores tweets in MongoDB for unstructured data. Analyzes tweet sentiment using Google Cloud Natural Language. Stores sentiment scores and text in Postgres for structured data. Sends notifications to Slack for tweets with high sentiment scores.
- 1Import the workflow template into n8n.
- 2Configure Twitter credentials for tweet extraction.
- 3Set up MongoDB and Postgres credentials for data storage.
- 4Adjust Slack channel settings for notifications.
- 5Activate the workflow to start the automation.