LUCIFER9088 / FallenMusic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


๐Ÿ˜ซ ๐—™๐—ฎ๐—น๐—น๐—ฒ๐—ป ๐— ๐˜‚๐˜€๐—ถ๐—ฐ ๐Ÿ˜ซ


Fallen Music is a Telegram Bot project that allows you to play music on Telegram through Telegram Voice Chat Feature

Requirements ๐Ÿ“

๐Ÿงช Get SESSION_NAME from below:

Generate Pyrogram Session Pyrogram

๐ŸŽ– History

Mentioned in Awesome Python

Features ๐Ÿ”ฎ

  • Thumbnail Support
  • Yt-dL Fix
  • Updated Plug-in
  • Super Fast Bot
  • No Lag Hang
  • Fast Download Song From Server
  • Program Updated
  • Smooth Player

Commands ๐Ÿ› 

  • /play <song name> - play song you requested
  • /song <song name> - download songs you want quickly
  • /ping - Bot Online or Offine

Admins Only ๐Ÿ‘ทโ€โ™‚๏ธ

  • /pause - pause song play
  • /resume - resume song play
  • /skip - play next song
  • /end - stop music play

Heroku Deployment ๐Ÿš€

The easy way to host this bot, deploy to Heroku, Change the app country to Europe (it will help to make the bot more stable).

Deploy

แด…แด‡แด˜สŸแดส แดษด แด แด˜๊œฑ ๊œฑแด‡ส€แด แด‡ส€ ๐Ÿ“ก

sudo apt update && apt upgrade -y
sudo apt install git curl python3-pip ffmpeg -y
pip3 install -U pip
curl -sL https://deb.nodesource.com/setup_16.x | bash -
sudo apt-get install -y nodejs
npm i -g npm
git clone https://github.com/AnonymousBoy1025/FallenMusic # Clone your repo.
cd FallenMusic
pip3 install -U -r requirements.txt
cp example.env .env #Use vim to edit ENVs
vim .env #Fill up your ENVs ( Steps press i to enter in insert mode then edit the file. Press Esc to exit the editing mode then type :wq! and press Enter key to save the file.)
python3 main.py # Run the bot

Special Credits ๐Ÿ’–

Support & Updates ๐ŸŽ‘

About

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Dockerfile 0.9%