You are browsing as a guest. Sign up (or log in) to start making projects!

Heath Robinson

  • 2 Devlogs
  • 4 Total hours

A cryptography slack bot for hobbyist and competitors to practice. It was named after the British codebreaking machines used during World War II.

Open comments for this post

2h 4m 30s logged

I continued to work on the Slack Bot but I ran into problems with setting up Node.js on VScode so I had to spend around an hour rebooting my laptop, VScode, and redownloading Node.js before it finally worked. After finishing that, I worked on starting to code and implement my first commands. As of right now, I set down a template and finished two commands: /hr-commands and /hr-ping. The first, /hr-commands displays the available commands with a short description of their actions and the second checks the bot’s latency.

For now, I have to watch some tutorials about JavaScript as this is the first time I’ve really worked with it besides website creations

I continued to work on the Slack Bot but I ran into problems with setting up Node.js on VScode so I had to spend around an hour rebooting my laptop, VScode, and redownloading Node.js before it finally worked. After finishing that, I worked on starting to code and implement my first commands. As of right now, I set down a template and finished two commands: /hr-commands and /hr-ping. The first, /hr-commands displays the available commands with a short description of their actions and the second checks the bot’s latency.

For now, I have to watch some tutorials about JavaScript as this is the first time I’ve really worked with it besides website creations

Replying to @haidenwery

0
1
Open comments for this post

1h 42m 17s logged

I have never made a bot, for slack or discord, before so this is new territory for me. After reading the introduction of the mission, I brainstormed ideas for the purpose of the bot. Reaching into my passion for cryptography, I have decided to make a bot dedicated to helping people practice different cipher, both encrypting and decrypting them. I decided to name it Heath Robinson after the machine used by British codebreakers during World War II, which was named after William Heath Robinson (he drew elaborate machines to achieve simple tasks). I worked through the first few tasks presented before making my commands, for now, which are presented below.

The picture isn’t showing all the commands so I will paste them here:
“Available Commands for Heath Robinson:”,
“ • /hr-practice”,
“ • /hr-random”,
“ • /hr-solve”,
“ • /hr-encrypt”,
“ • /hr-decrypt”,
“ • /hr-inspect”,
“ • /hr-tools”,
“ • /hr-trivia”,
“ • /hr-ping”,

I have never made a bot, for slack or discord, before so this is new territory for me. After reading the introduction of the mission, I brainstormed ideas for the purpose of the bot. Reaching into my passion for cryptography, I have decided to make a bot dedicated to helping people practice different cipher, both encrypting and decrypting them. I decided to name it Heath Robinson after the machine used by British codebreakers during World War II, which was named after William Heath Robinson (he drew elaborate machines to achieve simple tasks). I worked through the first few tasks presented before making my commands, for now, which are presented below.

The picture isn’t showing all the commands so I will paste them here:
“Available Commands for Heath Robinson:”,
“ • /hr-practice”,
“ • /hr-random”,
“ • /hr-solve”,
“ • /hr-encrypt”,
“ • /hr-decrypt”,
“ • /hr-inspect”,
“ • /hr-tools”,
“ • /hr-trivia”,
“ • /hr-ping”,

Replying to @haidenwery

0
2

Followers

Loading…