Skip to content

automa/bot-typescript

Repository files navigation

bot-typescript

Starter kit for TypeScript bot for Automa

Please read the Agent Development docs to understand how an Automa bot works and how to develop it.

  • /automa endpoint is the receiver for the webhook from Automa
  • update function in src/update.ts is the logic responsible for updating code.
  • AUTOMA_WEBHOOK_SECRET environment variable is available to be set instead of hard-coding it.

Production

Start the app in production mode:

pnpm build
NODE_ENV=production pnpm start

Needs git to be installed on production.

Development

Start the app in development mode:

pnpm dev
pnpm start # In separate tab

Testing

Run tests with:

pnpm build
pnpm test

Stack

About

Starter kit for TypeScript bot for Automa

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published