An open API service indexing awesome lists of open source software.

https://github.com/RobotTrick/Archive-bot

A telegram bot that allows compression of multiple files into a ZIP archive
https://github.com/RobotTrick/Archive-bot

telegram-bot zip-archive

Last synced: 11 months ago
JSON representation

A telegram bot that allows compression of multiple files into a ZIP archive

Awesome Lists containing this project

README

          

logo icon

# רובוט דחיסת קבצים

רובוט זה מאפשר דחיסה של קבצים ובכך חוסך את הצורך בהורדה, דחיסה והעלאה מחדש.

### איך להריץ?
+ יש לשבט את המאגר עם הפקודה הבאה:

```
git clone https://github.com/M100achuz2/archive-bot.git
```




+ התקינו את [קובץ הדרישות](/requirements.txt) הנלווה:

```
pip3 install -r requirements.txt
```



+ ערכו את [קובץ התצורה](/config.ini) והכניסו בו את הפרטים הבאים:

```
[pyrogram]
api_id = 13214253252
api_hash = 342nlkdnvlksnvlsvs3cfcc77
bot_token = 57329872:AAdvnluxdVCbhlhvlsvhesovNUkwvA_MevqJc

[plugins]
root=bot
```



> - את מפתחות ממשק-תכנות-היישומים תוכלו להשיג בכתובת הבאה: [my.telegram.org](https://my.telegram.org)
> - את אסימון הרובוט תוכלו להשיג [מאבא-בוט](https://t.me/BotFather) בטלגרם
+ הריצו את הרובוט:

```
python3 main.py
```



> - רובוט זה נוצר על ידי [Yehuda-By](https://t.me/M100achuzBots)



### TODO:

- [ ] upload progress, only with file mor than 100mb.

- [ ] Allow files of up to 50mb to channel subscribers.

- [ ] zip with password.

- [ ] extracting files (... even with a password).

- [ ] Custom name, more than one word.