The Linux Sina Weibo Client
Linux下的新浪微博客户端
This project is under heavy development.
这个项目处在开发状态。
#wecase @ freenode
Everyone should follow the Development Guide. Please read it carefully.
所有人都应遵守开发指南。请务必仔细阅读
- Python 3
- PyQt4 (python3-pyqt, python3-qt4)
- Python-notify2 (python3-notify2)
- Python-requests (python3-requests)
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.
注意:不同的发行版可能使用不同的软件包名称,或者在软件库中找不到python-notify2
。我们将会创建这些依赖的.rpm
以及.deb
包,在此之前,请使用PIP安装
-
Install the dependencies for WeCase.
安装WeCase所需要的依赖。
-
Get the source code
git clone git://github.com/WeCase/WeCase.git
git clone git://github.com/WeCase/WeCase.git
得到源码 -
cd WeCase
-
Get the sdk
git submodule init; git submodule update
取得sdk
git submodule init; git submodule update
-
Install SDK
cd sdk; sudo python3 setup.py install
安装sdk
cd sdk; sudo python3 setup.py install
-
Run
python3 ./src/wecase.py
in root directory of the source code.在源码的根目录下运行
python3 ./src/wecase.py