Skip to content

Regularbot Docs

Welcome to the docs for regularbot.

Getting Started

Regularbot is a platform to deploy your scripts that run on a schedule. You can send the output of your script using the built-in integrations like Telegram.

Others can subscribe to your scripts if you make them public

Terminology

Connection

Connection is your way to receive notifications from Regularbot. You can create multiple connections for every built-in social platform to Regularbot.

Blueprint

Blueprint is the script (code) that you want to run on Regularbot. Blueprints are used to create Instances. Multiple instances can be created from a single blueprint.

Instance

Instances are the actual executing units in Regularbot. Every instance is using a blueprint as the source code and has its own saved data stored between executions. Every instance has its own schedule of execution.

Users can add multiple subscriptions to a single instance. Using the connection used in the subscription, the output of the instance will be sent to the user.