Dart-Tg-Bot

Test telegram bot written in dart using teledart package.

Run on local machine

  • First install dart
  • Clone the bot’s source and install dependencies

git clone https://github.com/Itz-fork/Dart-Tg-Bot.git
cd Dart-Tg-Bot
dart pub get
  • Fill configs. (If you can’t set environment variables, check configs.dart file)
  • Finally, run the bot
dart run

GitHub

View Github