https://github.com/max1mdev/messagecord
Free multi-tool for compress files for discord, to send them without nitro
https://github.com/max1mdev/messagecord
Last synced: 8 months ago
JSON representation
Free multi-tool for compress files for discord, to send them without nitro
- Host: GitHub
- URL: https://github.com/max1mdev/messagecord
- Owner: MAX1MDEV
- License: mit
- Created: 2024-11-19T16:24:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-19T20:44:44.000Z (over 1 year ago)
- Last Synced: 2025-01-22T10:36:29.202Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MessageCord
## English description
This script compresses media files to <10 MB for sending to Discord.
I don't guarantee 100% results, but if you have any problems, please post them in [Issues](https://github.com/MAX1MDEV/MessageCord/issues).
### Supported file extensions
| Extensions |
| :------------- |
| .mp4 |
| .mkv |
| .jpg |
| .jpeg |
| .png |
| .mp3 |
### Manual Installation (If you don't want to download setup from [Releases](https://github.com/MAX1MDEV/MessageCord/releases))
1.
```
pip install -r requirements.txt
```
2. Download [ffmpeg](https://www.ffmpeg.org/download.html) and copy the bin folder to the directory next to the script.
3.
```
python main.py
```
### If you have any questions dm me:
[Changelog](CHANGELOG.md)
***
## Русское описание
Этот скрипт сжимает медиа файлы до <10 MB для отправки в Discord.
Я не гарантирую 100% результата, но если у вас появились какие-то проблемы, пишите их в [Issues](https://github.com/MAX1MDEV/MessageCord/issues).
### Поддерживаемые расширения файлов
| Расширения |
| :------------- |
| .mp4 |
| .mkv |
| .jpg |
| .jpeg |
| .png |
| .mp3 |
### Ручная установка (Если вы не хотите скачивать установщик из [Releases](https://github.com/MAX1MDEV/MessageCord/releases))
1.
```
pip install -r requirements.txt
```
2. Скачайте [ffmpeg](https://www.ffmpeg.org/download.html) и скопируйте папку bin в директорию рядом со скриптом.
3.
```
python main.py
```
### Если у вас есть какие-либо вопросы напишите мне:
[Changelog](CHANGELOG.md)