Skip to content

Recoupable-com/Recoup-Actions-Worker

Repository files navigation

Recoup Actions Worker

Overview

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.

Getting Started

To get started with the Recoup Agent APIs:

  1. Clone the repository
git clone https://github.com/sweetmantech/Recoup-Actions-Worker.git
cd Recoup-Actions-Worker
  1. Install pnpm (if not already installed)
npm install -g pnpm
  1. Install dependencies
pnpm install
  1. Configure your environment
# Copy the example environment file
cp .env.example .env

# Edit the .env file with your configuration
  1. Start the development server
pnpm start
  1. Build for production
pnpm build

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

a worker to run scheduled actions on behalf of musicians

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published