maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   MeeGo / Harmattan (https://talk.maemo.org/forumdisplay.php?f=45)
-   -   [QUESTION]Telegram for Meego/Harmattan? (https://talk.maemo.org/showthread.php?t=94503)

mikecomputing 2016-09-17 13:35

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Quote:

Originally Posted by claustn (Post 1506370)
so, if it's a problem develop a telegram app, why don't we try to create something based on telegram web? I can already use it with meefox, but it's slow and some features aren't functioning (such as photo and file transfer).
Would it easier to create some kind of browser (or update something that already exist) that works for web.telegram instead of a new app?
cheers

Because that will not work in secret mode

Breeze5 2016-09-17 14:00

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Ok, will wait patiently =)
How far have you gone with it?
Keep up the good work, mate.

hdmailx 2016-10-05 17:59

Re: [QUESTION]Telegram for Meego/Harmattan?
 
HI there, news?? :-p

smatkovi 2017-01-18 15:45

Re: [QUESTION]Telegram for Meego/Harmattan?
 
i use telegram-cli with easydebian in the terminal, it needed many ressources so i turned off many services in easydebian and now i think it's okay.

goldenporsche 2017-01-18 17:25

Re: [QUESTION]Telegram for Meego/Harmattan?
 
i've compiled telegram-cli with minimal library support in harmattan sdk. works good so far.

since i can not post any links as a new member, you can find a link to the file in my profile ("Contact info").

hope it works for you too.

hedayat 2017-01-27 11:32

Re: [QUESTION]Telegram for Meego/Harmattan?
 
There are some news, but not good enough! Anyway, you can follow my development here: http://talk.maemo.org/showthread.php?t=98813

smatkovi 2017-06-08 14:03

Re: [QUESTION]Telegram for Meego/Harmattan?
 
could you please reupload? it seems like it disappeared
Quote:

Originally Posted by goldenporsche (Post 1522201)
i've compiled telegram-cli with minimal library support in harmattan sdk. works good so far.

since i can not post any links as a new member, you can find a link to the file in my profile ("Contact info").

hope it works for you too.


Alexxxl 2018-01-18 08:51

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Quote:

Originally Posted by smatkovi (Post 1528960)
could you please reupload? it seems like it disappeared

http://4pda.ru/forum/index.php?showt...ost&p=62671664

still_loving_n9 2018-01-21 23:24

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Quote:

Originally Posted by Alexxxl (Post 1540355)

404

is the only thing I take from the russian ;) so download doesnt work.

Is there a working client (and what works?) and could someome upload it to openrepos (or somewhere?

thanks!

claustn 2018-01-22 09:27

Re: [QUESTION]Telegram for Meego/Harmattan?
 
https://openrepos.net/content/hedaya...dy-meetelegram

Halftux 2018-01-23 19:01

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Here is a compiled cli version with all library support (not tested).

Extract in a tempory folder copy for example to opt and make it executeable.

You will need to install:
libreadline5
libpython3.1
liblua5.1-0

and the additional library from archive (libjansson4, libconfig8, libevent-2.0-5)

http://filehorst.de/d/cndsJAGg

Alexxxl 2018-02-01 11:47

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Quote:

Originally Posted by Halftux (Post 1540503)
Here is a compiled cli version ...

This is "No GUI" version?

Halftux 2018-02-01 14:32

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Quote:

Originally Posted by Alexxxl (Post 1540751)
This is "No GUI" version?

Yes no GUI version cli = command line interface.
It is mainly used with scripts or bots. You can control your phone with scripts triggerd by telegram. Maybe there is also some python gui for it.

Alexxxl 2018-02-07 12:19

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Quote:

Originally Posted by Halftux (Post 1540756)
Yes no GUI version cli = command line interface.
It is mainly used with scripts or bots. You can control your phone with scripts triggerd by telegram. Maybe there is also some python gui for it.

this is cool! :o

mfrasca 2018-05-06 01:32

Re: [QUESTION]Telegram for Meego/Harmattan?
 
consider there's this Telethon library, for Python3. I've briefly tested if it is at all possible to send messages, spending on the subject not much more than ½h, then playing around a bit. The only issue on N9, according to me, is who's going to write the graphical user interface. for the rest, the whole protocol implementation is neatly handled by import telethon, as usual.
Being the library written in pure python, you can think of doing this also on N900, but then I'm not sure there's any other widgets choice but tcl/tk.

mfrasca 2018-05-06 13:36

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Quote:

Originally Posted by mfrasca (Post 1543994)
consider there's this Telethon library, for Python3. ...

so, I was a bit overconfident, I had tested it on my desktop, and my desktop is debian 9, with python3.5. Now I have copied the same files I was testing to both my N9 and N900 and I have met several problems, none of which is specific to telethon, but to the library versions on my phones.

the python versions I have are:
N900: 2.5 (stock), 2.7 (community), 3.4 (community)
N9: 2.6 (stock), 3.1 (stock)

user@Maemo:~$ openssl version
OpenSSL 0.9.8zf 19 Mar 2015

user@MeeGo:~$ openssl version
OpenSSL 0.9.8k 25 Mar 2009 (Library: OpenSSL 0.9.8r 8 Feb 2011)

on both systems I have git

1) I don't manage to install pip, on neither system. the error I have is InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail., and this I actually have all over the place, not being able to open any https page.

