The project's purpose is for the complete remote control of a machine via Discord messages. Currently running only on Linux machines.
Python +v3.x
pip install -r requirements.txt
python3 run_bot.py
sudo cp discord_bot.service /etc/systemd/system/
sudo systemctl start discord_bot.service
sudo systemctl enable discord_bot.service
help
(Displays this menu)- Any Linux command (Constrained to 2000 lines)
ngrok <port> <protocol>
(Starts tunnel)get ngrok
(Shows all tunnels)delete ngrok
(Deletes all tunnels)
https://www.gngrninja.com/code/2017/3/24/python-create-discord-bot-on-raspberry-pi