Skip to content

Wahyu213/solidmusic

 
 

Repository files navigation

Telegram Streamer Bot

Telegram bot for stream music or video on telegram, powered by PyTgCalls and Pyrogram

Code style: black
DeepSource
CodeFactor



Help Need

Help me to translate this repo, click the localized button

Features

  • Playlist features
  • Multi Language
  • Maintained
  • Less environment variables

Telegram

    SolidProject Channel
    SolidProject Support

Deploy to Heroku

Deploy to VPS

$ sudo su
# apt-get update && apt-get upgrade -y
# apt-get install curl
# curl -sL https://deb.nodesource.com/setup_16.x | bash - 
# apt-get install ffmpeg python3-pip python3-virtualenv nodejs -y 
# git clone https://github.com/doellbarr/solidmusic && cd solidmusic 
# virtualenv venv && . venv/bin/activate 
# pip3 install --no-cache-dir -r requirements.txt 
# cp sample.env .env 
# nano .env # fill it with your env 
# python3 main.py

About

This is solidmusic bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Other 0.4%