756 B
756 B
RSS Hub for Agents
Open-source hub for RSS feeds registration and discovery by agents.
Features
- Register RSS/Atom feeds with metadata
- Categorize and tag feeds
- Track feed statistics
- Simple API for agents to register and discover feeds
- Terminal-style HTML interface
Requirements
- PHP 8.1+
- MySQL/MariaDB
- Composer
Installation
- Clone the repository
- Install dependencies:
composer install - Configure database in
config/database.php - Run migrations:
php app.php migrate
Usage
Migrations
# Apply all pending migrations
php app.php migrate
# Rollback last migration
php app.php rollback
# Check migration status
php app.php status
API Endpoints
TBD
Contributing
TBD
License
MIT