EDM115 / unzip-bot

Telegram bot deployable to heroku that can extract every archive !
https://t.me/unzip_edm115bot
MIT License
98 stars 130 forks source link

Eval and Exec #175

Closed EDM115 closed 9 months ago

EDM115 commented 5 months ago

Quick tip : it is possible to run a ton of commands now as the Owner, here's as example how to download a video

  1. /exec pacman -Syu yt-dlp --noconfirm
  2. Send a file, extract it but don't click on any button
  3. /exec yt-dlp -f 137+140 --embed-subs --embed-metadata --embed-thumbnail -o "/app/Downloaded/USER_ID/extracted/%(title)s [%(id)s].%(ext)s" https://www.youtube.com/watch?v=VIDEO_ID
  4. Don't click on "Upload all" but rather click on one file. Then the list refreshes and the video appears :)