alwaysbegrowing / telegram-standup-bot

Very simple telegram bot for submitting daily standups
https://stoodbot.vercel.app
MIT License
27 stars 12 forks source link

Add ability to submit update through web UI #16

Closed RusseII closed 3 years ago

RusseII commented 3 years ago

@SvenWritesCode Any thoughts on how to do this? We could just call the webhook URL and impersonate a telegram message.

RusseII commented 3 years ago

This would still couple people to telegram though and wouldn't give a good way for non tg users to view the updates

RusseII commented 3 years ago

I also want a way to view other peoples updates. We could do the login with telegram thing if we didn't want the update posts to be public ...

RusseII commented 3 years ago

I also want a way to view other peoples updates. We could do the login with telegram thing if we didn't want the update posts to be public ...

Or it could just be behind a pass or something tbh if its just me using it

Namaskar-1F64F commented 3 years ago

Telegram and Web can be ADAPTERS as a way to get the person + update.

Then we just store the person + update and display the list of (person + update).

Namaskar-1F64F commented 3 years ago

I would like this to be behind a Telegram login for the group you want to view updates from, unless they're public somehow, but we don't have a use for that now.

Geczy commented 3 years ago

Telegram login added ! The UI is very basic but it works

image

Geczy commented 3 years ago

No method to post updates yet, since Telegram is a way richer UI to submit updates I didn't think it was worth it to add that for voice/video etc. But I could for basic messages with markdown support I suppose, if that would be used

But I think the tg bot is easier tbh , can do from mobile / desktop already

RusseII commented 3 years ago

I would really enjoy having the ability to update using text via the UI

Geczy commented 3 years ago

I would really enjoy having the ability to update using text via the UI

Another option could be https://web.telegram.org/ to msg the bot

Namaskar-1F64F commented 3 years ago

Is there some rtf library that outputs the data in a way that would be easy to convert to messages? Also in line webcam recording?