Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GO Telegram Bot

Go Report Card

alt text

This is a simple code for implement Telegram Bot with Golang

Getting Started

Just Relax, and install Go Language in your system.

Clone this project

git clone https://github.com/naufalziyad/Go-Tele-Bot.git

Installing

Install package go telegram bot

go get github.com/go-telegram-bot-api/telegram-bot-api

Put Your Key API from telegram to file config.go

const (
	YOUR_KEY_API = "HERE YOUR BOT TELEGRAM API KEY"
)

if you dont have KEY API, please open your Telegram and search "BotFather" and then start with command

/start

next make a new bot

/newbot

Then your BOT NAME, example

/hawkeye-bot

Gotcha, Use token to access the HTTP API:

Running the tests

Just run using command

go run main.go

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Just for have fun, code with golang

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages