Ip webcam video auto upload to Telegram and notifications in Telegram bot. Cloud for video files.
- Install app IP Webcam Termux Termux:API Termux:Boot
- Go to Android settings and turn off battery optimizations for
Termux
andTermux:Boot
applications. - Start the
Termux:Boot
app once by clicking on its launcher icon. This allows the app to be run at boot. - Start the
Termux
and run the command:
pkg upgrade -y && pkg i git -y && cd && git clone https://github.com/GennBe/ipcamgram.git && cd ipcamgram && chmod +x *.sh
- Get your own Telegram API key from https://my.telegram.org/apps
- Open your best text editor
tgsend.sh
(nano ~/ipcamgram/tgsend.sh
) and replace theapi_id
andapi_hash
values with your own. - Save changes to
tgsend.sh
- Run the script
~/ipcamgram/install.sh
- Follow the instructions on your terminal to login.
- Watch Pyrogram send a message to yourself.