Skip to main content

This is a crypto operation tool

Project description

blueutils

这是一个python 的 工具集

安装

$ pip install blueutils

比特浏览器接口

比特浏览器官方虽然提供了api文档,但是没法直接拿来用,所以我对官方api文档进行封装了下,使用起来更简单了,使用方法如下:

from blueutils.bitbrowser_api import BitBrowser

b = BitBrowser(id="你的浏览器id")    
b.open()
context = b.get_browser_context()
print(context)
b.close()

配置管理器

针对程序配置,提供一个ini配置文件,方便动态配置程序,使用方法如下:

from blueutils.config_manager import ConfigManager

config_manager = ConfigManager('config.ini') config_manager.set('log', 'level', 'DEBUG') # 设置默认值 config_manager.save() DOCKER_HOST = config_manager.get('log', 'level') # 获取配置信息

飞书通知

可发送消息到飞书,方便监控程序运行状态,使用方法如下: 需要提前在飞书申请好通知密钥(完全免费),步骤为: 创建群组>>设置>>群机器人>>添加机器人>>自定义机器人>>添加>>保存Webhook 地址>>勾选签名校验>>保存签名>>完成 REPORT_URL 设置为Webhook 地址 REPORT_KEY 设置为签名

from blueutils.feishu_robot import FeishuRobot

feishu = FeishuRobot(webhook=REPORT_URL, secret=REPORT_KEY) feishu.send_text(text="飞书通知")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

blueutils-0.0.6.tar.gz (9.7 kB view details)

Uploaded Source

Built Distribution

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

blueutils-0.0.6-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file blueutils-0.0.6.tar.gz.

File metadata

  • Download URL: blueutils-0.0.6.tar.gz
  • Upload date:
  • Size: 9.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.7

File hashes

Hashes for blueutils-0.0.6.tar.gz
Algorithm Hash digest
SHA256 85d81df8261d5352b781dfb35eef43a914e36871d0eb927b7793d6900a7ccb43
MD5 f340a88f3fc28f8858dc14bcb1f2c7a4
BLAKE2b-256 1a6b6928ed7f908d6b554a875edf11f5bf456cf9d2de12a000651c665eb98c1a

See more details on using hashes here.

File details

Details for the file blueutils-0.0.6-py3-none-any.whl.

File metadata

  • Download URL: blueutils-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.7

File hashes

Hashes for blueutils-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 d643154d787eaae17788cc8884267c96ec3caa98562bb213007a4dbad27ee0c0
MD5 6ce53306fcbb14a5c49723dc3b23a2b1
BLAKE2b-256 12a15f9036aead55e9efcbdcceb799a1e010bd16263332a5533201b0c2da7b12

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