Effortlessly create a fully functional Discord music bot with just one line of Python code.
Project description
- Note: its under development
Winkicord
Effortlessly create a fully functional Discord music bot with just one line of Python code.
Overview
Winkicord is a Python package that allows you to quickly create a Discord music bot with minimal effort. With just one line of code, you can get a music bot up and running in your Discord server. It's built on top of discord.py, so it's fully compatible with existing Discord bots.
Features
- Play music from YouTube or other sources
- Pause, stop, and queue functionality
- Easy to integrate into existing bots
- Simple and minimalistic API
Installation
Make sure you have Python 3.9 or higher installed. Then, you can install winkicord via pip:
pip install winkicord
pip install discord.py```
```bash
import discord
from discord.ext import commands
import winkicord
bot = commands.Bot(command_prefix=".", intents=discord.Intents.all())
@bot.event
async def on_ready():
print(f"Logged in as {bot.user.name}")
await winkicord.NodePoolCreds.set_creds(
host="localhost",
port=2000,
identifier="localhost",
password="youshallnotpass",
inactive_timeout=14000,
cache=130
)
await bot.load_extension('winkicord.music')
bot.run("YOUR_BOT_TOKEN")```
**Note: This Library requires lavalink v4 [lavalink-support](https://discord.gg/lavalink-1082302532421943407)**
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file winkicord-1.0.0.tar.gz.
File metadata
- Download URL: winkicord-1.0.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d438dd718a3d1b349f87c4e0f4c0d12529340de4074a2238065335033bdeb56
|
|
| MD5 |
0376c635cbe6cb1a5751173eb9a78fc4
|
|
| BLAKE2b-256 |
9dda580c083e5100b9b7193b8713829b8aa23c56aaff9f144d925c18507c7ff4
|
File details
Details for the file winkicord-1.0.0-py3-none-any.whl.
File metadata
- Download URL: winkicord-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f48d26e029e728fd221c5d77e47877d25deb8bf0760d98eb7466f963ae19b6
|
|
| MD5 |
dd7417c60f954b2e29ef69141ffcefd1
|
|
| BLAKE2b-256 |
68bbfe75a1f51c9fb86759583425ae980bc37a71bf3f11df37f85e26370b3c5c
|