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

trash_spark_bot

v1.0.0

Published

**Tip: This bot is for transferring sats and receiving tokens, not for issuing any tokens.**

Readme

TL;DR

Tip: This bot is for transferring sats and receiving tokens, not for issuing any tokens.

There's a lot of issues atm see https://github.com/buildonspark/spark/issues/14 DYOR

bot
├── example
│   └── xxxxxx.ts --for manual test
├── src
│   ├── index.ts --main
│   └── msg.ts --msg format
├── test 
│   └── xxxxxxx.ts --for Bitcoin Regtest
├── package.json
├── package-lock.json
└── .env --configuration (privatekey, bot token etc..)

How to play: If you don't issue tokens, you don't need to use an issuer wallet. Just create a wallet for transferring and receiving tokens in spark, transfer the specified sats to the dev's wallet (destination spark address) and wait for the dev to transfer the minted tokens to your spark address (not automatic, depends on the dev's reputation).

大概玩法是: 如果不发币则不需要用issuer wallet 直接创建一个钱包spark用来转账和接收代币即可,需要打哪个就向目标spark地址转账指定sats,等待对方转币给你(非自动打币,取决于dev信誉)

pre-requirement: create a telegram bot & api token & node.js

Installation

git clone https://github.com/auroraug/trashSparkBot.git
cd trashSparkBot/ && vi .env
npm install
ts-node src/index.ts