I would like to share a program I made recently. It’s a bot for the Deltachat instant messenger (https://delta.chat/) that interacts with an org-mode file.
The bot basically just listens to incoming messages, and transfer the contents (as well as attachments) to a headline in a designated org-mode file. This way, you can capture information when not in front of emacs. I’m using it to implement the "capture" part of the Getting Things Done (GTD) method. I wrote about it on my blog here: https://thibaut.dev/blog/deltachat-inbox-bot.html The code for the bot can be found at: https://git.sr.ht/~bgtdsword/deltachat-inbox-bot I deployed it with Docker, but that’s of course optionnal. This is not rocket science but I’ve become quite reliant on it already. I would be interested to hear about any feedback or comments. Cheers, Thibaut