Skip to content

πŸ€– Telegram bot thinking on raspberry-pi hardware πŸ‡

Notifications You must be signed in to change notification settings

ferradasdiego/Quantum-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 

Repository files navigation

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)