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.2-py3-none-any.whl (21.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: AfdianBot-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 21.9 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 87f71452b4b6bb6bd5ece0944918daccba880918f9dbc402c898e9034170c86e
MD5 d58926ad5b6d36e2a024def50b8682c8
BLAKE2b-256 89eb74df552313f8ded2145d3ffe72e17177864d921404654824c1aa2abe9693

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