Skip to content

halu126/lwqq

This branch is 89 commits behind xiehuc/lwqq:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f5ff45 · Dec 2, 2014
Dec 2, 2013
Sep 6, 2014
Dec 2, 2014
Aug 18, 2014
Aug 19, 2014
Aug 22, 2014
Jul 6, 2013
Jul 6, 2013
Nov 29, 2013
Apr 14, 2014
Dec 2, 2014
Dec 2, 2014
Aug 19, 2014
Dec 2, 2014
Apr 7, 2014

Repository files navigation

lwqq

Introduction

lwqq means light weight QQ (also Linux webqq). It provide a library for the webqq protocol.

lwqq is designed as cross platform and also provide a Python API to support quick development.

lwqq is currently used in many open source projects. The most well known is pidgin-lwqq

lwqq is licenced under the GPLv3 License.

Quick Build

Most of lwqq's dependencies are optional. It means that you can write some own implementations and embed it into a small applications.

A brief install guide:

mkdir build;cd build
cmake ..
make
sudo make install
make python  # create python egg install package
easy_install python/dist/*.egg # install python bindings (optional)

You can fin more details concerning the build process in the wiki

Debian Package

To create a Debian package from the source:

mkdir build;cd build
cmake ..
cpack

About

A Cross Platform WebQQ Protocol

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 85.4%
  • Python 10.9%
  • C++ 3.7%