Vivek W

Results 62 comments of Vivek W

@robburgandy2024 You can install APK using either wireless ADB or the ADB shell.

fix light bulb naiamtion #633

https://github.com/user-attachments/assets/f0ebf1e7-f181-4921-9bad-27d258a8a162

```python from loguru import logger from telegram import Update from telegram.ext import ApplicationBuilder, CommandHandler, ContextTypes bot_token = "xxxx" proxy = "http://127.0.0.1:1080" async def get_config(update: Update, context: ContextTypes.DEFAULT_TYPE): try: chat_id =...

https://github.com/user-attachments/assets/b658a936-3aea-43ff-b826-ccf590252212