Ideanium Digest - AI News Summarizer Twitter BotIdeanium Digest - AI News Summarizer Twitter Bot
Automate your Twitter presence with AI-powered news summaries!Ideanium Digest - AI News Summarizer Twitter Bot
Automate your Twitter presence with AI-powered news summaries!
Overview
🧠 Ideanium Digest – AI News Summarizer Twitter Bot
Ideanium Digest is a production-ready AI-powered Twitter automation bot that automatically fetches the latest news from multiple RSS feeds, summarizes them using OpenAI GPT models, and posts them directly to Twitter.
🚀 Features
- 📰 Multi-Source RSS Feeds – Fetches content from BBC, CNN, TechCrunch, MIT News, and more.
- 🤖 AI Summarization – Uses GPT-3.5 to create concise and engaging tweet-sized summaries.
- 🐦 Automatic Twitter Posting – Publishes summarized news directly to your Twitter account.
- 🛡️ Safe Mode – Runs perfectly even without API keys (prints tweets to console).
- 🔄 Duplicate Protection – Avoids reposting recent tweets automatically.
- ⏰ Cron Scheduling – Customizable intervals (default: every 3 hours).
- 📂 Clean Project Structure – Organized and easy-to-customize Node.js codebase.
🧩 How It Works
- Fetches fresh articles from
data/feeds.json. - Summarizes them using OpenAI (or fallback summarizer in safe mode).
- Checks for duplicate tweets.
- Posts to Twitter automatically, or prints to console in safe mode.
⚙️ Requirements
- Node.js v16 or higher
- npm or yarn
- OpenAI API key (optional)
- Twitter API v2 credentials (optional)
📦 Installation
1. npm install 2. cp .env.example .env 3. Fill in your API keys 4. npm start
That's it! The bot will immediately fetch and summarize the latest news, and either post to Twitter or print formatted tweets to your console.
🛡️ Safe Mode Demo
Even without API keys, Ideanium Digest runs in safe mode, producing complete AI-style summaries and formatted tweet previews directly in the console. Perfect for testing and Codester demo video!
📱 [SAFE MODE] Tweet would be posted: ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🧠 Ideanium Digest: AI startup OpenAI launches GPT-6, promising safer reasoning... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
💡 Perfect For
- Developers exploring AI + Twitter automation
- Tech bloggers and content creators
- News curation startups
- Codester buyers looking for AI-based SaaS or bot scripts
📄 License
MIT License – Free for commercial and personal use.
👨💻 Author
Ideanium Labs
Modern automation tools for AI creators.
Made with ❤️ by Ideanium
Features
📰 Multi-Source RSS – Fetches news from BBC, CNN, TechCrunch, MIT News, and more. 🤖 AI Summarization – Uses OpenAI GPT to generate tweet-sized intelligent summaries. 🐦 Auto Twitter Posting – Automatically posts AI-generated summaries to Twitter. 🛡️ Safe Mode – Works without API keys; prints tweets to the console for demo/testing. 🔁 Duplicate Protection – Prevents reposting by checking recent tweets. ⏰ Cron Scheduling – Configurable posting schedule (default: every 3 hours). 🧩 Modular Architecture – Clean separation via services/rss.js, ai.js, and twitter.js. ⚠️ Error Handling – Detailed logging and robust error recovery. 🗂️ Easy Customization – Manage RSS sources through data/feeds.json. 📦 Production Ready – Well-documented, structured, and commented Node.js project.
Requirements
Node.js v16 or higher Internet connection with RSS access OpenAI API key (optional – for AI summarization) Twitter API v2 credentials (optional – for auto-posting) Command line or terminal access (for running the script)
Instructions
Download and unzip the project. Open a terminal in the project directory and install dependencies:
npm install
Copy the example environment file:
cp .env.example .env
OPENAI_API_KEY– for AI summarizationTWITTER_API_KEY,TWITTER_API_SECRET,TWITTER_ACCESS_TOKEN,TWITTER_ACCESS_TOKEN_SECRET– for posting tweetsCRON_SCHEDULE– for scheduling (default:0 */3 * * *)
Modify data/feeds.json to add or remove RSS sources. Start the bot:
npm start
🧠 Safe Mode (Demo)
If no API keys are provided, the bot runs in Safe Mode and prints formatted tweets to the console instead of posting them. This is perfect for testing and Codester preview videos.
Other items by this author
| Category | Scripts & Code / JavaScript / Miscellaneous |
| First release | 4 November 2025 |
| Last update | 4 November 2025 |
| Tags | twitter, Javascript, ai, gpt, rss, NodeJS, automation, twitter bot, artificial intelligence, rss feed, openai, chatgpt, content generator, content automation, cron job, ideanium, news summarizer, social media bot, auto poster, tweet bot, tech bot, gpt bot, ai twitter bot, ai news bot, summarizer bot, auto tweet |








