Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.06 KB

Morse Trainer Bot

A cool discord bot to learn CW!

Description

This bot creates random strings to a txt file that are then converted to morse code using ebook2cw, the output mp3 is then played in the voice chat

Requirements

  • A discord bot (and its API Key)
  • A discord server to add the bot
  • NodeJs
  • ebook2cw

Configuration

  1. Create a discord BOT and save the API Key
  2. Add the BOT to a discord server, make sure it has access to messages and voice chats
  3. Export the API Key in the BOT_TOKEN environment variable
  4. Launch the bot!

Sources

Create a music bot

https://gabrieltanner.org/blog/dicord-music-bot

Discord: play.js

https://discord.js.org/#/docs/main/stable/class/PlayInterface?scrollTo=play

Ebook2cw

http://manpages.ubuntu.com/manpages/xenial/man1/ebook2cw.1.html

Credits

Created with IU3GNB