Skip to main content

爱发电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

If you're not sure about the file name format, learn more about wheel file names.

AfdianBot-1.0.3-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file AfdianBot-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: AfdianBot-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.10

File hashes

Hashes for AfdianBot-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2d88b330bc32bcac08f7af559f8855c087858e986d2c0a0c115e97c7e7639fda
MD5 40fed7f105b5d7789b8f0ffc077a3ed2
BLAKE2b-256 874175f3126b8999ed23ba6f880fd3ef79ac93f7652e0c812d40f6f091579906

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page