Create a webcam server with Telegram and Raspberry PI
With this script it is possible to create a small webcam server with raspberry pi controlled by a Telegram bot. Prerequisites: – A USB webcam connected to the Raspberry PI – Having created a BOT…
With this script it is possible to create a small webcam server with raspberry pi controlled by a Telegram bot. Prerequisites: – A USB webcam connected to the Raspberry PI – Having created a BOT…
To use this example you need to know the API key of your bot and the user id of the user you want to send the message to. Of course, the user must have authorized…
Small snippet of code in PHP to send a text reply to a Telegram user via a Bot. To use this example you must have already created your Bot and set up the webhook. <?php…