See social media posts right in the Telegram Messenger.
- Media downloading
- TikTok
- YouTube Shorts
- Twitter (X)
- Soundcloud
- Unified
/downloadcommand for direct downloads
- Add @UMMRobot to the group chat
- Send any supported social media post link to the chat
- Type
@UMMRobotin any chat and paste a supported social media post link - Press "Share post"
- Add @UMMRobot to the group chat
- Use
/download linkor just/downloadin reply to the message containing a link
- Install Deno 2
- Install
yt-dlpandffmpegif you want to use/downloadoutside Docker - Start the bot with
deno task start - Run checks with
deno task check - Format with
deno task fmt - Run lint with
deno task lint - Run the full verification pass with
deno task verify - Run the existing migration with
deno task migrate:add-chat-settings - Runtime tasks load local variables from
.envvia Deno's--env-file