Turn positive tweets and form submissions into website content with no extra effort. Marketing teams can collect social proof, testimonials, and short quotes straight into their CMS for quick publishing.
Every 30 minutes the system searches Twitter for terms you set. It cleans each tweet by removing links, skips retweets and older posts, then uses Google Cloud Natural Language to score sentiment. Only tweets with a positive score above 0.3 are saved to Strapi as new posts with content, author, time, and the source URL. A webhook accepts form entries in real time, runs the same sentiment check with a stricter 0.4 score, and adds approved items to Strapi. Form and tweet data are merged with the sentiment result so you can track what was saved and why.
You will need access to Twitter, a Strapi API token, and a Google Cloud project with the Natural Language API enabled. Any form tool that can send a POST request to the webhook will work. Update the Twitter search query, adjust the sentiment thresholds, and map your Strapi fields to match your content model. Expect less manual review, faster publishing, and a steady flow of quality quotes for your site and campaigns.