Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

DoellBarr/solidmusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solid Music Bot

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

Code style: black



Features

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

Telegram

    SolidProject Channel
    SolidProject Support

Deploy to Heroku

IMPORTANT

YOU NEED TO UPGRADE YOUR PYTHON VERSION TO 3.10* ON YOUR VPS

IF YOU WANT TO USE THIS REPOSITORY

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published