WeCase

Unofficial Sina Weibo client focused on Linux

Code Releases View on GitHub

Installation Guide


Prebuilt binaries

Anthon GNU/Linux
# apt-get install wecase
Arch Linux
# yaourt -S wecase
Fedora Only 19 & 20
$ sudo su -c "wget -O- http://download.opensuse.org/repositories/home:/biergaizi/Fedora_$(rpm -E %fedora)/home:biergaizi.repo > /etc/yum.repos.d/wecase.repo"
$ sudo yum install WeCase
Gentoo
# layman -a gentoo-zh
# emerge net-misc/WeCase
Ubuntu
$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:wecase/ppa
$ sudo apt-get update
$ sudo apt-get install wecase

Build from sources

Dependencies
  • Python 3
  • rpweibo
  • Py-Qt4
  • Python-notify2
  • PyQt/Qt Develop Tools
  • Make
  • Automake
Installation steps
  1. Install dependencies.
  2. Clone WeCase from GitHub.
    git clone git://github.com/WeCase/WeCase.git
  3. Install rpweibo.
    sudo python3 setup.py install
  4. Install WeCase.
    ./bootstrap.sh
    mkdir build
    cd build
    ../configure
    make
    sudo make install
  5. Run WeCase.
    wecase

Our Team


Tom Li

biergaizi

Leway Colin

colin4124

James Chai

cthbleachbit

Stark Lee

Garfield550

Ky0n

ky0ncheng

Star Brilliant

m13253

TonyChyi

tonychee7000

Alexander Qi

xdqi

Contact Us


Sina Weibo

@WeCase

Subscribe to our mailing list

IRC Channel

  • Using a IRC client
  • Join the irc.freenode.net channel #wecase.

  • Using a web browser
  • Click Here