The goal of WeCase, is becoming a simple, but not crude Sina Weibo client.
This project is under heavy development, we are far away from the goal now.
yaourt -S wecase
sudo su -c "wget -O- http://download.opensuse.org/repositories/home:/biergaizi/Fedora_$(rpm -E �dora)/home:biergaizi.repo > /etc/yum.repos.d/wecase.repo"
sudo yum install WeCase
layman -a gentoo-zh
emerge net-misc/WeCase
- Python 3
- rpweibo
- PyQt4 (python3-pyqt, python3-qt4)
- Python-notify2 (aka. python3-notify2, optional dependency)
- Development tools for PyQt / Qt (packages names are very different on different distributions)
- make
- automake
Note: Some distributions use different packages names, or do not contain python-notify2
in thier packages repositories. We are going to create .rpm
and .deb
packages for the dependencies. Before that, please download and install them from PIP.
See rpweibo
git clone git://github.com/WeCase/WeCase.git
# Build and Install
./bootstrap.sh
mkdir build
cd build
../configure
make
sudo make install
# Run
wecase
#wecase @ Freenode
To join the mailing list, click here, or send an empty mail to [email protected].
Everyone should follow the Development Guide. Please read it carefully.