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 🙏

© 2024 – Pkg Stats / Ryan Hefner

archivesv

v0.3.1

Published

Archive weibo in Metanet, BitcoinSV

Downloads

20

Readme

ArchiveSV 微博存证助手

项目背景

  1. 解决微博等社交媒体删帖后死无对证的情况,比特币区块链可为每一条媒体信息留下时间戳证明。

  2. 为后人记录真实而详尽的历史。

功能

  • 在命令行输入微博链接即可自动存档到 BSV 链上。

    3KqTsA.jpg

  • 支持同时上传微博图片,可选择大图、小图。存档资料可直接阅读、分享。

示例

多图微博示例

3Z7QdH.md.png

带转发的微博

纯文字喊单微博

转发的长微博,未存档图片

安装

需要 Node.js 环境。

在命令行输入 npm install -g archivesv 安装。

使用

在命令行运行 archivesv

转入资金或导入私钥

本工具在本地维护一个私钥,第一次运行时会随机生成一个私钥,你可以向里面直接转入资金(瞬间到账)。

也可以导入你自己的私钥。

复制微博链接时,必须是单博文页面,可用如下方式获取

电脑网页:

3Z7Mee.png

手机客户端:

3Z7of1.jpg

图片存档模式说明

- 0 :不存档而直接引用原图,无图片上链费。但阅读体验较差,图片经常加载不出来。
- 1 :存档微博标准图(默认)
- 2 :存档微博原图

事务记录和私钥的保存位置

WIN: C:/Users/(user)/AppData/Roaming/archivesv/

OSX: /Users/(user)/archivesv/

Linux: /home/(user)/archivesv/

Change Log

v0.3.1 (2020-2-24 22:35 GMT+8)

  • 在主菜单显示当前所设置的费率

  • 修复withdraw.js报错的bug

v0.3.0 (2020-02-22 23:00 GMT+8)

  • 在用户数据文件夹下储存私钥和事务记录文件

  • 修复转出资金时命令行顺序不对的bug

v0.2.4 (2020-02-22 12:00 GMT+8)

  • 给图片添加到区块浏览器的链接

  • 修复找不到私钥文件的bug

  • 修复上链失败的事务也会进入record.csv的bug

v0.2.3 (2020-02-22 11:20 GMT+8)

  • 优化命令行文案

  • 修复打开二维码时会打开两次网页的bug

Related Efforts

B Protocol unwriter的B协议

MoneyButton的bsv底层库 用于进行密钥、签名等事务相关的操作

MatterCloud BSV节点API,用于获取UTXO,广播事务

Bico.Media unwriter的B协议浏览器

WhatsOnChain BSV区块浏览器

C Protocol 用文件哈希索引文件,上传时防止重复。暂时有问题,没用上。

Contributors

Stephen Zhou 微信 stv1024

License

MIT