.NET
Requirements
- .NET 6 Runtime or newer
- git
Get the source code
Clone the repository using either HTTPS or SSH.
- HTTPS
- SSH
git clone https://git.abfelbaum.dev/abfelbaum/bots/telegram/atadminbot.git
git clone git@git.abfelbaum.dev:abfelbaum/bots/telegram/atadminbot.git
Configuration
You will need a token to authenticate your bot. If you don't have one yet you can get one at @BotFather as explained here.
You have to set the bot token as an environment variable named AtAdminBot_Bot__Token
.
Start the bot
dotnet run