I already have a working claw-style robot and a Raspberry Pi sitting next to it; what it lacks is a bridge to the social platforms I use every day. Telegram is the priority. I need a bot that listens in a private chat and immediately executes commands it receives. “Execute commands” is the chosen mode, so each message must translate into an action on the Pi that drives the motors: e.g. /move_left, /pick, /drop or any future instruction I add. Please wire this through the Telegram Bot API, keep the webhook secure, and write clean, well-commented Python so I can extend the command set later. Instagram comes next. I’d like the robot to be connected via the Instagram Graph API so that, when I’m ready, I can trigger posts, stories, or even direct-message replies from the same Python codebase. If you can set up the OAuth flow and leave a few sample calls in place, that will be perfect. Deliverables • Telegram bot code that receives messages and triggers the robot in real time. • Instagram API integration with authenticated sample calls ready for future use. • Setup instructions and a short demo video (or screen capture) proving a Telegram command physically moves the clawbot. I’ll provide the Pi’s SSH access, current control script, and test tokens for both APIs. Completion is confirmed once your code runs on my hardware without errors and I can see the clawbot move from a Telegram chat.