Skip to content

vladimirdotk/news-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News bot

build

Under heavy development...

Install dependencies

  • make deps

Build

  • make build

Dev Run

  • build binaries (see above)
  • run redis docker-compose up -d
  • run bot TELEGRAM_BOT_TOKEN="your-token" REDIS_ADDR="localhost:6379 ./bin/bot
  • run command executor TELEGRAM_BOT_TOKEN="your-token" REDIS_ADDR="localhost:6379 ./bin/executor
  • run collector REDIS_ADDR="localhost:6379 ./bin/collector

Tests

  • run make generate to generate mocks (optional)
  • run make test

About

News bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published