Discover and explore top open-source AI tools and projects—updated daily.
comeonzhjAI-driven RSS aggregation and content automation
New!
Top 95.8% on SourcePulse
This project provides an AI-driven tool for aggregating RSS feeds, creating content, and automating workflows. It targets users who need to efficiently process information from various sources, translate and filter it, generate rich media content, and distribute it across platforms like WeChat and Feishu, or leverage AI agents for fully automated pipelines. The primary benefit is streamlining content curation and creation from RSS feeds using AI.
How It Works
AutoContents ingests standard RSS and RSSHub feeds, applying dual filtering (positive and blocklist keywords). It leverages large language models (LLMs) for AI translation and content generation, including creating cover images and copy with a Xiaohongshu-style preview. Content can be pushed to WeChat or saved to Feishu knowledge bases and multi-dimensional tables. A key feature is its Agent interface, exposing a full API that enables AI agents to automate the entire workflow, from news pulling and filtering to content creation and archiving, with built-in deduplication. Rendering uses Puppeteer for accurate image generation, supporting emojis and Chinese fonts.
Quick Start & Requirements
http://localhost:1200). macOS users need Google Chrome installed for rendering. Clone the repository, copy the environment file (cp backend/.env.example backend/.env), and run ./start.sh for a one-click setup.docker compose -p makecontent up -d --build.http://localhost:3711 (local), http://服务器IP:3710 (Docker). Backend API: http://localhost:3710/api (local).Skills/makecontents/references/api.md.Highlighted Details
Maintenance & Community
The provided README does not detail specific community channels (e.g., Discord, Slack), notable contributors, sponsorships, or a public roadmap.
Licensing & Compatibility
The project is released under the MIT License, which generally permits commercial use and integration into closed-source projects.
Limitations & Caveats
Users are strongly advised against configuring the WeChat push feature due to potential account control risks. Direct posting to platforms like Xiaohongshu is also discouraged by the project itself, following official platform crackdowns; however, the tool supports manual publishing by allowing users to download all generated assets. LLM and Feishu integration requires obtaining and configuring external API keys and credentials.
3 days ago
Inactive
rotemweiss57