msn
Python implementation for the MSN messenger protocol.
Install
- All systems
-
curl cmd.cat/msn.sh
- Debian
-
apt-get install python-msnlib
- Ubuntu
-
apt-get install python-msnlib
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-msnlib
- Raspbian
-
apt-get install python-msnlib
- Dockerfile
- dockerfile.run/msn
python-msnlib
Python implementation for the MSN messenger protocol.
python-msnlib is an opensource Python implementation for the MSN messenger protocol version 8. It comes with a text-mode client named msn, which has a simple line-oriented user interface that resembles climm (previously called micq), and a base is a library (called msnlib), which uses a non-blocking callback scheme. It's written in Python and works under any Unix environment (Linux, *BSD, etc.). The library has been tested and reported to work successfuly also under Microsoft Windows. For more information about the library itself, please read the README file.