Results 6 comments of eltoro0815

> @epenet I will have a look at he apk. I tried to sniff the code with MITM, by updating the apk with a new cert, but they use TrustKit...

I tried to run a minimal version in termux on my android phone. test.py ```python from e3dc import E3DC USERNAME = '[email protected]' PASS = 'md5password' SERIALNUMBER = 'S10-number' CONFIG =...

Running test_websocket.py in Termux works as expected: ```python import websocket ws = websocket.WebSocket() ws.connect("ws://echo.websocket.events") ws.send("Hello, Server") print(ws.recv()) ws.close() ``` Output: ```bash echo.websocket.events sponsored by Lob.com ```

I did some research with the new portal (my.e3dc.com) Here is a script which logs in to get the Bearer Token and listens to a Websocket to get the actual...

Hi:) I have a Dacia Spring. Starting the HVAC works in my case. I'm from Germany. Your request URL is correct. The only difference I can spot to what is...

Some more information for you: when I run instaloader as command in the terminal of my PC like ```instaloader --login=eltoro0815 profile [profilename]``` the files are downloaded as expected.