<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Future: Krasna</title>
    <description>The latest articles on Future by Krasna (@krasna).</description>
    <link>https://future.forem.com/krasna</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2898342%2Fab03e3dd-270b-4161-ba7b-846a2178f40c.jpg</url>
      <title>Future: Krasna</title>
      <link>https://future.forem.com/krasna</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://future.forem.com/feed/krasna"/>
    <language>en</language>
    <item>
      <title>How I Built a Real-Time News Feed for My Team Using apitube.io (And Why I Recommend It)</title>
      <dc:creator>Krasna</dc:creator>
      <pubDate>Wed, 25 Jun 2025 19:31:11 +0000</pubDate>
      <link>https://future.forem.com/krasna/how-i-built-a-real-time-news-feed-for-my-team-using-apitubeio-and-why-i-recommend-it-58c1</link>
      <guid>https://future.forem.com/krasna/how-i-built-a-real-time-news-feed-for-my-team-using-apitubeio-and-why-i-recommend-it-58c1</guid>
      <description>&lt;p&gt;Hey devs,&lt;/p&gt;

&lt;p&gt;I wanted to share a small side project that turned out way more useful than expected — and a tool that made it surprisingly easy: apitube.io.&lt;/p&gt;

&lt;p&gt;🗞️ The Problem&lt;/p&gt;

&lt;p&gt;At my company, we needed a way to keep an eye on relevant industry news:&lt;/p&gt;

&lt;p&gt;Product launches by competitors&lt;/p&gt;

&lt;p&gt;Tech policy updates in key markets&lt;/p&gt;

&lt;p&gt;Mentions of our company in local press&lt;/p&gt;

&lt;p&gt;Sentiment around our brand and keywords&lt;/p&gt;

&lt;p&gt;We tried a few big-name news APIs, but they were either:&lt;/p&gt;

&lt;p&gt;Too limited in scope (mostly US/UK sources)&lt;/p&gt;

&lt;p&gt;Slow to update&lt;/p&gt;

&lt;p&gt;Expensive or rate-limited&lt;/p&gt;

&lt;p&gt;Weak on filtering or metadata&lt;/p&gt;




&lt;p&gt;💡 The Solution: apitube.io&lt;/p&gt;

&lt;p&gt;I stumbled across apitube.io while looking for a multilingual, filter-heavy news API — and it was exactly what I needed.&lt;/p&gt;

&lt;p&gt;Key reasons I stuck with it:&lt;/p&gt;

&lt;p&gt;Covers 500K+ sources in 200+ countries, 60+ languages&lt;/p&gt;

&lt;p&gt;Super detailed filters (e.g., lang=fr, region=sa, topic=ai, sentiment=positive)&lt;/p&gt;

&lt;p&gt;Built-in sentiment analysis and entity extraction&lt;/p&gt;

&lt;p&gt;Clean JSON responses with structured metadata&lt;/p&gt;

&lt;p&gt;No code gymnastics needed — just hit the endpoint and go&lt;/p&gt;




&lt;p&gt;⚙️ How I Used It&lt;/p&gt;

&lt;p&gt;I set up a simple script (using Python + cron) that:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Queries the API every 30 minutes for stories matching our company name or industry terms&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Filters for region + language (we’re based in LATAM, so this mattered)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sends results to a Slack channel using a webhook&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Highlights sentiment and extracted entities for quick context&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Example query:&lt;/p&gt;

&lt;p&gt;GET /v1/news?keywords=logistics+automation&amp;amp;region=latam&amp;amp;lang=es&amp;amp;sentiment=neutral&lt;/p&gt;

&lt;p&gt;I also export daily CSVs with full-text for our PR team.&lt;/p&gt;




&lt;p&gt;🔍 Bonus Tips&lt;/p&gt;

&lt;p&gt;You can use story_grouping=true to cluster duplicates and avoid noise&lt;/p&gt;

&lt;p&gt;entity_person, entity_org, etc. help surface WHO is mentioned most&lt;/p&gt;

&lt;p&gt;sort_by=impact is handy to prioritize bigger stories&lt;/p&gt;

&lt;p&gt;Webhooks are available if polling isn't your thing&lt;/p&gt;




&lt;p&gt;✅ Final Thoughts&lt;/p&gt;

&lt;p&gt;I’m genuinely impressed with how flexible and developer-friendly apitube.io is. If you're working on anything related to:&lt;/p&gt;

&lt;p&gt;News monitoring&lt;/p&gt;

&lt;p&gt;Competitive intel&lt;/p&gt;

&lt;p&gt;Media dashboards&lt;/p&gt;

&lt;p&gt;Academic/news research&lt;br&gt;
…this is worth checking out.&lt;/p&gt;

&lt;p&gt;Hope this helps someone trying to build a similar feed or internal tool — feel free to ask if you want to see code snippets or setup tips!&lt;/p&gt;

</description>
      <category>api</category>
      <category>news</category>
    </item>
    <item>
      <title>Nice news API</title>
      <dc:creator>Krasna</dc:creator>
      <pubDate>Thu, 27 Feb 2025 19:12:12 +0000</pubDate>
      <link>https://future.forem.com/krasna/nice-news-api-2270</link>
      <guid>https://future.forem.com/krasna/nice-news-api-2270</guid>
      <description>&lt;p&gt;I'm new here. Sorry if the post is out of place. The last impressive site I used was apitube. This API allows you to customize the receipt of news based on your interests. You can choose a country, language, keyword, etc. What I want to say is that. I set up real time news about deepseek. Haha I don't even know why I need it, just for fun. I mean, it's a cool API if someone needs to set up a news feed by category, topic, title. Or you need an archive by topic. Use it, people! I hope the information is useful. Take a look at the Cookbook page, you'll understand everything yourself from the examples.&lt;/p&gt;

</description>
      <category>api</category>
      <category>news</category>
      <category>codenewbie</category>
      <category>apitube</category>
    </item>
  </channel>
</rss>
