Unarchive Bot for Telegram

Overview

Telegram UnArchiver Bot

UnArchiveBot:

🇬🇧 Bot that allows you to extract supported archive formats in telegram.

🇹🇷 Desteklenen arşiv biçimleri telegram içerisinde çıkarmanızı sağlayan bot.

Demo in Telegram: @UnArchiveBot

Deploy

🇬🇧 Send archive and reply with /unzip (if passworded: Leave a space after the command and enter the password.) You can clear your all files with /clearme, Your process quee will be cleared. If anything is uploading at now, it will be cleared. Be careful.

🇹🇷 Arşivi gönderin ve /unzip ile yanıtlayın. (parolalıysa: komutunuzdan sonra bir boşluk bırakıp parolayı girin.) Tüm dosyalarınızı /clearme ile temizleyebilirsiniz. İşlem sıranız temizlenir. Şu an yüklenen bir şey varsa temizlenir. Dikkatli olun.

🍓 Örnekler / Samples:

/unzip

/unzip Hunhj887ZunLudArt87emiS

/unzip HEreis8yorupassword-parolaizZBuraya

/unzip anoTherSampLe-bAskABirorNek

🖼 Set thumbnail / Küçük resim ayarlama: /save

Clear thumbnail / Küçük resmi temizle: /clear

🌆 Show thumbnail / Küçük resmi göster: /show

🌿 Server stats / Sunucu istatistikleri: /stats

Features

Click Here For Details
  • Supports: 7Z, APM, ARJ, BZ2, BZIP2, CAB, CHM, CPIO, CRAMFS, DEB, DMG, FAT, GZ, GZIP, HFS, ISO, LZH, LZMA, LZMA2, MBR, MSI, MSLZ, NSIS, NTFS, RAR, RPM, SQUASHFS, TAR, TAR.BZ2, TAR.GZ, TAR.XZ, TBZ2, TGZ, UDF, VHD, WIM, XAR, Z, ZIP
  • Extract with password
  • Send all in document format (Not dynamic at now. Will be selectable while extracting in future)
  • Send with thumbnail (not permanent. Check with your check thumbnail command every time.)
  • Clear all files from server
  • Natural sorting while sending files. More info: https://en.wikipedia.org/wiki/Natural_sort_order
  • Owner shell
  • Force users to join channel or group
  • Auth only for some users or make public
  • One process per user (for bot performance)
  • Changeable upload / download texts, commands, contact adress etc.
  • Disable extensions
  • Change progressbar (length, unfinished / finished char)
  • Custom sleep time between sending files. (recommended: 2)

Setting up config file

Click Here For Details
Required Variables:

  • BOT_TOKEN: Telegram Bot Token. Example: 3asd2a2sd32:As56das65d2as:ASd2a6s3d26as
  • APP_ID: Telegram App ID. Example: 32523453
  • API_HASH: Telegram Api Hash. Example: asdasdas6d265asd26asd6as1das
  • AUTH_IDS: Auth only some groups or users. If you want public, leave it empty or give 0. Example: -100656 56191 -10056561
  • BOT_USERNAME: Your bot's username. without @. Example: UnArchiveBot
  • OWNER_ID: Bot's owner id. Send /id to t.me/MissRose_bot in private to get your id.

