All Projects → YuheiNakasaka → Vue Twitter Client

YuheiNakasaka / Vue Twitter Client

Licence: mit
Twitter client created with Vue.js + Electron

Projects that are alternatives of or similar to Vue Twitter Client

Twitter Api Php
The simplest PHP Wrapper for Twitter API v1.1 calls
Stars: ✭ 1,808 (+1655.34%)
Mutual labels:  twitter-client, twitter
Opentween
TwitterクライアントのTweenからフォークしたオープンなプロジェクト
Stars: ✭ 203 (+97.09%)
Mutual labels:  twitter-client, twitter
Twittnuker
Android 4.0+ Twitter Client
Stars: ✭ 117 (+13.59%)
Mutual labels:  twitter-client, twitter
Awesome Twitter Tools
A curated list of awesome twitter tools
Stars: ✭ 113 (+9.71%)
Mutual labels:  twitter-client, twitter
Social Amnesia
Forget the past. Social Amnesia makes sure your social media accounts only show your posts from recent history, not from "that phase" 5 years ago.
Stars: ✭ 656 (+536.89%)
Mutual labels:  twitter, electron-vue
Harpy
A Twitter app built with Flutter
Stars: ✭ 211 (+104.85%)
Mutual labels:  twitter-client, twitter
Twterm
A full-featured TUI Twitter client
Stars: ✭ 186 (+80.58%)
Mutual labels:  twitter-client, twitter
Twitter.jl
Julia package to access Twitter API
Stars: ✭ 58 (-43.69%)
Mutual labels:  twitter-client, twitter
Surfbird
A Microblogging client built on Electron and Vue
Stars: ✭ 309 (+200%)
Mutual labels:  twitter-client, twitter
vim-twitter
Tweet from inside vim!
Stars: ✭ 26 (-74.76%)
Mutual labels:  twitter, twitter-client
Twitterapi
Minimal python wrapper for Twitter's REST and Streaming APIs
Stars: ✭ 724 (+602.91%)
Mutual labels:  twitter-client, twitter
Yourfukurou
Hackable YoruFukurou alternative Twitter client
Stars: ✭ 85 (-17.48%)
Mutual labels:  twitter-client, twitter
Node Express React Redux Zwitter
🐣 A basic clone of Twitter (Boilerplate App) - Separate API (express+mongo) and Frontend (react+redux) folders using Node, Express, MongoDB, React (create-react-app), React Router v4 and Redux.
Stars: ✭ 91 (-11.65%)
Mutual labels:  twitter
Tia
Your Advanced Twitter stalking tool
Stars: ✭ 98 (-4.85%)
Mutual labels:  twitter
Bot Followers
🍊 Find out how many bots follow any given Twitter acount
Stars: ✭ 91 (-11.65%)
Mutual labels:  twitter
Twitter Word Cloud
Twitter word cloud generator
Stars: ✭ 91 (-11.65%)
Mutual labels:  twitter
Covid Twitter Bert
Pretrained BERT model for analysing COVID-19 Twitter data
Stars: ✭ 101 (-1.94%)
Mutual labels:  twitter
Weibopicdownloader
一个使用Electron-Vue编写的免登录下载微博图片的桌面爬虫应用
Stars: ✭ 96 (-6.8%)
Mutual labels:  electron-vue
Easylogin
Login effortlessly with different social networks like Facebook, Twitter or Google Plus
Stars: ✭ 90 (-12.62%)
Mutual labels:  twitter
Inbrief
InBrief is a personal briefing app and dashboard powered by Electron and React
Stars: ✭ 90 (-12.62%)
Mutual labels:  twitter-client

vue-twitter-client

Twitter client built with Vue.js 2.x + Electron

Install

To try this app, you need to set your consumer key and consumer secret. https://github.com/YuheiNakasaka/vue-twitter-client/blob/master/app/src/main/authentication-window.js#L10

And install a repo & build & package it in your local machine like this.

$ electron-packager . vue-twitter-client --platform=darwin --arch=x64 --version=0.0.1

Features

  • display hometime line
  • display image, animated gif and video
  • display lists
  • display mentions
  • show profile
  • show some notifications
  • search tweet
  • tweet text
  • tweet text with images
  • retweet
  • favorite
  • reply
  • follow/unfollow
  • open media with link clicked
  • streaming timeline(home, search)
  • real time update with pooling(list, mention)

Development

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron app for production
npm run build

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

More information can be found here.


This project was generated from electron-vue using vue-cli. Documentation about this project can be found here.

License

MIT

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].