Skip to content

DLive.py is an asynchronous wrapper for making bots in Python, for DLive

License

Notifications You must be signed in to change notification settings

A-Trash-Coder/dlive.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image of dlive.py

DLive.py is an asynchronous wrapper for making bots in Python, for DLive

THIS IS IN DEVELOPMENT

Support

For support with the wrapper, please join the support server here

Installation

To install dlive.py, the use on of the following commands

# Linux/macOS
python3 -m pip install -U dlive.py

# Windows
py -3 -m pip install -U dlive.py

To install via GitHub, use:

# Linux/macOS
python3 -m pip install git+https://github.com/A-Trash-Coder/dlive.py

# Windows
py -3 -m pip install -U git+https://github.com/A-Trash-Coder/dlive.py

Example Usage

import dlive

bot = dlive.models.Bot(command_prefix="!", channels=["A-Trash-Coder"])

@bot.listener
async def ready():
    print("ready")

bot.run("auth token")

About

DLive.py is an asynchronous wrapper for making bots in Python, for DLive

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages