Recoup Actions Worker is a cron-based service designed to run scheduled actions and automations on behalf of musicians. It powers background jobs such as social media data collection, fan engagement, and other recurring tasks, enabling artists to automate their digital workflows and maximize their reach with minimal manual effort.
To get started with the Recoup Agent APIs:
- Clone the repository
git clone https://github.com/sweetmantech/Recoup-Actions-Worker.git
cd Recoup-Actions-Worker- Install pnpm (if not already installed)
npm install -g pnpm- Install dependencies
pnpm install- Configure your environment
# Copy the example environment file
cp .env.example .env
# Edit the .env file with your configuration- Start the development server
pnpm start- Build for production
pnpm buildThis project is licensed under the MIT License - see the LICENSE file for details.