X-Git-Url: https://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=bot.py;h=e02d96fa744a433ff61e2d461f910f0be830ddf5;hp=35ac4a503a09e0e69e310fc8453c845305aa12b6;hb=ee38f3ae1e801fd160978b2c5804d4cc056683f6;hpb=eade09d251af5c814a13f078419b7f5a6b8fd9f5 diff --git a/bot.py b/bot.py index 35ac4a5..e02d96f 100644 --- a/bot.py +++ b/bot.py @@ -1,13 +1,15 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +import getpass + from sid.sid import MUCBot from sid.echo import Echo from sid.feeds import Feeds JID = 'bot@example.org' NICK = 'sid' -PASS = '53cr34' +PASS = getpass.getpass('Password: ') ROOM = 'room@conf.example.org' def main():