All Projects → Wunderfitz → harbour-piepmatz

Wunderfitz / harbour-piepmatz

Licence: GPL-3.0 License
Piepmatz is a Twitter client for Sailfish OS

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to harbour-piepmatz

maep-qt
A map viewer for Jolla Sailfish OS
Stars: ✭ 26 (-42.22%)
Mutual labels:  sailfishos
harbour-fernschreiber
Fernschreiber is a Telegram client for Sailfish OS
Stars: ✭ 29 (-35.56%)
Mutual labels:  sailfishos
twittered
Twitter API client for Java developers
Stars: ✭ 170 (+277.78%)
Mutual labels:  twitter-client
wht
Working Hours Tracker for Sailfish OS
Stars: ✭ 20 (-55.56%)
Mutual labels:  sailfishos
patchmanager
Patchmanager for SailfishOS
Stars: ✭ 21 (-53.33%)
Mutual labels:  sailfishos
command-line-tweeter
Tweets in from a pipe
Stars: ✭ 70 (+55.56%)
Mutual labels:  twitter-client
monotweety
Simple Twitter Client just for tweeting, written in Kotlin with reactive MVVM-like approach
Stars: ✭ 111 (+146.67%)
Mutual labels:  twitter-client
vim-twitter
Tweet from inside vim!
Stars: ✭ 26 (-42.22%)
Mutual labels:  twitter-client
sf-enchilada
Instructions and releases for Sailfish OS for the OnePlus 6/T
Stars: ✭ 35 (-22.22%)
Mutual labels:  sailfishos
twitivity
🐍 Twitter Accounts Activity API Client Library for Python
Stars: ✭ 49 (+8.89%)
Mutual labels:  twitter-client
Jupii
Play audio, video and images on UPnP/DLNA devices
Stars: ✭ 27 (-40%)
Mutual labels:  sailfishos
Zimpedia
Offline reader for Wikipedia
Stars: ✭ 18 (-60%)
Mutual labels:  sailfishos
go-t
A blazing-fast, simple and easy to use command-line client for Twitter written in Go. 🚀📨
Stars: ✭ 70 (+55.56%)
Mutual labels:  twitter-client
main
Documentation, releases, and issues
Stars: ✭ 30 (-33.33%)
Mutual labels:  sailfishos
gotwtr
gotwtr provides Twitter v2 API
Stars: ✭ 45 (+0%)
Mutual labels:  twitter-client
harbour-lgremote-webos
Simple webOS TV remote control application for SailfishOS
Stars: ✭ 24 (-46.67%)
Mutual labels:  sailfishos
harbour-sailfishconnect
KDE Connect for Sailfish OS
Stars: ✭ 39 (-13.33%)
Mutual labels:  sailfishos
poor-maps
Maps and navigation for Sailfish OS
Stars: ✭ 42 (-6.67%)
Mutual labels:  sailfishos
harbour-containers
A Linux containers manager for SailfishOS
Stars: ✭ 30 (-33.33%)
Mutual labels:  sailfishos
starship
SailfishOS synchronization app for AsteroidOS.
Stars: ✭ 21 (-53.33%)
Mutual labels:  sailfishos

Piepmatz

Piepmatz is a Twitter client for Sailfish OS

Author

Sebastian J. Wolf [email protected]

License

Licensed under GNU GPLv3

Keyboard Shortcuts

Some Sailfish OS devices feature a physical keyboard. Piepmatz is even easier to use with them using shortcuts:

  • Generic
    • Up/down: scroll
    • Page up/down: scroll faster
    • t/b: Scroll to top / bottom
    • Left/Esc: Back
  • Only on main screen:
    • 1-6: Switch tabs (timeline, notifications, search etc.)
    • n: New tweet
    • r: Refresh
    • s: Settings
    • a: About
  • On tweet details view:
    • Return/Enter: Display thread

Developer Mode

Though Piepmatz is made to be as feature-rich as possible, some features such as the support for Twitter threads may only be available in the developer mode or be incomplete/failing from time to time. Reasons for that can be that the respective features are not available via official API, certain API features are not yet productively available (developer preview), they are rate limited or require a paid contract with Twitter. You can enable the developer mode on the settings page of Piepmatz. In addition, you need to set a valid Twitter API Bearer token there as well. Such a valid Twitter API Bearer token can be obtained by creating an account in the Twitter Developer Portal, registering a project and an application and by creating credentials for this application. Please see the Getting Started documentation for details.

Build

Simply clone this repository, but be sure to clone it with --recursive as Piepmatz uses Git Submodules.

Just use the project file harbour-piepmatz.pro to import the sources in your SailfishOS IDE. To build and run Piepmatz or an application which is based on Piepmatz, you need to create the file harbour-piepmatz/src/o2/o1twitterglobals.h (you can copy the sample from harbour-piepmatz/src/o2/o1twitterglobals.h.sample) and enter the required constants in the following format:

#ifndef O1TWITTERGLOBALS_H
#define O1TWITTERGLOBALS_H
const char TWITTER_CLIENT_ID[]                    = "abcdef";
const char TWITTER_CLIENT_SECRET[]                = "ghijkl";
const char TWITTER_STORE_DEFAULT_ENCRYPTION_KEY[] = "mnopqr";
#endif // O1TWITTERGLOBALS_H

You get the Twitter client ID and client secret as soon as you've registered your own application on dev.twitter.com. The default encryption key is only used in case Piepmatz is unable to determine a unique encryption key from the user's device. Under normal circumstances, Piepmatz uses an encryption key which was generated automatically. This key is used to encrypt the user's generated Twitter oAuth token (not the username/password!) on the user's device. Please use a password generator to generate the default key for your application.

Piepmatz also needs the package openssl-devel to compile properly. You can install it on your build target using the Control Centre in your SailfishOS IDE.

Credits

This project uses

  • OAuth for Qt, by Akos Polster. Available on GitHub.com - Thanks for making it available under the conditions of the BSD-2-Clause license! Details about the license of OAuth for Qt in its license file.
  • twitter-text, copyright 2017 Twitter, Inc and other contributors. Available on GitHub.com - Thanks for making it available under the conditions of the Apache License, Version 2.0! Details about the license of twitter-text in its license file.
  • Emoji parsing and artwork by Twitter Emoji (Twemoji), copyright 2018 Twitter, Inc and other contributors, Code licensed under the MIT License, Graphics licensed under CC-BY 4.0
  • HTML parsing by QGumboParser, copyright 2017 Sergey Lagner, Code licensed under the MIT License, uses Gumbo, copyright 2017 Google, licensed under the Apache License 2.0
  • ipinfo.io to determine your location.

Piepmatz was translated to several languages. Thanks to all contributors!

Code improvements by:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].