Giter Site home page Giter Site logo

ry0 / electron-tweetdeck Goto Github PK

View Code? Open in Web Editor NEW

This project forked from skyem123/electron-tweetdeck

0.0 2.0 0.0 346 KB

The TweetDeck webapp loaded into its own window (using electron) after the old official desktop thing stopped working for me.

License: BSD 2-Clause "Simplified" License

JavaScript 100.00%

electron-tweetdeck's Introduction

TweetDeck on Electron

Very short story for this one, I opened the old and obsolete (but until recently, mostly functional) TweetDeck desktop (basically, it loaded the webpage for TweetDeck in its own window), and discovered that it was kinda broken (the icons weren't loading). Knowing that the program I was using was old and not supported anymore, I quickly tweaked electron-quick-start to load up the TweetDeck webapp into its own window.

It kinda works.

It's sorta buggy, so I'll fix things if and when I find out how to fix them and get the time to.

Unique function

  • It can manage to the latest Electron.
  • Memory of window size and closed place.
  • Modification of Japanese font (for Windows)

How to install and build

node install (For Ubuntu, Mac)

curl -L git.io/nodebrew | perl - setup

.bashrcに以下の記述を追加.

# nodebrew
export PATH=$HOME/.nodebrew/current/bin:$PATH
nodebrew ls-remote #適当に最新バージョンを確認してインストール
nodebrew install-binary v7.2.0
nodebrew use v7.2.0
node -v

electron install

git clone https://github.com/Ry0/Electron-TweetDeck.git
cd Electron-TweetDeck
npm install
npm start
cd ..
npm install -g asar # memo:ビルドするだけなら必要なし
asar pack ./Electron-TweetDeck ./Electron-TweetDeck.asar # memo:ビルドするだけなら必要なし
npm install -g electron-packager
# option --platform=<all|linux|win32|darwin> --arch=<all|ia32|x64> --icon=<path>
electron-packager ./Electron-TweetDeck Electron-TweetDeck --platform=all --arch=x64

Ubuntuでランチャー登録

sudo cp Electron-TweetDeck-linux-x64/resources/app/icon/electron-tweetdeck.desktop /usr/share/applications/
sudo mv Electron-TweetDeck-linux-x64 /usr/lib/

Unityに登録されているはず...

electron-tweetdeck's People

Contributors

ry0 avatar skyem123 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.