All Projects → yshrsmz → monotweety

yshrsmz / monotweety

Licence: Apache-2.0 license
Simple Twitter Client just for tweeting, written in Kotlin with reactive MVVM-like approach

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to monotweety

vim-twitter
Tweet from inside vim!
Stars: ✭ 26 (-76.58%)
Mutual labels:  twitter-client
Inbrief
InBrief is a personal briefing app and dashboard powered by Electron and React
Stars: ✭ 90 (-18.92%)
Mutual labels:  twitter-client
Twitter Api Php
The simplest PHP Wrapper for Twitter API v1.1 calls
Stars: ✭ 1,808 (+1528.83%)
Mutual labels:  twitter-client
Birdy
A super awesome Twitter API client for Python.
Stars: ✭ 259 (+133.33%)
Mutual labels:  twitter-client
Twitter.jl
Julia package to access Twitter API
Stars: ✭ 58 (-47.75%)
Mutual labels:  twitter-client
Vue Twitter Client
Twitter client created with Vue.js + Electron
Stars: ✭ 103 (-7.21%)
Mutual labels:  twitter-client
twittered
Twitter API client for Java developers
Stars: ✭ 170 (+53.15%)
Mutual labels:  twitter-client
Harpy
A Twitter app built with Flutter
Stars: ✭ 211 (+90.09%)
Mutual labels:  twitter-client
Yourfukurou
Hackable YoruFukurou alternative Twitter client
Stars: ✭ 85 (-23.42%)
Mutual labels:  twitter-client
Smuxi
Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
Stars: ✭ 145 (+30.63%)
Mutual labels:  twitter-client
Surfbird
A Microblogging client built on Electron and Vue
Stars: ✭ 309 (+178.38%)
Mutual labels:  twitter-client
Twitterapi
Minimal python wrapper for Twitter's REST and Streaming APIs
Stars: ✭ 724 (+552.25%)
Mutual labels:  twitter-client
Awesome Twitter Tools
A curated list of awesome twitter tools
Stars: ✭ 113 (+1.8%)
Mutual labels:  twitter-client
harbour-piepmatz
Piepmatz is a Twitter client for Sailfish OS
Stars: ✭ 45 (-59.46%)
Mutual labels:  twitter-client
Twterm
A full-featured TUI Twitter client
Stars: ✭ 186 (+67.57%)
Mutual labels:  twitter-client
gotwtr
gotwtr provides Twitter v2 API
Stars: ✭ 45 (-59.46%)
Mutual labels:  twitter-client
Twitlatte
Twitter and Mastodon client for Android
Stars: ✭ 92 (-17.12%)
Mutual labels:  twitter-client
Andstatus
Multiple accounts client for multiple Social networks. For Android
Stars: ✭ 236 (+112.61%)
Mutual labels:  twitter-client
Opentween
TwitterクライアントのTweenからフォークしたオープンなプロジェクト
Stars: ✭ 203 (+82.88%)
Mutual labels:  twitter-client
Twittnuker
Android 4.0+ Twitter Client
Stars: ✭ 117 (+5.41%)
Mutual labels:  twitter-client

Monotweety

wercker status codebeat badge codecov

header

Simple Twitter Client just for tweeting.

Get it on Google Play

Monotweety is also available at F-Droid compatible repository called IzzyOnDroid F-Droid Repository. Link for the page is here

Overview

Monotweety is Twitter client app which specializes in tweeting right from your device's notification area.

When you tap the notification, editor dialog will be launched, and you can tweet from there.

If your device is Android 7.0 or up, you can literally tweet from your notification area.

Features include:

  • tweet from notification area
  • chain tweets as a thread

Architecture

Monotweety uses following approach/libraries

  • Kotlin
  • Reactive MVVM-like architecture
  • Dagger2 for Dependency Injection
  • Conductor for building View-based application
  • RxJava for async/reactive programming
  • StorIO for SQLite

Screenshots

splash setting notification editor

How to build

  • Fill secrets.properties.template and rename to secrets.properties.
  • Create Firebase project and download google-services.json, which should have two properties; net.yslibrary.monotweety and net.yslibrary.monotweety.debug.

License

Copyright 2016-2017 Shimizu Yasuhiro (yshrsmz)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].