meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
digital:server:matrixsynapserandom [2018/11/01 21:44]
natrius created
— (current)
Line 1: Line 1:
-# Matrix Synapse Random 
  
-## Installing Bots 
- 
-Matrix Synapse currently does not have a concept of bots, a bot is just a normal user. Usally there is a config and a ''.py'' file, download the files, unpack them and run the ''.py'' file. Running and downloading things via pip is not recommended. 
- 
-Install python3 
- 
-<code>sudo apt install python3</code> 
- 
-then install pip 
- 
-<code>sudo apt install python3-pip</code> 
- 
-then matrix-bot-api from pyp 
- 
-<code>pip3 install matrix-bot-api</code> 
- 
-and finally fill out the config and start it  
- 
-<code>python3 pollbot.py</code>