A MSN Python BOT
Hello, the screenshot says everything:
To install:
~# apt-get install python-msn
~# ./mon.py or python mon.py
Enter your account and enjoy.
The source is a mess, but it’s just a PoC; the idea is to use this bot to show linux alerts.
Yours,
- Perone
1 Comment so far
Leave a reply

doesnt work on mine
Traceback (most recent call last):
File “mon.py”, line 60, in
class Conversation(pymsn.Conversation):
TypeError: Error when calling the metaclass bases
function() argument 1 must be code, not str