Skip to content

Softovick/MultiAudioBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiAudioBot

STEPS FOR RUN LOCAL ENVIRONMENT

  1. Set environment variable TOKEN_TELEGRAM. Value get from Telegram bot documentation
    • Windows Powershell env:TOKEN_TELEGRAM = "sometoken";
    • Windows cmd TOKEN_TELEGRAM=sometoken
    • Linux bash export TOKEN_TELEGRAM=sometoke
  2. Build bot.go and run resulting binary file (bot/bot.exe)

STEPS FOR RUN DOCKER ENVIRONMENT

  1. Make .env, write TOKEN_TELEGRAM=sometoken
  2. docker-compose up

About

Example to make bot for Telegram on language Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published