2) on N9 you need the get-pip for python2.6, which is still available. but it would be nicer if we had python2.7, or we have it and I missed it? but anyhow, I still end with the above error, also in MeeGo.

3) running python3 setup.py build needs setuptools, and I can do apt-get install python3-setuptools on MeeGo, but not on Maemo.

4) the stock python3.1 on MeeGo has so many differences from the python3 used in Telethon, that I gave up after three edits.

as said these aren't exclusively related to Telethon, it's just a plain need to update the systems.

both need a newer OpenSSL library.
is there a newer python3 for meego?
where do we get python3-setuptools for maemo?

smatkovi 2018-05-06 16:17

Re: [QUESTION]Telegram for Meego/Harmattan?
 
I would just try to compile Python3-setuptools and maybe Python 3 from sources

mfrasca 2018-05-06 16:39

Re: [QUESTION]Telegram for Meego/Harmattan?
 
are you able to do that? I'm not. I am more productive on application writing.

aquarium 2019-11-14 14:07

Re: [QUESTION]Telegram for Meego/Harmattan?
 
I think tdlibjson, will be more better.

aquarium 2019-11-14 14:37

Re: [QUESTION]Telegram for Meego/Harmattan?
 
1 Attachment(s)
Quote:

Originally Posted by aquarium (Post 1561988)
I think tdlibjson, will be more better.

I mean this

LisaFass 2020-04-28 12:47

Re: [QUESTION]Telegram for Meego/Harmattan?
 
In 2020:
Does Telegram work fine on the Meego N9 in a browser with web.telegram.org?
if yes which browser is best? MeeFox? Opera Mini 8.0 ?
Wouldnt Whatsapp web work in there as well?

claustn 2020-04-28 14:51

Re: [QUESTION]Telegram for Meego/Harmattan?
 
No, it didn't work well years ago when I was using the N9. With Opera was stuck at the code request, with MeeFox it was slow and touch didn't work well, additionally leaving MeeFox opened drains battery.
There is a text only app you can try, but again it is far from usable.
https://openrepos.net/content/hedaya...dy-meetelegram

For whatsapp web, you would still need another device running the real whatsapp. You have better to try and see, I've never tried.

smatkovi 2020-04-28 17:04

Re: [QUESTION]Telegram for Meego/Harmattan?
 
Quote:

Originally Posted by LisaFass (Post 1567146)
In 2020:
Does Telegram work fine on the Meego N9 in a browser with web.telegram.org?
if yes which browser is best? MeeFox? Opera Mini 8.0 ?
Wouldnt Whatsapp web work in there as well?

Meetelegram from openrepos worked for me quite well. Or do you particularly want it to be in the browser?

Maemish 2020-04-29 11:25

Re: [QUESTION]Telegram for Meego/Harmattan?
 
I was able to use whatsapp web with N900: Debian Jessie as chroot and in there chromium 57, but it was quite unusable. So slow. After I relashed my phone I could never make it work well again. So many setting to get right in about:config settings. I think whatsappweb is not a real option to think with any device.


All times are GMT. The time now is 01:00.

vBulletin® Version 3.8.8