Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 473 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 473 Bytes

Donos

Bot for anonymous chatting in telegram

Run in dev

  • create bot in @BotFather
  • set token from BotFather in config/config.dev.ex :nadia.token
  • (optional) create channel for history
  • (optional) set channel for history into :donos.history_channel (@name if it is public, it's id if it is private (it's hard to get id for private channel))
  • install deps: mix deps.get
  • run repl: iex -S mix
  • on code change run recompile command