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

hello_same

v0.1.1

Published

a command line client for SAME app

Downloads

5

Readme

hello_same

A command line client for SAME app.

installing

$ npm install -g hello_same
$ hello_same

Usage

search channel

channel -s <name>

view channel info or user profile

channel -i <id>
user -i <id>

view channel/user SAME posts

channel -c <id>
user -c <id>

show more posts(next page)

n/next/m/more

backup channel/user media resources

channel -b <id>
user -b <id>

help and quit

q/quit
h/help

example

search 广州 channel and view its SAME posts

hello same > channel -s 广州图文

┌─────────┬─────────────────────┬────────┐
│ 频道ID  │ 频道名              │ 内容数 │
├─────────┼─────────────────────┼────────┤
│ 1015144 │ 广州【SAMER】图文志 │ 101458 │
├─────────┼─────────────────────┼────────┤
│ 1002620 │ 杭州,杭州。        │ 70050  │
├─────────┼─────────────────────┼────────┤
│ 894     │ 苏州                │ 11592  │
├─────────┼─────────────────────┼────────┤
│ 1011981 │ 郑州。              │ 16456  │
├─────────┼─────────────────────┼────────┤
│ 1018560 │ 福州                │ 8729   │
├─────────┼─────────────────────┼────────┤
│ 1284959 │ 广州广州广州        │ 6      │
├─────────┼─────────────────────┼────────┤
...

hello same > channel -i 1015144
┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│                                                                              频道信息                                                                              │
├──────────┬──────────────────────────────────────────────────────────┬───────────────────────────────────────────────┬──────────────────────────────────────────────┤
│ 频道     │ 广州【SAMER】图文志                                      │ 频道ID                                        │ 1015144                                      │
├──────────┼──────────────────────────────────────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────┤
│ 频道主   │ 史提芬周                                                 │ 频道主ID                                      │ 1104377                                      │
├──────────┼──────────────────────────────────────────────────────────┼───────────────────────────────────────────────┼──────────────────────────────────────────────┤
│ 创建时间 │ 2014-04-09 10:21:27                                      │ 内容数目                                      │ 101458                                       │
├──────────┼──────────────────────────────────────────────────────────┴───────────────────────────────────────────────┴──────────────────────────────────────────────┤
│ 频道简介 │ 呢度可以分享广州或者你喺广州又或者曾在广州的你嘅点点滴滴,图文不拘。                                                                                    │
│          │ ※※※                                                                                                                                                     │
│          │ 如果你被折叠请先睇下呢个公告                                                                                                                            │
│          │ ×××                                                                                                                                                     │
│          │ 刷屏会折叠,版聊睇情况处理,人身攻击炒虾拆蟹撩事斗非折叠,大量发自拍折叠。发硬广告折叠。連續發帖超過3個有機會摺疊。帖文內有其他app ID或二维码會被摺疊。 │
│          │ 第一条post为自拍必定折叠。                                                                                                                              │
│          │ 多数post为自拍会提高自拍折叠几率。                                                                                                                      │
│          │ 缺乏美感配图会提高折叠概率。                                                                                                                            │
│          │                                                                                                                                                         │
│          │ 可以提意见,但频道坐馆唔一定回复。                                                                                                                      │
│          │ ※※※                                                                                                                                                     │
│          │ 唔好叫我折乜唔折乜,因为我哋三唔识七,我只係义务管理,个个都指手画脚我咪好唔得闲?                                                                      │
└──────────┴─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘
hello same >

Feel free to try, and enjoy yourself!