Discord API wrapper rebuilt from scratch.


Keywords
discord, api, asynchronous, websockets, aiohttp, discord-api, discord-api-wrapper, discord-bot, discord-bot-api, discord-bots, discord-py, pincer, pincer-api, python, python-websocket, python3, python38, python39, websocket
License
MIT
Install
pip install pincer==0.16.0

Documentation

Pincer Logo Pincer

Scrutinizer Code Quality Build Status GitHub repo size GitHub last commit GitHub commit activity GitHub Code Style Discord

An asynchronous python API wrapper meant to replace discord.py

The pakcage is currently within the planning phase

📌 Links

Pincer Logo |Join the discord server: https://discord.gg/8WkYz3fNFm

Pincer Logo |The pypi package: https://pypi.org/project/Pincer/

Pincer Logo |Our website: https://pincer.dev

☄️ Installation

Use the following command to install Pincer into your python environment:

pip install pincer
⚙️ Didn't work?

Depending on your python installation, you might need to use one of the following.

pip isn't in the path but python is

python -m pip install pincer

Unix system can use pip3/python3 command

python3 -m pip install pincer
pip3 install pincer

python isn't in the path

path/to/python.exe -m pip install pincer

Using multiple python versions

py -m pip install pincer

🏷️ License

© 2021 copyright Pincer

This repository is licensed under the MIT License.

See LICENSE for details.