https://github.com/gabrielmaialva33/winx-bot
Winx Bot é um bot de música e vídeo para o Telegram 🎵🎥✨
https://github.com/gabrielmaialva33/winx-bot
chatbot gpt image music-bot telegram-bot winx
Last synced: about 1 year ago
JSON representation
Winx Bot é um bot de música e vídeo para o Telegram 🎵🎥✨
- Host: GitHub
- URL: https://github.com/gabrielmaialva33/winx-bot
- Owner: gabrielmaialva33
- License: mit
- Archived: true
- Created: 2023-10-27T17:04:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:53:29.000Z (almost 2 years ago)
- Last Synced: 2025-05-10T12:14:18.164Z (about 1 year ago)
- Topics: chatbot, gpt, image, music-bot, telegram-bot, winx
- Language: Python
- Homepage:
- Size: 765 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Winx Bot for Telegram
About |
Technologies |
Installation |
Configuration |
Documentation |
License
## :bookmark: About
**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
## :computer: Technologies
- **[Python](https://www.python.org/)**
- **[PyTgCalls](https://github.com/pytgcalls/pytgcalls)**
- **[Pyrogram](https://docs.pyrogram.org/)**
- **[MongoDB](https://www.mongodb.com/)**
- **[FFmpeg](https://ffmpeg.org/)**
- **[Pillow](https://pillow.readthedocs.io/en/stable/)**
## :package: Installation
```bash
# 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
```
### :wrench: **Configuration**
copy the sample.env file to .env and fill the values
```bash
# Configure .env file
cp sample.env .env
# generate session string
python3 genstring.py
# run the bot
python3 -m WinxMusic
```
### :memo: **Documentation**
```md
# coming soon
```
### :writing_hand: **Author**
| [](https://github.com/gabrielmaialva33) |
|-----------------------------------------------------------------------------------------------------------|
| [Maia](https://github.com/gabrielmaialva33) |
## License
[MIT License](./LICENSE)