Not Required Variables:

  • ONE_PROCESS_PER_USER: One process per user. Improves bot performance. Example: 0 (False) or 1 (True). Default: 1
  • FORCE_SUBSCRIBE_CHANNEL: Force subscribe channel or group. Example: -1001327202752 or @HuzunluArtemis. To disable leave it empty. Do not forget to make admin your bot in forcesub channel or group.
  • FORCE_DOC_UPLOAD: Force send all files as document. Without compress videos, photos etc. Example: 0 (False) or 1 (True). Default: 0
  • CHANNEL_OR_CONTACT: Your bot's channel or contact username. Example: HuzunluArtemis
  • SLEEP_TIME_BETWEEN_SEND_FILES: Sleep time between files. For floodwait. Recommended: 2
  • EXTENSIONS: Supported extensions in bot. To disable, delete from full default list and fill. See config.py.
  • UNZIP_COMMAND: Unzip command. Default: unzip
  • STATS_COMMAND: Server Stats command. Default: stats
  • SHELL_COMMAND: Shell command (only works for owner). Default: shell
  • CLEARME_COMMAND: Clear all user files command. Default: clearme
  • SAVE_THUMB_COMMAND: Save thumbnail command. Reply to a photo to save. Default: save
  • CLEAR_THUMB_COMMAND: Clear thumbnail command. Default: clear
  • SHOW_THUMB_COMMAND: Show user thumbnail command. Default: show
  • SORT_FILES_BEFORE_SEND: Sort all files and send. Example: 0 (False) or 1 (True). Default: 1
  • USE_NATSORT: Use natural sort instead of alphabetical sort. Example: 0 (False) or 1 (True). Default: 1
  • DOWNLOAD_DIR: Downloading directory. Dont change if you dont know about this. Default: downloads
  • PROGRESS: Progress string with 6 variables. See config.py.
  • FINISHED_PROGRESS_STR: Finished Progress Char. Default:
  • UN_FINISHED_PROGRESS_STR: Unfinished Progress Char. Default:
  • SHOW_PROGRESS_MIN_SIZE_DOWNLOAD: Progressbar length. Default: 25
  • UNAUTHORIZED_TEXT_STR: Unauthorized string. See config.py.
  • DOWNLOADING_STR: Downloading string. See config.py.
  • UPLOADING_STR: Uploading string. See config.py.
  • START_TEXT_STR: Start text string. See config.py.
  • UPLOAD_SUCCESS: Upload success string. See config.py.
  • CLEAR_STR: Clearme response string. See config.py.
  • ONE_PROCESS_PER_USER_STR: One process for one user response string. See config.py.
  • JOIN_CHANNEL_STR: Join channel warning string. See config.py.
  • YOU_ARE_BANNED_STR: Banned user string. See config.py.
  • JOIN_BUTTON_STR: Join button string. See config.py.

License

Click Here For Details
GNU GPLv3 Image

UnArchiveBot is Free Software: You can use, study share and improve it at your will. Specifically you can redistribute and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Owner
Hüzünlü Artemis [HuzunluArtemis]
@HuzunluArtemis
Hüzünlü Artemis [HuzunluArtemis]
This repository are used to give class about AWS

AWSTraining This repository are used to give class about AWS by Marco Antonio Pereira Linkedin: https://www.linkedin.com/in/marcoap To see the types o

Marco Antonio Pereira 6 Nov 23, 2022
This is a scalable system that reads messages from public Telegram channels using Telethon and stores the data in a PostgreSQL database.

This is a scalable system that reads messages from public Telegram channels using Telethon and stores the data in a PostgreSQL database. Its original intention is to monitor cryptocurrency related ch

Greg 3 Jun 07, 2022
Bifrost C2. Open-source post-exploitation using Discord API

Bifrost Command and Control What's Bifrost? Bifrost is an open-source Discord BOT that works as Command and Control (C2). This C2 uses Discord API for

38 Dec 05, 2022
Using twitter lists as your feed

Twitlists A while ago, Twitter changed their timeline to be algorithmically-fed rather than a simple reverse-chronological feed. In particular, they p

Peyton Walters 5 Nov 21, 2022
A small script to migrate or synchronize users & groups from Okta to AWS SSO

aws-sso-sync-okta A small script to migrate or synchronize users & groups from Okta to AWS SSO Changelog Version Remove hardcoded values on variables

Paul 4 Feb 11, 2022
Project glow is an open source bot worked on by many people to create a good and safe moderation bot for all

Project Glow Greetings, I see you have stumbled upon project glow. Project glow is an open source bot worked on by many people to create a good and sa

Glowstikk 24 Sep 29, 2022
Python script using Twitter API to change user banner to see 100DaysOfCode process.

