Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alchen/DTCP
Desktop Twitter Client Project
https://github.com/alchen/DTCP
Last synced: 3 months ago
JSON representation
Desktop Twitter Client Project
- Host: GitHub
- URL: https://github.com/alchen/DTCP
- Owner: alchen
- License: agpl-3.0
- Created: 2015-05-24T05:25:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T07:02:33.000Z (almost 6 years ago)
- Last Synced: 2024-06-20T01:53:18.843Z (5 months ago)
- Topics: twitter
- Language: JavaScript
- Homepage:
- Size: 1.53 MB
- Stars: 46
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron-zh - DTCP - Twitter client. (Apps / Open Source)
- awesome-electron - DTCP - Twitter client. ![](https://img.shields.io/github/stars/alchen/DTCP.svg?style=social&label=Star) (Apps / Unofficial Apps)
README
![Desktop Twitter Client Project](docs/banner.png)
[![Build Status](https://travis-ci.org/alchen/DTCP.svg?branch=master)](https://travis-ci.org/alchen/DTCP)
DTCP is a Twitter client built with [`electron`][1] and [`Vue.js`][2]. Futher development has **discontinued** as of Aug 2018 because of the recent Twitter API changes that made impposible for 3rd-party client to provide a good experience to the end users.
**And a new Mastodon app will be coming soon at [Rusk.app](https://rusk.app).**
[](docs/screenshot_1.png)[](docs/screenshot_2.png)
# Downloads
[ OS X](https://github.com/alchen/DTCP/releases/download/v0.6.1/DTCP-mac.zip)
[ Windows](https://github.com/alchen/DTCP/releases/download/v0.6.1/DTCP-win32.zip)
# Development
```
npm install # Install dependencies
gulp # Bundle up javascript files and style sheets
npm start # Start the program with electron-prebuilt
```[1]:https://github.com/atom/electron
[2]:https://github.com/vuejs/vue