X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=bot.py;h=49409008b96393892dc6098241d99e743105e6aa;hb=fb4bc89bf30a4f7385da69f9bf8efdab596c5230;hp=35ac4a503a09e0e69e310fc8453c845305aa12b6;hpb=8050b8698ff1f6294abceb8b022a4aecdbe8375e;p=sid.git diff --git a/bot.py b/bot.py index 35ac4a5..4940900 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 for "{}": '.format(JID)) ROOM = 'room@conf.example.org' def main():