from Hacker News

Ask HN: Should I build a chat bot for journaling?

by peterdemin on 1/9/20, 4:40 PM with 6 comments

I was dreaming about an idea of a telegram chat bot, that journals everything I would write to it.

It’ll have a set of storage options, that kick in based on the message content. Like adding a section to markdown doc in private GitHub repo for daily journaling.

Or adding a row to google spreadsheets for tracking money, calories or whatever. It’ll also have some scrapping background jobs to augment my input with bank transaction history, or whatever smart home integrations there are.

Would you want to have such a bot, or to contribute to the project?

  • by eb0la on 1/10/20, 8:26 AM

    That's not a chatbot: it's an agent :-)

    I've got a similar use case, but I was thinking about Slack and not telegram: whenever I want to write something in my blog, send a message to the agent to enable the wp-admin parts of my blog.

    After writing I could just tell the agent to block wp-admin entirely.

    Not extra high/pentagon-grade secure; but enough to block login attempts (and maybe some exploits).

  • by muzani on 1/10/20, 10:16 AM

    I don't really want a chatbot. What I'd rather have is a terminal.

    "cost 12 food cash" to track an expense maybe

    or "dentist 3 pm Saturday", which is something Google Assistant already does extremely well

    I'm willing to learn the bot's language. It doesn't have to guess mine.

  • by BOOSTERHIDROGEN on 1/10/20, 3:10 AM

    for daily journaling I've found this apps [1] quite useful, maybe you get some idea.

    [1] https://thezenjournal.com/

  • by sharemywin on 1/9/20, 4:45 PM

    what technology and would be it be open source? or how would that work? self hosted/Saas?