Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Winx Bot é um bot de música e vídeo para o Telegram 🎵🎥✨

Awesome Lists containing this project

README

        




Winx Bot


Winx Bot for Telegram



wakatime
GitHub top language
GitHub language count
Repository size
License

GitHub last commit
Maia


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**

| [![Maia](https://avatars.githubusercontent.com/u/26732067?size=100)](https://github.com/gabrielmaialva33) |
|-----------------------------------------------------------------------------------------------------------|
| [Maia](https://github.com/gabrielmaialva33) |

## License

[MIT License](./LICENSE)