Manenti Slack Bot
- 4 Devlogs
- 2 Total hours
Slack bot built with Slack Bolt and Axios, featuring commands that fetch images, data, and fun content from external APIs, including Pokémon, anime, weather, memes, jokes, quotes, and cats.
Slack bot built with Slack Bolt and Axios, featuring commands that fetch images, data, and fun content from external APIs, including Pokémon, anime, weather, memes, jokes, quotes, and cats.
I added two new commands to Manenti Slack BOT: /manenti-meme and /manenti-weather [city].
The /manenti-meme command fetches a random meme using the Imgflip API and displays it directly inside Slack with a clean image block. I also added /manenti-weather [city], which uses WeatherAPI to show the current weather for any city the user types, including temperature, weather condition, humidity, wind speed, and feels-like temperature.
I created the commands “/manenti-quote” and “/manenti-joke”, they serve to launch stoic phrases and tell all sorts of jokes.
I added two commands to search for Pokémon and anime using APIs.
Creating the Project. I configured the settings on the Slack API website, then started coding the project, installing dependencies and creating the first three commands: “/manenti-hw”, “/manenti-help”, and “/manenti-cat”.