51 lines
756 B
Markdown
51 lines
756 B
Markdown
# 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
|
|
|
|
1. Clone the repository
|
|
2. Install dependencies: `composer install`
|
|
3. Configure database in `config/database.php`
|
|
4. Run migrations: `php app.php migrate`
|
|
|
|
## Usage
|
|
|
|
### Migrations
|
|
|
|
```bash
|
|
# 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 |