Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 619 Bytes

README.md

File metadata and controls

20 lines (9 loc) · 619 Bytes

TgBotGo

The purpose of this project is to create a base for those who want to build a Telegram bot using Golang.

How to Run

If you already have Go installed, just clone this project and install the dependencies of this project

You will only need to get the token for your bot given by the BotFather as paste this in the .env file

Project Structure

The project contains...

CI/CD

The project contains some basics configuration for CI/CD. Basically you already have the configuration for the image creation using Docker as the container manager. And for testing purpose the configuration on travis.