Winx Bot for Telegram
About | Technologies | Installation | Configuration | Documentation | License
Winx Bot é um bot de música e vídeo para o Telegram escrito em Python, utilizando Phoenix, através do qual você pode transmitir músicas, vídeos e até mesmo transmissões ao vivo nas suas chamadas em grupo por meio de várias fontes. 🎵🎥✨
- YouTube, Soundcloud, Apple Music, Spotify, Resso, Live Streams and Telegram Audios & Videos support.
- Written from scratch, making it stable and less crashes with attractive thumbnails.
- Loop, Seek, Shuffle, Specific Skip, Playlists etc support
- Multi-Language support
# install ffmpeg
sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install -y --no-install-recommends ffmpeg
# clone the repository
git clone https://github.com/gabrielmaialva33/winx-bot.git
# enter the directory
cd winx-bot
# install the dependencies
pip3 install --no-cache-dir --upgrade --requirement requirements.txt
copy the sample.env file to .env and fill the values
# Configure .env file
cp sample.env .env
# generate session string
python3 genstring.py
# run the bot
python3 -m WinxMusic
# coming soon
Maia |