All Projects → pinaraf → Slacken

pinaraf / Slacken

Licence: gpl-3.0
A lightweight Qt client for Slack

Labels

Projects that are alternatives of or similar to Slacken

Manamoji Slack
Slack emojis for Magic card symbols. Used by Scryfall’s Slack bot.
Stars: ✭ 16 (-20%)
Mutual labels:  slack
Irackbot
Bridge between Slack and IRC channels allowing message filtering and logging while keeping communication public
Stars: ✭ 25 (+25%)
Mutual labels:  slack
Versionmonitor
Monitors different kinds of software projects for new releases
Stars: ✭ 9 (-55%)
Mutual labels:  slack
Slack
🎉✨ Slack API client for Node and browsers.
Stars: ✭ 903 (+4415%)
Mutual labels:  slack
Swiftblocksui
Develop interactive Slack messages and modals using a SwiftUI like declarative style
Stars: ✭ 25 (+25%)
Mutual labels:  slack
Slack Cli
Powerful Slack CLI via pure bash. Rich messaging, uploads, posts, piping, oh my!
Stars: ✭ 850 (+4150%)
Mutual labels:  slack
Reviewet
Getting App Store and Google Play's review and notify to either slack or email.
Stars: ✭ 7 (-65%)
Mutual labels:  slack
Custom Slack Css
A custom CSS for Slack App users
Stars: ✭ 14 (-30%)
Mutual labels:  slack
Emacs Slack
slack client for emacs
Stars: ✭ 928 (+4540%)
Mutual labels:  slack
Person Search Annotation
Cross-Platform Annotation Tool for Person Search Datasets
Stars: ✭ 9 (-55%)
Mutual labels:  qt5
Whatis
Whatis bot server for Slack!
Stars: ✭ 22 (+10%)
Mutual labels:  slack
Yii2 Slack Log
Pretty Slack log target for Yii 2
Stars: ✭ 24 (+20%)
Mutual labels:  slack
Slack Client
Slack Real Time Messaging API Client
Stars: ✭ 9 (-55%)
Mutual labels:  slack
Torpedo
Pluggable, multi-network asynchronous chat bot written in Go
Stars: ✭ 19 (-5%)
Mutual labels:  slack
Wc2018 Slack Bot
World Cup 2018 Slack Bot
Stars: ✭ 11 (-45%)
Mutual labels:  slack
Virtscreen
Make your iPad/tablet/computer into a secondary monitor on Linux.
Stars: ✭ 887 (+4335%)
Mutual labels:  qt5
Dawnlightsearch
A Linux version of Everything Search Engine.
Stars: ✭ 26 (+30%)
Mutual labels:  qt5
D3 Digest
SlackBot that watch channels looking for links and reactions, and generates digests based on those reactions
Stars: ✭ 15 (-25%)
Mutual labels:  slack
Q3dobserver
Multi-platform C++11 library based on Qt for creating 3D viewer widgets
Stars: ✭ 13 (-35%)
Mutual labels:  qt5
Workspace
🚀 Base applications and settings for Liri OS
Stars: ✭ 9 (-55%)
Mutual labels:  qt5

Slacken, a lightweight Qt Slack client

Do you remember when we had less 2 or 4MB or our computers, and we were wondering how to use that memory ?

Since the slack application found out how to use 4 or 8GB, and incur a ridiculous latency on text input, I decided to start my own Slack client. It was not a pleasure but a necessity.

This client has a target of top 32MB of RAM used. It's currently fitting in less than 16MB.

Where does the name come from ?

Initial business plan : go to Kingston, show them the project and ask a few k$ or "I release the Slacken !". But it is easier to put it here on github...

Dependencies, installation...

It's 0.1 pre-alpha1 state. So I will not dare provide binary packages.

It requires Qt 5.9+ (maybe less, if you want to try) and QtNetworkAuth.

On debian, it's basically apt install libqt5websockets5-dev qt5-default qt5-qmake. QtNetworkAuth is pending debian packaging, so you will have to clone it from https://github.com/qt/qtnetworkauth and make/make install it.

This application is built (so far) with QtWidgets, so it should look nice non alien on most systems (install qt5-gtk-platform-theme if you use gnome...)

Building this project is as easy as mkdir build && cd build && qmake .. && make -j 42

And running... well ./Slacken, obviously.

Report bugs, it's early enough to choose where to go and how :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].