/Quantum-bot

🤖 Telegram bot thinking on raspberry-pi hardware 🍇

Primary LanguagePython

Quantum-bot

Commands working

  • /hello - Says "hey"
  • /photo - Take a picture and send you
  • /video - Record a 5s video and send you
  • /ping - Says his local ip address

To-do list:

  • Add a file to log incoming commands
  • Add switch-case instead ifs
  • Separate code by functions
  • Add new commands like:
    • /reboot (reboot the system)
    • /htop (an htop preview of resources availables)
  • Add params to /photo /video commands like:
    • /photo -day
    • /photo -night
    • /video -x (x is the secs to record)