https://github.com/yafp/ttth
ttth (talk to the hand) is an electron based desktop app for online services like WhatsApp, Threema, Telegram, Twitter, Google and several others.
https://github.com/yafp/ttth
custom-services electron freenode gmail google-calendar google-contacts google-keep google-messages google-photos linux mattermost messaging messenger productivity slack telegram threema twitter whatsapp
Last synced: 24 days ago
JSON representation
ttth (talk to the hand) is an electron based desktop app for online services like WhatsApp, Threema, Telegram, Twitter, Google and several others.
- Host: GitHub
- URL: https://github.com/yafp/ttth
- Owner: yafp
- License: gpl-3.0
- Archived: true
- Created: 2019-04-23T13:18:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T09:26:57.000Z (over 2 years ago)
- Last Synced: 2024-08-02T15:53:28.126Z (9 months ago)
- Topics: custom-services, electron, freenode, gmail, google-calendar, google-contacts, google-keep, google-messages, google-photos, linux, mattermost, messaging, messenger, productivity, slack, telegram, threema, twitter, whatsapp
- Language: JavaScript
- Homepage:
- Size: 12.2 MB
- Stars: 124
- Watchers: 8
- Forks: 25
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
ttth
available for:


[](https://deepscan.io/dashboard#view=project&tid=8831&pid=11093&bid=161122)
[](https://www.codacy.com/app/yafp/ttth?utm_source=github.com&utm_medium=referral&utm_content=yafp/ttth&utm_campaign=Badge_Grade)





[](https://github.com/yafp/ttth/graphs/contributors/)
[](https://github.com/yafp/ttth/pulls?q=is:pr+is:merged)

[](https://yafp.github.io/ttth/)# about
**ttth** (talk to the hand) is an electron based desktop app for online services like WhatsApp, Threema, Telegram, Google and several others.It is:
* available for *freebsd*, *linux*, *macOS* and *windows*.
* inspired by apps like [Franz](https://github.com/meetfranz/franz) and [Rambox](https://github.com/ramboxapp/community-edition). Need to feature [Hamsket](https://github.com/TheGoddessInari/hamsket) here as good looking Rambox fork and [Ferdi](https://github.com/getferdi/ferdi) as Franz fork.
* free and open source# getting-started
## download
Download the latest release from [here](https://github.com/yafp/ttth/releases).## install
Please see the [installation instructions](docs/INSTALL.md) for more details.## services
While **ttth** supports a growing list of pre-configured services, you can as well add custom urls yourself (using the CUSTOM URL type).
Please see the supported [services](docs/SERVICES.md) for more details.## ui
**ttth** comes with several themes. This readme is only featuring the default theme.
*Default theme*
Please see the [themes list](docs/THEMES.md) for more details.
## changelog
Please see the [changlog](docs/CHANGELOG.md) for more details.## keyboard-shortcuts
| Function | Linux | macOS | Windows |
| ------------------------------------------ | ------------------------------- | ------------------------------- | ------------------------------- |
| Homepage | F1 | F1 | F1 |
| Report issue | F2 | F2 | F2 |
| Changelog | F3 | F3 | F3 |
| FAQ | F4 | F4 | F4 |
| Releases | F5 | F5 | F5 |
| Search updates | F9 | F9 | F9 |
| Open developer console for current service | F10 | F10 | F10 |
| Toggle Fullscreen mode | F11 | F11 | F11 |
| Toggle developer console | F12 | F12 | F12 |
| Show Settings | CTRL + , | CMD + , | CTRL + , |
| Jump to next service | CTRL + 🡆 | CMD + 🡆 | CTRL + 🡆 |
| Jump to previous service | CTRL + 🡄 | CMD + 🡄 | CTRL + 🡄 |
| Jump to service tab 1 | CTRL + 1 | CMD + 1 | CTRL + 1 |
| Jump to service tab 2 | CTRL + 2 | CMD + 2 | CTRL + 2 |
| Jump to service tab 3 | CTRL + 3 | CMD + 3 | CTRL + 3 |
| Jump to service tab ... | CTRL + ... | CMD + ... | CTRL + ... |
| Jump to service tab 9 | CTRL + 9 | CMD + 9 | CTRL + 9 |
| Reload current service | CTRL + S | CMD + S | CTRL + S |
| Quit/exit the application | CTRL + Q | CMD + Q | CTRL + Q |
| Reload the application | CTRL + R | CMD + R | CTRL + R |
| Minimize window | CTRL + M | CMD + M | CTRL + M |
| Maximize window | CTRL + K | CMD + K | CTRL + K |
| Hide window | CTRL + H | CMD + H | CTRL + H |## privacy
* **ttth** is using [sentry](https://sentry.io) to collect error reports. This helps heavily finding bugs which might occur only in some specific use-cases. Please see the [sentry privacy policy](https://sentry.io/privacy/) for more details.
* **ttth** is not tracking it's users (i.e. using Google Analytics or similar)
* All data is stored locally only.
* Sessions will persist using the [partition:persist](https://electronjs.org/docs/api/webview-tag#partition) attribute for electrons webview.You are always welcome to check and even improve the code.
## faq
Please see the [FAQ](docs/FAQ.md) for more details.## known-issues
Please see the [known issues](docs/KNOWN_ISSUES.md) for more details.## discussion
* Github: click [here](https://github.com/yafp/ttth/issues) to create an issue## license
Please see the [LICENSE](LICENSE) for more details.## disclosure
**ttth** is not affiliated with any of the supported apps/services.## support / fund
If you want to support the development of **ttth** you can fund me on:* [github](https://github.com/sponsors/yafp)
* [patreon](https://www.patreon.com/yafp)***
# developers
* Please see the [contributing informations](docs/CONTRIBUTING.md) for more details.
* A list of all contributors can be found [here](docs/CONTRIBUTORS.md).