kotlin-spaces-app-onthisday
On this day is a JetBrains Space app which shows Wikipedia-based information about what happened on that or given day
Status
Service | Status |
---|---|
Gradle build | |
Qodana check |
tl;dr
"On this day" is my beginner-level submission to JetBrains Space App Contest and also a real-world "Kotlin learning" exercise. This is not meant to be a real word bot that lives forever.
What?
This is my very first JetBrains Space application. It's mainly a simple chat bot that requests data from Albin Larsson's open Wikipedia API and renders it in a DM reply.
Installation
You can install it from the JetBrains Plugin Marketstore page. Please be aware that the service behind the bot could disappear at any time.
Features
Following commands are supported:
otd
: Presents you the events on today's day in historyotd 14.03
: Presents you the events on 14.03 (dd.MM) in historyotd 14.03 events | deaths | birth
: Presents you the given topic on 14.03 (dd.MM) in history- Allows open Wikipedia from given message
Message UI
Special thanks to
- David Herman (Bitspittle) for helping me to get started with Kotlin
- Phil Skorpil for helping me with hosting and deployment
- Albin Larsson for providing an open API to easily fetch Wikipedia information
Keep in mind
This app is purely build for having fun! All features have room for improvements or could be done more elegant. This app was and may never be meant to run in production-like environments. If you see any tokens, keys or secrets, you can be sure that all of these are already revoked.
Authors
Just me, Tobi.
Links
- JetBrains Space homepage
- JetBrains Space App Contest homepage
License
This project is licensed under the MIT License - see the LICENSE file for details. Dependencies or assets maybe licensed differently.