signalstickers / signalstickers-client

⚙️🐍 A Python client for the Signal stickers API
https://pypi.org/project/signalstickers-client/
GNU Lesser General Public License v3.0
54 stars 9 forks source link

How do I extract my credentials? #12

Closed krateng closed 3 years ago

krateng commented 3 years ago

This may be a dumb question - but the Readme says to open dev tools on Signal Desktop. Signal Desktop isn't a web app though, but a standalone executable (or flatpak in my case). Am I missing something?

romainricard commented 3 years ago

Signal Desktop is a standalone app, but it is built with web technologies (Electron). I don't have the app at hand, but it seems you can access the web dev tools with something like View -> Toggle Developer Tools. From here, access the "Console" tab and follow the readme.

krateng commented 3 years ago

Ah, looks like I needed the --enable-dev-tools flag for that. Thanks!

romainricard commented 3 years ago

Good catch! I've added it to the README, thanks! (see https://github.com/signalstickers/signalstickers-client/commit/afe711884cee528b78a909c4f90b8041e3d358a4)