Skip to content

SrainApp/srain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ac99b6 · Aug 30, 2016
Aug 29, 2016
Aug 25, 2016
Aug 27, 2016
Aug 29, 2016
Jun 29, 2016
Jun 13, 2016
Jul 30, 2016
Aug 27, 2016
Jan 26, 2016
Aug 30, 2016
Aug 30, 2016
Jun 12, 2016
Aug 3, 2016

Repository files navigation

Srain

It does not look like an IRC client :-)

Dependencies

  • make (makedepends)
  • gcc (makedepends)
  • pkg-config (makedepends)
  • gettext (makedepends)
  • imagemagick (makedepends)
  • gtk >= 3.16
  • python >= 3.2
  • libcurl
  • libircclient >= 1.8
  • libnotify

Build & Debug

mkdir build
./configure --prefix=$PWD/build --enable-debug
make
make run

Install

For Arch Linux users

yaourt -S srain-git # git version
yaourt -S srain     # latest release

or

# Add archlinuxcn mirror, then
pacman -S archlinuxcn/srain-git

For other linux distributions:

# Intall the above dependencies, then
mkdir build
./configure --prefix=/usr/local --disable-debug
make
make DESTDIR=/ install

Feature

  • Beautiful User Interface
  • Relay bot message transform
  • Preview image from URL
  • Get avatar according to user's real name (plugin)
  • Auto upload image to pastebin (plugin)

Screenshot

As you see, its theme is inspired by Telegram Desktop.

screenshot