added instructions to run the bots and connect to the xmpp chatroom
This commit is contained in:
parent
77f97b7ad2
commit
3cb72f2137
24
README.md
24
README.md
@ -133,16 +133,16 @@ For computers running **Linux OS**:
|
||||
|
||||
**slixmpp**:
|
||||
|
||||
This is the Python library we use to make the bots. You can install it by running: $ pip3 install slixmpp
|
||||
This is the Python library we use to make the bots. You can install it by running: `$ pip3 install slixmpp`
|
||||
|
||||
**code editor**:
|
||||
|
||||
* if you dont have a code editor, we can suggest (among others) [Sublime Text](https://www.sublimetext.com/)
|
||||
* to install the conversations app on your phone, you could use either Conversations or [Quicksy](https://quicksy.im/) for Android phones (among others)
|
||||
* if you dont have a code editor, we can suggest (among others) [Sublime Text](https://www.sublimetext.com/) or [Atom](https://atom.io/)
|
||||
|
||||
## Run the bots!
|
||||
|
||||
* download the bots from this page
|
||||
First download the bots from this page.
|
||||
|
||||
* go to the folder where you have downloaded them
|
||||
* run the following commands in the terminal:
|
||||
`$ pip3 install slixmpp requests`
|
||||
@ -155,6 +155,22 @@ This is the Python library we use to make the bots. You can install it by runnin
|
||||
`-o` stands for for output <br>
|
||||
`. ` means here
|
||||
|
||||
Join the chatroom!
|
||||
|
||||
To join the chatroom, you need to use a XMPP client and an account.
|
||||
|
||||
* Start by making a XMPP account.
|
||||
* We recommend to register one on this server for the workshop: <https://blabber.im/anmelden/>
|
||||
* But a longer list of servers can be found here: <https://list.jabber.at/>
|
||||
* Use a XMPP client.
|
||||
* We recommend using Converse.js (a web-client) for this workshop: <https://conversejs.org/fullscreen.html>
|
||||
* But if you're curious, you can also install a desktop or mobile client. Some recommendations:
|
||||
* Conversations (Android): <https://conversations.im/>
|
||||
* Chatsecure (iOS): <https://chatsecure.org/>
|
||||
* Gajim (Windows, Mac OS, Linux): <https://gajim.org/>
|
||||
* Dino (Linux): <https://dino.im/>
|
||||
* Join the following room: `botsofconduct@muc.vvvvvvaria.org`
|
||||
|
||||
## Footnotes
|
||||
|
||||
**Link to references [pad](https://pad.vvvvvvaria.org/Bots_of_Conduct_References) — further references and materials assembled by Joana and Cristina - feel free to add your own!**
|
||||
|
Loading…
Reference in New Issue
Block a user