Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 361 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 361 Bytes

earrape-bot

Telegram bot for making loud audios, written in Ruby.

Bot link (hosted on free Railway tier, may be unactive)

What I've used:

  • Ruby 3.2.2
  • telegram-bot-ruby
  • ffmpeg to process audio
  • Sidekiq for handling audio processing tasks

Plans:

  • Wrap bot in a Docker container
  • Host bot
  • Write tests?