Contents

hikari 2.0.0.dev126

0

A sane Discord API for Python 3 built on asyncio and good intentions

A sane Discord API for Python 3 built on asyncio and good intentions

Stars: 799, Watchers: 799, Forks: 92, Open Issues: 48

The hikari-py/hikari repo was created 3 years ago and the last code push was 4 hours ago.
The project is popular with 799 github stars!

How to Install hikari

You can install hikari using pip

pip install hikari

or add it to a project with poetry

poetry add hikari

Package Details

Author
Nekokatt
License
MIT
Homepage
https://github.com/hikari-py/hikari
PyPi:
https://pypi.org/project/hikari/
Documentation:
https://docs.hikari-py.dev/en/2.0.0.dev126
GitHub Repo:
https://github.com/hikari-py/hikari

Classifiers

  • Communications/Chat
  • Internet/WWW/HTTP
  • Software Development/Libraries
  • Software Development/Libraries/Application Frameworks
  • Software Development/Libraries/Python Modules
No  hikari  pypi packages just yet.

Errors

A list of common hikari errors.

Code Examples

Here are some hikari code examples and snippets.

GitHub Issues

The hikari package has 48 open issues on GitHub

  • Allow a single builder with components=
  • GatewayBot takes custom cache impl as constructor arg
  • Add display_avatar_url property for Member & User
  • Easy way to declare custom Cache
  • Add ability to send attachments in an interaction initial response
  • Add URL methods and properties for rich presence assets.
  • Multiple version documentation
  • Cleanup typehints for event_manager
  • Introduce discord guild scheduled event interface to hikari
  • pep8: replacing value is True / False with the ternary operator` if…
  • Get rid of properties in builders
  • Add context menu commands and autocomplete
  • Add hikari-dev package to install development dependencies
  • Referenced message entries exceed the max messages settings
  • Improve filtering by using per event bitmasks

See more issues on GitHub

Related Packages & Articles

discord 2.3.2

A mirror package for discord.py. Please install that instead.

hbmqtt 0.9.6

MQTT client/broker using Python 3.4 asyncio library

piccolo 1.14.0

A fast, user friendly ORM and query builder which supports asyncio.