npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

lilibtc

v1.0.4

Published

Lilibtc 币安广场自动发布工具 - 自动同步内容到 Binance Square,提升个人品牌影响力

Readme

@lilibtc

Lilibtc 币安广场自动发布工具 - 自动同步内容到 Binance Square,提升个人品牌影响力

🎯 功能特点

  • 自动发布 - 自动将内容发布到币安广场(Binance Square)
  • 🤖 智能生成 - AI 驱动的内容生成系统
  • 📊 数据分析 - 追踪浏览量、点赞、评论数据
  • 🎨 模板系统 - 多种内容模板可选
  • 🔒 安全可靠 - 本地运行,数据安全
  • 🚀 简单易用 - 一键安装,命令行操作

📦 安装

npm install -g @lilibtc

要求:Node.js >= 18

🚀 快速开始

1. 登录

lilibtc login --key YOUR_BINANCE_COOKIE

2. 启动发布器

lilibtc start

3. 查看状态

lilibtc status

📖 详细使用

命令列表

# 登录币安广场
lilibtc login --key YOUR_KEY

# 启动自动发布
lilibtc start

# 查看发布状态
lilibtc status

# 查看数据统计
lilibtc stats

# 查看版本
lilibtc --version

配置文件

配置文件位于:~/.square-agent/config.json

{
  "frequency": 100,
  "style": "balanced",
  "contentTypes": "short",
  "enabledTemplates": [
    "☀️ 每日早报",
    "🌙 晚间复盘",
    "📈 盘面分析"
  ]
}

🔧 配置说明

频率设置(frequency)

  • 100 - 正常频率
  • 200 - 高频模式
  • 50 - 低频模式

内容风格(style)

  • conservative - 保守风格
  • balanced - 平衡风格
  • aggressive - 激进风格

内容长度(contentTypes)

  • short - 短内容(< 200字)
  • medium - 中等长度(200-500字)
  • long - 长内容(> 500字)

📊 数据追踪

工具会自动追踪以下数据:

  • 每日发帖数
  • 总浏览量
  • 总点赞数
  • 总评论数
  • 粉丝增长

数据保存在:~/.square-agent/square-agent.db

🛠️ 故障排除

问题:无法发布到币安广场

解决方案

  1. 检查网络连接
  2. 确认币安 Cookie 是否过期
  3. 重新运行 lilibtc login --key YOUR_KEY

问题:数据库错误

解决方案

# 重置数据库
rm ~/.square-agent/square-agent.db
lilibtc start

问题:权限错误

解决方案

# 检查币安广场发布权限
# 确保账号没有被限制发布

🔐 安全说明

  • 所有数据存储在本地
  • 不会上传任何内容到第三方服务器
  • 币安 Cookie 仅用于与币安 API 通信
  • 建议定期更新 Cookie

🌟 关于 Lilibtc

联系方式

服务

本工具由 Lilibtc 团队开发和维护,专注于币安生态内容创作和分发。

📝 开源

本项目在 GitHub 上开源:

开发仓库franklili3/square-agent

欢迎贡献代码、报告问题或提出建议!

📄 许可证

MIT License - 详见 LICENSE 文件

🙏 鸣谢

感谢所有使用本工具的用户和贡献者!


Made with ❤️ by Lilibtc Team

如有问题,请通过 GitHub Issues 联系我们