微博客户端 WeCase

码农软件 · 软件分类 · 开源微博工具 · 2020-01-21 16:14:21

软件介绍

WeCase (中文名:微盒)是一款专注于 Linux 平台的微博(Sina)客户端。

它快速、轻巧、操作简单,适合大多数 Linux 桌面用户使用,它还有关键词

过滤,没有关键词数量限制,这可是网页版微博自身无法实现的功能,而且

相对于网页版微博, WeCase 还做到了无页面广告的视觉骚扰,免除了微博

使用 Adobe®Flash Player® 造成的页面崩溃,还降低了内存占用。

我们的官方微博是:WeCase

各发行版安装指南:

Anthon GNU/Linux

# apt-get install wecase

Arch Linux

# yaourt -S wecase

Fedora 18 & 19

$ 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

Ubuntu 14.04 LTS

# sudo apt-get install python-software-properties 
# sudo add-apt-repository ppa:wecase/ppa 
# sudo apt-get update 
# sudo apt-get install wecase

Gentoo

# layman -a gentoo-zh 
# emerge net-misc/WeCase

由于 WeCase 项目人手不足,我们现阶段无法提供 Debian Ubuntu Deepin 以及其他发行版的安装包。

源码安装指南

依赖

  • Python 3

  • rpweibo
  • PyQt4 (python3-pyqt, python3-qt4)

  • Development tools for PyQt / Qt (packages names are very different on different distributions)
  • Python-notify2 (python3-notify2)

  • make
  • automake


    注意:不同的发行版可能使用不同的软件包名称,或者在软件库中找不到python-notify2。我们将会创建这些依赖的.rpm以及.deb包,在此之前,请用 PIP 安装。

    安装步骤

    1. 安装WeCase所需要的依赖。

    2. 解压下载好的压缩包或者用 git clone

git clone git://github.com/WeCase/WeCase.git

3.安装 rpweibo

sudo python3 setup.py install

4.安装 WeCase

./bootstrap.sh
mkdir build
cd build
../configure
make
sudo make install

5.运行 WeCase

wecase

    WeCase 开发团队欢迎您的加入,请通过邮件联系我们。邮件地址: contact@wecase.org

本文地址:https://codercto.com/soft/d/23877.html

An Introduction to the Analysis of Algorithms

An Introduction to the Analysis of Algorithms

Robert Sedgewick、Philippe Flajolet / Addison-Wesley Professional / 1995-12-10 / CAD 67.99

This book is a thorough overview of the primary techniques and models used in the mathematical analysis of algorithms. The first half of the book draws upon classical mathematical material from discre......一起来看看 《An Introduction to the Analysis of Algorithms》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具