DevilCodes Music Telegram Bot - This is a pyrogram bot based on pytgcalls for playing songs or audio files in Telegram group voice chat
-The commands and there use is explained here-:
-
/saavnTo search song on jio saavan and play the first result -
/yttTo search the song on Youtube and play the first matching result. -
/deezerTo search song on deezer and play good quality stream. -
/playReply this in response to a link or any telegram audio file it will be played -
/skipto skip current song -
/stop or /killto stop the streaming of song -
/pauseto pause the stream -
/resumeto resume the playback. -
Inline search is also supported.
-
Use pyrogram string u can use @StringGenBot
-It is inspired from su music project and hamkercat's telegram voice bot. Neither su music project , nor pytgcalls are stable
- FFmpeg
- NodeJS nodesource.com
- Python 3.7+
- PyTgCalls
Don't forget to star 🌟 us
Copy example.env to .env and fill it with your credentials.
- Install Python requirements:
pip install -r requirements.txt
- Run:
python main.py
- Build:
docker build -t musicplayer . - Run:
docker run --env-file .env musicplayer
- hamker cat
- Roj
- Marvin
- Laky & Andrew: PyTgCalls