100DaysOfCode - Automatic Banners 👩‍💻 Adds a number to your twitter banner indicating the number of days you have in the #100DaysOfCode challenge Se

Ingrid Echeverri 10 Jul 06, 2022
AWS SQS event redrive Lambda With Python

AWS SQS event redrive Lambda This repository contains one simple AWS Lambda function in Python to redrive AWS SQS events from source queue to destinat

1 Oct 19, 2021
Renjith Mangal 10 Oct 28, 2022
An implementation of webhook used to notify GitHub repository events to DingTalk.

GitHub to DingTask An implementation of webhook used to notify GitHub repository events to DingTalk.

Prodesire 5 Oct 02, 2022
An anime themed telegram bot that can convert telegram media.

ShoukoKomiRobot • 𝕎𝕣𝕚𝕥𝕥𝕖𝕟 𝕀𝕟 Python3 • 𝕃𝕚𝕓𝕣𝕒𝕣𝕪 𝕌𝕤𝕖𝕕 Pyrogram • 𝕊𝕠𝕗𝕥𝕨𝕒𝕣𝕖 𝕌𝕤𝕖𝕕 Ebook-convert Deploy 𝔽𝕠𝕣𝕜 𝕥𝕙𝕚𝕤 𝕣

25 Aug 14, 2022
Autofill HZDR Zeitman entries

Zeitman_autofill Filling out Zeitman is boring. This script might make some of the pain go away. Requirements The selenium package and Chrome webdrive

Tim Callow 8 Mar 14, 2022
GUI Pancakeswap2 and Uniswap3 trading client (and bot)

GUI Pancakeswap2 and Uniswap3 trading client (and bot) (MOST ADVANCE TRADING BOT SUPPORT WINDOWS LINUX MAC) (AUTO BUY TOKEN ON LUNCH AFTER ADD LIQUIDI

16 Dec 23, 2021
Tools untuk cek nomor rekening, terhadap penipuan yang sudah terjadi!

No Rekening Checker Selalu waspada terhadap penipuan! Sebelum anda transfer sejumlah uang alangkah baiknya untuk cek terlebih dahulu, apakah norek itu

Hanif Ahmad Syauqi 8 Dec 25, 2022
Open Source Discord bot with many cool features like Weather, Balance, Avatar, User, Server, RP-commands, Gif search, YouTube search, VK post search etc.

Сокобот Дискорд бот с открытым исходным кодом. Содержит в себе экономику, полезные команды (!аватар, !юзер, !сервер и тд.), рп-команды (!обнять, !глад

serverok 2 Jan 16, 2022
ETL python utilizando API do Spotify

Processo de ETL com Python e Airflow usando API do Spotify Sobre Projeto de ETL(Extract, Transform e Load) utilizando Python com API do Spotify e Airf

Leonardo 10 Mar 16, 2022
Amanda-A next gen powerful telegram group manager bot for manage your groups and have fun with other cool modules.

Amanda-A next gen powerful telegram group manager bot for manage your groups and have fun with other cool modules.

Team Amanda 4 Oct 21, 2022
A Telegram Bot Plays With Words!!!

TheWordzBot ➠ I Can Turn Text Into Audio ➠ I Can Get Results From Dictionary ➠ I Can Make Google Search For You ➠ I Can Suggest Strong Passwords For Y

RAVEEN KUMAR 8 Feb 28, 2022
Cytotron - A unique discord bot like never before. Add it to your server to keep it active, motiviated, and amazing!!

Cytotron - Take your server to the next level Most of the details are in the website. Go to https://cytotron-bot.gq for more information. If that link

LeviathanProgramming 6 Jun 13, 2021
Add Me To Your Group Enjoy With Me. Pyrogram bot. https://t.me/TamilSupport

SongPlayRoBot 3X Fast Telethon Based Bot ⚜ Open Source Bot 👨🏻‍💻 Demo : SongPlayRoBot 💃🏻 Easy To Deploy 🤗 Click Below Image to Deploy DEPLOY Grou

IMVETRI 850 Dec 30, 2022