moeinfatehi / telegram_music_upload_bash

bash shell script that extracts the metadata of the music from the file and uploads the music+metadata details to telegram chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a bash shell script that extracts the metadata of the music from the file and uploads the music+metadata details to telegram chat (channel, group or private chat.

Quick Start

  1. git clone https://github.com/moeinfatehi/telegram_music_upload_bash.git
  2. Install dependencies: (ubuntu example)
    sudo apt-get install eyed3
  3. Add music files to current directory.
  4. Add execution permission:
    chmod +x
  5. Add bot token and chat_id to the configuration.
  6. Run the code
    bash send_music.py

About

bash shell script that extracts the metadata of the music from the file and uploads the music+metadata details to telegram chat


Languages

Language:Shell 100.0%