guardianproject / haven

Haven is for people who need a way to protect their personal spaces and possessions without compromising their own privacy, through an Android app and on-device sensors
https://guardianproject.github.io/haven/
GNU General Public License v3.0
6.63k stars 728 forks source link

Telegram support #400

Open DI555 opened 5 years ago

DI555 commented 5 years ago

Please add full Telegram support, not only Signal! Many thanks in advance!

nedijahij commented 4 years ago

I am looking for telegram support too. ^^

altShiftDev commented 4 years ago

For whatever reason I can't get signal to work and would definitely love alternatives, telegram seems ideal for this. Especially if it could interact like a bot and be invited to a private group chat with other roommates.

DI555 commented 4 years ago

btw, telegram is getting support for video-calls(streams/chats) !!! now it's already working in testing mode on ios phone devices.. upd. yes, call feature works in android telegram versions since 7 version!

DI555 commented 3 years ago

and even more, group video chat is coming now, i hope it's much usefull for using with haven ;) ! so now, since beta 7.8.0, the group video chat is available!!! could i suppose, that will be possible to monitor several gadgets together ;) ?

DI555 commented 2 years ago

btw, since in telegram be appeared more video features, it's possible to use it like video cloud recording !!!

..you may say that telegram's servers are private, yes(, but signal's ones are too(!

DI555 commented 2 years ago

i think, could be easier integrate telegram support using sources of this app:

github.com/Pato05/uploadgram-app

n8fr8 commented 2 years ago

I'd be happy to add it, and agree it isn't that hard to integrate with Telegram. We are also working on Matrix.

ttodua commented 1 year ago

any update on this? it was as easy as sending POST data:

{
  'chat_id': chat_id, // channel id where user's bot is added as adminitrator, more at: https://stackoverflow.com/a/56546442/2377343
  'text': content
}

to:

https://api.telegram.org/bot' +bot_key + '/sendMessage;
fat-tire commented 1 year ago

I recently suggested the new cDC project if anyone has any thoughts.

ttodua commented 1 year ago

I recently suggested the new cDC project if anyone has any thoughts.

Personally I don't think a small & relatively unknown project will be used. but just my thought, idk otherwise.