hikari 2.0.0
0
A sane Discord API for Python 3 built on asyncio and good intentions
Contents
A sane Discord API for Python 3 built on asyncio and good intentions
Stars: 800, Watchers: 800, Forks: 93, Open Issues: 46The hikari-py/hikari
repo was created 4 years ago and the last code push was 2 hours ago.
The project is popular with 800 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
- 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
Related Packages
Errors
A list of common hikari errors.
Code Examples
Here are some hikari
code examples and snippets.
GitHub Issues
The hikari package has 46 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