Telegram Bot for controlling your Raspberry Pi and make it perform on custom voice commands. It is like Alexa, but not really.
git clone https://github.com/ccozkan/axela
cd axela
cp credentials.py_example credentials.py
- go to
@botfather
at Telegram and create yourself a bot - save your api token next to
API_TOKEN=
on credentials.py (with surrounding quotes) - go to
@rawdatabot
and type something, grab["message"]["from"]["id"]
value - save this next to
CHAT_ID=
on credentials.py (without quotes)
bash setup_minimum.sh
bash setup_complete.sh