A Chatbot Interface for the WLAN Pi to allow remote administration
NOTE: This is alpha code
- Install pre-req Python modules:
pip3 install psutil
pip3 install netifaces
-
SSH to the WLAN Pi
-
Clone the bot Github repo:
sudo git clone https://github.com/wifinigel/wlanpi-chat-bot.git -
cd wlanpi-chat-bot -
sudo chmod 755 ./install.sh -
sudo ./install.sh(make sure you have you app token ready to enter when prompted by the script)
- If you want to start again by removing everything, go to the dir where you cloned the repo and uninstall using:
sudo ./install.sh -r
-
To clone the dev branch (if you're feeling brave), use the process above, but use the following clone command:
sudo git clone -b dev https://github.com/wifinigel/wlanpi-chat-bot.git