Skip to content

fushinori/DartExecutorBot

Repository files navigation

DartExecutorBot

A telegram bot written in Dart using the Teledart library.

  • Executes dart code and returns results.
  • Inline mode is also supported.

Configuration

cp sample_config.dart config.dart

Edit config.dart accordingly.

How to deploy

  • Using Docker

    • Build docker image
    docker build -t dartexecutorbot .
    • Run it
    docker run -d --name dart dartexecutorbot
  • Manual Installation

    • Installing dependencies
    pub get
    • Running the bot
    dart main.dart

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published