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

trulle123

@trulle123

Joined May 31st, 2026

  • 5Devlogs
  • 1Projects
  • 2Ships
  • 30Votes
Professional Human Being | Stardance Amb. for Kalmar län | dm me for anything!
Ship 💀 Cursed

I made a simple slack bot that sends my daily updates (to replace slackbot reminders). It has a simple comand to check my local weather using an API, it also has a welcome message for people joining my channel, a command to get the join link to my priv channel. And last but not least if you ping it responds with some random garbage (as a kinda mock ai this intentionally really stupid)

  • 3 devlogs
  • 2h
  • 4.61x multiplier
  • 5 Stardust
Try project → See source code →
Open comments for this post

47m 59s logged

Added integration with HC AI to rearrange the words in a more logical order / change the grammar of words

This to introduce some logic while still keep the randomness

It uses ai.hackclub.com with Gemini 2.5 Flash Lite Preview 09-2025 as its really fast. Unfortunetly HC AI is currently down so I’ll have to wait with subbmitting untill its up again :3d-sad-emoji:

0
0
2
Open comments for this post

58m 40s logged

Added a random reply when bot is pinged and a command to get the workflow to join my priv channel

The random reply checks for the app_mention event and then uses a random word API to give random words (1-5).

The /enter-trulles-basement commad just sends an “Only vissable to you” message with the link to the workflow.

0
0
3
Open comments for this post

24m 18s logged

Added a welcome messege for people joining #trulleathon

This replaces an old winterflows workflow I was using. It uses the event member_joined_channel and then checks is the channel is the target one. Finaly it sends a messge using app.client.chat.postMessage() (event.user is used to know who joined).

0
0
4
Open comments for this post

31m 24s logged

Hosted the bot on Nest and added a daily and weekly update prompt. :yay:

My nest application got aproved so now the bot is there.

I have long been using a Slackbot reminder for this so i thought now that im making a bot is an amazing opportunity to replace that. The reminders are sent on a regular schedule to my channel using a cron job. 

0
0
6
Open comments for this post

1h 18m 7s logged

Added the help and ping commands from the tutorial + a command to check my local weather.

  • /trulles-minion-ping checks latency.
  • /trulles-minion-help shows all comands and what they do.
  • /trulles-weather shows my local temperature. It uses the SMHI weather API from apiverket.se.
0
0
9

Followers

Loading…