├── LICENSE ├── README.md ├── bot ├── bot.py ├── bot_setup.py ├── db.py └── utils.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tostapunk/PC-Control-telegram-bot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tostapunk/PC-Control-telegram-bot/HEAD/README.md -------------------------------------------------------------------------------- /bot/bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tostapunk/PC-Control-telegram-bot/HEAD/bot/bot.py -------------------------------------------------------------------------------- /bot/bot_setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tostapunk/PC-Control-telegram-bot/HEAD/bot/bot_setup.py -------------------------------------------------------------------------------- /bot/db.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tostapunk/PC-Control-telegram-bot/HEAD/bot/db.py -------------------------------------------------------------------------------- /bot/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tostapunk/PC-Control-telegram-bot/HEAD/bot/utils.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Tostapunk/PC-Control-telegram-bot/HEAD/requirements.txt --------------------------------------------------------------------------------