kumar-music-vcpb / Aryadeep_raj_VC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aryadeep_vc_userBot TELEGRAM VC MUSIC BOT - This is a pyrogram bot based on pytgcalls for playing songs or audio files in Telegram group voice chat

-It is inspired from su music project and hamkercat's telegram voice bot. Neither su music project , nor pytgcalls are stable

Requirements

Deployment

Config

Copy example.env to .env and fill it with your credentials.

Without Docker

  1. Install Python requirements:
    pip install -r requirements.txt
  2. Run:
    python main.py

Using Docker

  1. Build:
    docker build -t musicplayer .
  2. Run:
    docker run --env-file .env musicplayer

Heroku

Deploy

StringSession

GenerateString

Commands

-The commands and there use is explained here-:

  • /saavn To search song on jio saavan and play the first result
  • /ytt To search the song on Youtube and play the first matching result.
  • /deezer To search song on deezer and play good quality stream.
  • /song To download a song from youtube.
  • /play Reply this in response to a link or any telegram audio file it will be played
  • /skip to skip current song
  • /stop to stop the streaming of song
  • /pause to pause the stream
  • /resume to resume the playback.
  • Inline search is also supported.

Credits

About

License:GNU General Public License v3.0


Languages

Language:Python 97.7%Language:Dockerfile 1.2%Language:Shell 1.2%