Git Product home page Git Product logo

nim's Introduction

Nim's Instant Messaging

Matrix.org console client in python with Urwid

dependencies

  • urwid
  • matrix-client

Write a settings.py file:

DT_FORMAT = '%H:%M:%S'
ROOM_LIST_WIDTH = 30
CMD_PREFIX = ':'

address = 'https://matrix.org'
login = 'nim65s'
passwd = '<your_password_goes_here>'
chan = '#matrix:matrix.org'  # default chan

Enjoy

./nim.py

Commands

Commands begins with a single CMD_PREFIX symbol.

  • n: next room
  • p: previous room
  • q: quit
  • s: go to system room

Contribute

This clients lacks a few basic features, that are not hard to implement, like:

  • shortcuts for commands
  • better configuration file
  • colors
  • unread messages count / indicators
  • group/reorder chans
  • multi accounts
  • other protocols

If someone opens an issue to ask for this kind of stuff, I can do it.

About E2E encryption, I can accept PR :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.