{"id":17877753,"url":"https://github.com/yshrsmz/monotweety","last_synced_at":"2025-03-22T05:31:08.977Z","repository":{"id":142245794,"uuid":"69078478","full_name":"yshrsmz/monotweety","owner":"yshrsmz","description":"Simple Twitter Client just for tweeting, written in Kotlin with reactive MVVM-like approach","archived":true,"fork":false,"pushed_at":"2020-12-12T14:51:37.000Z","size":3408,"stargazers_count":114,"open_issues_count":10,"forks_count":25,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-12-21T16:22:26.935Z","etag":null,"topics":["android","android-application","kotlin","kotlin-android","rxjava","twitter","twitter-client"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yshrsmz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"yshrsmz","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2016-09-24T03:57:39.000Z","updated_at":"2024-10-26T16:38:47.000Z","dependencies_parsed_at":"2023-07-14T16:03:22.117Z","dependency_job_id":null,"html_url":"https://github.com/yshrsmz/monotweety","commit_stats":null,"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yshrsmz%2Fmonotweety","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yshrsmz%2Fmonotweety/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yshrsmz%2Fmonotweety/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yshrsmz%2Fmonotweety/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yshrsmz","download_url":"https://codeload.github.com/yshrsmz/monotweety/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244912800,"owners_count":20530764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-application","kotlin","kotlin-android","rxjava","twitter","twitter-client"],"created_at":"2024-10-28T11:55:22.881Z","updated_at":"2025-03-22T05:31:08.972Z","avatar_url":"https://github.com/yshrsmz.png","language":"Kotlin","funding_links":["https://github.com/sponsors/yshrsmz"],"categories":[],"sub_categories":[],"readme":"# Monotweety\n\n[![wercker status](https://app.wercker.com/status/438f38b6c6b44b4bf2454413a92c0c03/s/master \"wercker status\")](https://app.wercker.com/project/byKey/438f38b6c6b44b4bf2454413a92c0c03)\n[![codebeat badge](https://codebeat.co/badges/b6b5eaf8-d43c-4cd7-bb74-344a982e2750)](https://codebeat.co/projects/github-com-yshrsmz-monotweety)\n[![codecov](https://codecov.io/gh/yshrsmz/monotweety/branch/master/graph/badge.svg)](https://codecov.io/gh/yshrsmz/monotweety)\n\n\n![header](./assets/header.png)\n\nSimple Twitter Client just for tweeting.\n\n\u003ca href='https://play.google.com/store/apps/details?id=net.yslibrary.monotweety\u0026utm_source=global_co\u0026utm_medium=prtnr\u0026utm_content=Mar2515\u0026utm_campaign=PartBadge\u0026pcampaignid=MKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'\u003e\u003cimg alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png' height=\"80\"/\u003e\u003c/a\u003e\n\nMonotweety is also available at F-Droid compatible repository called [IzzyOnDroid F-Droid Repository](https://apt.izzysoft.de/fdroid/). Link for the page is [here](https://apt.izzysoft.de/fdroid/index/apk/net.yslibrary.monotweety)\n\n## Overview\n\nMonotweety is Twitter client app which specializes in tweeting right from your device's notification area.\n\nWhen you tap the notification, editor dialog will be launched, and you can tweet from there.\n\nIf your device is Android 7.0 or up, you can literally tweet from your notification area.\n\nFeatures include:\n\n- tweet from notification area\n- chain tweets as a thread \n\n## Architecture\n\nMonotweety uses following approach/libraries\n\n- [Kotlin](https://kotlinlang.org/)\n- Reactive MVVM-like architecture\n- [Dagger2](https://github.com/google/dagger) for Dependency Injection\n- [Conductor](https://github.com/bluelinelabs/Conductor) for building View-based application\n- [RxJava](https://github.com/reactivex/rxjava) for async/reactive programming\n- [StorIO](https://github.com/pushtorefresh/storio) for SQLite\n\n## Screenshots\n\n|splash|setting|notification|editor\n|---|---|---|---|\n![](./assets/screenshots/screenshot_splash.png)|![](./assets/screenshots/screenshot_setting.png)|![](./assets/screenshots/screenshot_notification_2.png)|![](./assets/screenshots/screenshot_editor_1.png)\n\n\n\n\n## How to build\n\n- Fill `secrets.properties.template` and rename to `secrets.properties`.\n- Create Firebase project and download `google-services.json`, which should have two properties; `net.yslibrary.monotweety` and `net.yslibrary.monotweety.debug`.\n\n\n\n## License\n\n    Copyright 2016-2017 Shimizu Yasuhiro (yshrsmz)\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyshrsmz%2Fmonotweety","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyshrsmz%2Fmonotweety","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyshrsmz%2Fmonotweety/lists"}