Configuration

Lupo works with GitHub repositories, so to generate videos, you have two options:

  1. Option A: You provide your repository inside your organization or personal account.
  2. Option B: We create and manage the repository in our organization.

In both options, you have full access to the repository. If you are unfamiliar with GitHub, we recommend you use Option B.

Option A

  1. Create your repository inside your organization or personal account.
  2. Add lupo-bot as Collaborator. We only require read access.
  3. Create a Github Action and paste the following code:
name: Generate Course with Lupo
on:
  workflow_dispatch:
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Execute Lupo Action
        run: |
          curl -L -X POST http://20.55.39.142:5000/api/action \
          -H "Content-Type: application/json" \
          -d '{"repo":"'$repo'","branch":"'$branch'","actor":"'$actor'"}'
        env:
          repo: ${{ github.repository }}
          branch: ${{ github.ref }}
          actor: ${{ github.actor }}

Please do not modify anything within the GitHub action. Using a non-valid repo, branch, or actor could lead to errors when generating your videos.

Account

In order to create your account and add your project to our system, you must contact us to help@lupo.ai Someone will finish your configuration and send you the following email:

Dear [User's Name],

Welcome to Lupo, your new go-to software for automatic video generation. We are thrilled to have you as a part of our growing community!

Below are the important details you need to get started with Lupo:

Account Information:

Username: [User's Username]
Password: [User's Password]
Repository URL: [Repository URL]

Purchase Order Information:

Order Number: [Order Number]
Purchase Date: [Purchase Date]
Minutes Final Quality: [Minutes Final]
Minutes Draft Quality: [Minutes Draft] 

Useful Links:

Lupo Examples: [Link to Examples]
Lupo Documentation: [Link to Documentation]
Support: [Link to Support]
Slack: [Link to Slack]
We encourage you to explore our documentation and examples to learn how to make the most of Lupo's powerful features. If you have any questions, need assistance, or want to share your feedback, please don't hesitate to reach out to our dedicated support team at help@lupo.ai. We're here to help you make the most of your Lupo experience.

Once again, welcome aboard! We're excited to see the fantastic projects you'll create with Lupo.

Best regards,
The Lupo Team

[Your Company Name]
[Website URL]
[Contact Information]
[Social Media Handles (optional)]

When you receive this mail, you are ready to generate your videos.

In the next sections, you will learn more about markdown, specific lupo features, narrators, demos, and more.