Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🎵🎥✨
- Host: GitHub
- URL: https://github.com/gabrielmaialva33/winx-bot
- Owner: gabrielmaialva33
- License: mit
- Created: 2023-10-27T17:04:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:53:29.000Z (4 months ago)
- Last Synced: 2024-09-15T17:09:36.236Z (4 months ago)
- Topics: chatbot, gpt, image, music-bot, telegram-bot, winx
- Language: Python
- Homepage:
- Size: 765 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- 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**
| [![Maia](https://avatars.githubusercontent.com/u/26732067?size=100)](https://github.com/gabrielmaialva33) |
|-----------------------------------------------------------------------------------------------------------|
| [Maia](https://github.com/gabrielmaialva33) |## License
[MIT License](./LICENSE)