Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 560 Bytes

File metadata and controls

25 lines (20 loc) · 560 Bytes

PySlacker

PySlacker is complete console based Slack client. Build with ncurses, so you don't even need X server. Currently heavily under construction.

Installation

  • Clone repo
  • Set your token in api/slack.py
  • Run script sh $ python run.py

Dependencies

  • python curses package + lib
  • requests package

Cross platform

Build to work on every platform, currently run smoothly only on FreeBSD and Debian-ish (with a little tweaking)

To do

  • Refactoring of api/slack.py
  • Error handling
  • Screen scrolling
  • and a lot more ....`