ImAPI

Cross-platform instant messaging API

API

Installation command

!!MCDR plugin install im_api

Synced at

...

Last update

...

Latest version

Total downloads

54

Back to catalogue

ImAPI-v0.1.0.mcdr

Version

0.1.0

Date

February 6, 2025

Size

20.62 KiB

Downloads

44

MD5

c039e1430704e5b216ccefe1ee4f0ff9

SHA256

9e90979315275813392a56eb3c00ff74c77a53e7d000a12ae101bbfd65c064e0

MCDR Plugin Dependencies

Plugin IDRequirement
mcdreforged>=2.13.0

Python Package Requirements

Python PackageRequirement
mcdreforged>=2.13.0
aiocqhttp>=1.4.4
aiohttp>=3.8.0
pyyaml>=6.0.1
python-telegram-bot>=21.10

Python Package Installation Command

pip install "mcdreforged>=2.13.0" "aiocqhttp>=1.4.4" "aiohttp>=3.8.0" "pyyaml>=6.0.1" "python-telegram-bot>=21.10"

0.1.0 (2025-02-06)

Features

  • :tada: init plugin with core framework and qq driver (d32b0a5)
  • add Platform enum and SendMessageReq (bc15728)
  • support message receive and send for telegram driver (#2) (ca38141)
  • use yaml config && support onebot ws connect (a71b918)

Bug Fixes

  • fix file name and class position (fed0d27)
  • fix qq ws_client process callback (9091481)
  • fix url_prefix for ws_client (2cf9a26)
  • remove some useless feature for mcdr events (43c7751)