Skip to content

aleksandr-m/gift_exchange_organizer_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gift Exchange Organizer Bot

Telegram bot for organizing gift exchange.

Getting Started

First you need to create a new bot and obtain bot API token.

Start the organizer bot and it will create the configuration file named config.json on the first run. Update configuration with the bot API token. You can also create file by yourself with the following content.

{
  "botToken": "BOT_API_TOKEN_HERE"
}

Run organizer bot and start using it in telegram. The first person to start the bot will become admin. Share telegram bot with the people you want to participate. When everyone have been registered, admin can start gifting session.

Building Executable

dart compile exe ./bin/gift_exchange_organizer_bot.dart 

About

Telegram bot for organizing gift exchange.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages