modulepackage
1.2.0
Repository: https://github.com/art-of-d/coding-session-1.git
Documentation: pkg.go.dev
# README
UnrealBot
This is a simple Telegram bot created using the Telebot library in Go. You can find the bot at: https://t.me/art_unreal_bot When you press button - you will get a message.
- But befor next next steps install Git and Go (Golang)!
- To compile this bot on your computer please do next in your terminal:
- git clone https://github.com/Art-of-D/coding-session-1.git
- go build -ldflags "-X="github.com/Art-of-D/coding-session-1/cmd.appVersion=v1.0.4
- create your bot in BotFather in Telegram and get token
- read -s TELE_TOKEN -> Ctr+V and Enter
- echo $TELE_TOKEN -> You will see your token
- export TELE_TOKEN
# Packages
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/.