Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 387 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 387 Bytes

asvz-bot

A telegram bot to get notified/enrolled for ASVZ lessons.

Build the binary yourself

  • install rust
  • create a telegram bot
  • set env variable: TELOXIDE_TOKEN="your api token"
  • Change in bot/src/main.rs on line 30 the bot name.
  • run cargo run --release