Overview
Thecreators command group is planned to provide CLI access to creator management operations. This will enable developers to manage creator profiles, sync data, and perform bulk operations from the command line.
Planned Commands
The following commands are planned for implementation:List Creators
--platform <platform>- Filter by platform (tiktok, instagram, twitter, youtube)--min-followers <count>- Minimum follower count--min-engagement <rate>- Minimum engagement rate--category <category>- Filter by category--limit <number>- Limit results--format <json|csv|table>- Output format
View Creator Details
--platform <platform>- Specify platform--include-metrics- Include historical metrics--include-posts- Include recent posts
Sync Creator Data
--platform <platform>- Platform to sync--force- Force full re-sync--metrics-only- Only sync metrics
Export Creator Data
--format <csv|json|xlsx>- Export format--output <file>- Output file path--fields <fields>- Comma-separated field list--filter <expression>- Filter expression
Current Workaround
While these commands are being implemented, you can access creator data using thequery-db command:
List Creators via SQL
Get Creator Details via SQL
Get Cross-Platform Creator Data
Web Interface Alternative
For full creator management features, use the web dashboard:- Browse Creators: Navigate to
/creatorsin the web app - Search & Filter: Use the advanced search and filtering options
- View Details: Click on any creator to see full profile and metrics
- Export Data: Use the export button to download creator data
Related Documentation
Database Commands
Query creators using SQL commands
Analytics Dashboard
Web interface for creator management
API Reference
Programmatic access to creator data
Creator Discovery
Automated creator discovery features
Implementation Status
Track the implementation of creator CLI commands in the GitHub repository. Priority features:- Basic CRUD operations
- Search and filtering
- Bulk sync operations
- Export functionality
- Analytics commands