爱发电Bot SDK
Project description
AfdianBot-Core
一款轻量化,简单且易用的爱发电机器人库
快速入门
import AfdianBot
bot = AfdianBot.Bot(account="xxxxx", password="xxxx") # 填写账号密码
@bot.register("hello") # 注册一个指令
def hello(msg:AfdianBot.types.TextMsg):
sender_name = AfdianBot.api.get_user_info(msg.sender_id)['name']
bot.send_msg(f"hello {sender_name}!", msg.sender_id) # 回复消息至对方
# 在一般情况下,程序默认使用单线程模式,即一个一个处理回复
# 但在一些需要并发需求(即同时处理多个消息)情况时,你可以加上threded参数启用多线程模式
# bot.run(threded=True)
bot.run()
更多文档内容详见AfdianBot-Core文档
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
AfdianBot-1.0.4-py3-none-any.whl
(23.9 kB
view details)
File details
Details for the file AfdianBot-1.0.4-py3-none-any.whl.
File metadata
- Download URL: AfdianBot-1.0.4-py3-none-any.whl
- Upload date:
- Size: 23.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5eb3e3d1ff25c06e649518d1e3c277feae5cddf84e0ea8ddc1b536ede98c5f5c
|
|
| MD5 |
90ee8e09af711f5dae809cf9fb0212d7
|
|
| BLAKE2b-256 |
1dae6aa70c38326eef91147c83a263387a1e1dbf093e3eb3b118c2c8fcf7e125
|