Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compute/xmpp_wikibot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ If you do not have one, you can easily create an account at one of the many
XMPP servers such as [xmpp.jp](http://xmpp.jp).
Once you have an account, run the following command:

python wikibot.py '<YOUR XMPP USERNAME>' '<PASSWORD>'
python wikibot.py -j '<YOUR XMPP USERNAME>' -p '<PASSWORD>'

Where the username (e.g., 'bob@xmpp.jp') and password for the account that
you'd like to use for your chatbot are passed in as arguments.
Expand Down