Skip to content

EpikCord/EpikCord.py

Repository files navigation

EpikCord logo

EpikCord.py

Welcome to EpikCord.py! This is an API Wrapper for Discord's API for Python! We've decided not to fork discord.py and start completely from scratch for a new, better structuring system!

Why EpikCord.py?

There are many other libraries for the Discord API written in Python, there is no reason for you to choose us over other great libraries!

I want to contribute!

We love contributions that help us, so feel free to! You won't be rewarded for this, but it helps us and we'd be very pleased with any contribution. See the Contributing page for more information.

Where are your docs?

Documentation Status

Have functions and attributes you not sure about? Check our docs here

I need help!

If you need help, you can join our EpikCord.py Discord Server and ask for help there.

Discord server

Installing Epikcord.py

Requirements

The minimal requirements for EpikCord.py is Python>=3.8. Python 3.7 and lower and Python 2 family are not supported

Install

Warning!
This Library is in preview and hasn't been released yet. Some features may not work properly.

Get the library from the Python Package Index (PyPI)

pip install EpikCord.py

Install in an Virtual Environment (venv)

Sometimes you might want to keep this library from conflicting with other libraries or use a different version of libs than the ones in the system. You also might not have permissions for installing libraries. Luckily Virtual Environments are here to save you. From Python3.3, there is a concept called Virtual Environment to help maintain these libs

For the quick and dirty:
  1. Go to your project's working directory:
 $ cd bot-source-dir
 $ python3 -m venv YourBotEnvName
  1. Activate the venv If you don't know how to see it here

  2. Installing

pip install -U EpikCord.py