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

hubot-stonk-checker

v0.5.3

Published

Browse the market with hubot and check in on your tendies.

Downloads

12

Readme

hubot-stonk-checker

stahnma


Have you ever wanted to check on your stock portfolio from the convenience of your chat applications? Of course you have. Well fear not, now you can go ape and throw your :gem: :raised_hands: in the air and check on your tendies.

Setup

You will need an API key from finnhub.io.

Steps to get an API key.

  1. Navigate to finnhub.io.
  2. Click on "Get free API key".
  3. Register an account.
  4. Save the API key.

Installation

From your hubot installation directory.

  1. Add HUBOT_FINNHUB_API_KEY environment variable into your setup.
  2. Run npm install hubot-stonk-checker --save
  3. Add hubot-stonk-checker to your external-scripts.json file.

Usage

 hubot stonks <symbol>

:warning: Note: that stocks, stonks, stonk, stock are all aliases to the same set of functionality so if you're not an APE with diamond hands, you can just use stock and be pedestrian. :warning:

hubot memestonks

Shows a set of stocks deemed memeworthy, or more accurately, brought into prominence from /r/wallstreetbets.

Slack specialities

If you're using slack, for best functionality, you want to enable the emojis. They're found in the assets directory. If you add them to your slack team with the names provided (minus the extensions) they'll get used when retrieving stock information if certain conditions are met.

Setting the memestonk sets

The list of memestonks can be set via HUBOT_MEMESTONKS and is comma seperated.

HUBOT_MEMESTONKS=BB,GME,AMC,DOGE-USD

It defaults to

AMC,BB,BBBY,DOGE-USD,GME

Setting a special stonk set.

Setting HUBOT_SPECIAL_STONKS provides list of stock ticker symbols that you can address in a short-hand way and not through asking the bot to do hubot stock symbol but just hubot symbol therefore saving you five keystrokes. (This preserves some backward compatibility with an older stock checking module as well).

As an example

HUBOT_SPECIAL_STONKS=CAT,MSFT

This will allow bot beavhior to be:

hubot cat vs hubot stock cat

Development

Basically, git clone this repo. Run npm i to get the deps. npm test to test things.

License

MIT