├── .env ├── Bot_Control_Computer.py ├── README.md └── templates ├── touchpad.html └── volume_touchpad.html /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LePhiAnhDev/telegram-bot-control-computer/HEAD/.env -------------------------------------------------------------------------------- /Bot_Control_Computer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LePhiAnhDev/telegram-bot-control-computer/HEAD/Bot_Control_Computer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LePhiAnhDev/telegram-bot-control-computer/HEAD/README.md -------------------------------------------------------------------------------- /templates/touchpad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LePhiAnhDev/telegram-bot-control-computer/HEAD/templates/touchpad.html -------------------------------------------------------------------------------- /templates/volume_touchpad.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LePhiAnhDev/telegram-bot-control-computer/HEAD/templates/volume_touchpad.html --------------------------------------------------------------------------------