Send some files to the bot, and it makes you a ZIP!
Just write the bot @GoZipper_bot and forward or send him some files, then just write /zip
and you will get your data as a ZIP
If you want to host your own bot then its superr siple.
-
Copy the docker-compose.yml file
-
Create a config.env file and copy the snippet below.
BOT_TOKEN="" CUSTOM_TELEGRAM_API_SERVER_URL="" DEBUG="true"
-
Create a bot with BotFather and copy your token
-
Paste your token into the
BOT_TOKEN
section. -
now run the bot with
docker-compose up -d
- Can ZIP files, directly as a message or as a forward
- This bot will delete all your files Immediately after you make the ZIP
- Cant download files bigger than 20MB (API limitation)
- Can only download files that got send to the bot as files
- Allow user to set a Password for the ZIP
- Securely erase all files that have been downloaded
- pin code; for special access (larger file uploads and more)
- remove of files that are older than x minutes (1min?)
- compress in different formats? 7zip, rar and more?
- special compression algorithm, eg. zstd
- Allow all files (stickers, normal images, voice messages and more) to be downloadable
- Notifications, when files are finished downloading and compressed
- Configuration through environment variables and .ENV file