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

Fred-Bot

  • 2 Devlogs
  • 1 Total hours

This is my first slack-bot - named Fred-Bot, bc he is Fred - a Frog and a bot haha

Ship #1

# Fred-Bot
Fred-Bot is a really simple slack-bot that got me to know the basics of bot-creation with javascript.

Managed to finally get the bot to work. Had quite the difficulties managing nest, and making sure the bot would run 24/7.

## Command List

| Command | Description |
| `/fred-bot-ping` | Check bot latency |
| `/fred-bot-help` | Get a list of all available commands |
| `/fred-bot-catfact` | Get a random cat fact |
| `/fred-bot-joke` | Get a random joke |
| `/fred-bot-cipher` | Decodes/Encodes text with the Ceasar Cipher 3 |

Try project → See source code →
Open comments for this post

42m 20s logged

Continued working on the bot and added a new command:

/fred-bot-cipher

  • a ceasar cipher that encodes/decodes your text with the shift of 3.

Made a detection to see if the correct text was provided for it to work.
Example: /fred-bot-cipher decode Hello

0
0
5
Open comments for this post

24m 53s logged

Made good progress on the guide, implemented all provided commands from the guide and changed the profile-picture for the bot.

Fred-Bot

Fred-Bot is a really simple slack-bot that got me to know the basics of bot-creation with javascript.

Available Commands:

/fred-bot-ping - Check bot latency
/fred-bot-help - Get a list of all commands
/fred-bot-catfact - Get a random cat fact
/fred-bot-joke - Get a random joke

1
0
9

Followers

Loading…