telegram-bot-gosample

command module
v0.0.0-...-6976ce3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2022 License: MIT Imports: 5 Imported by: 0

README

telegram-bot-gosample

Пример создания Telegram бота на Go

Порядок что делать для запуска

  1. получить токен своего бота от @BotFather
  2. скопировать settings.example.json в settings.json
  3. заполнить поле "token" в файле settings.json
  4. запустить бота

как запустить бота

Вариант 1. Выполнить (пример для linux):

go build -o bot
./bot

для windows соответственно:

go build -o bot.exe
./bot.exe

Вариант 2. Быстро, но не рекомендуется

go run *.go

image

🌐 Telegram канал

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL