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-warframe

v1.0.0

Published

Warframe module for Hubot

Downloads

4

Readme

Genesis Avatar

#Hubot-Warframe A Hubot module for tracking Warframe alerts, invasions and more.

Build Status

Installation via NPM

  1. Install the Hubot-Warframe module as a Hubot dependency by running:

    npm install --save hubot-warframe
  2. Add this to your external-scripts.json file:

    [
        "hubot-warframe"
    ]
  3. Run your bot and see below for available config / commands

Configuration

hubot-warframe requires a MongoDB server. It uses the MONGODB_URL environment variable for determining where to connect to

Environment Variable | Description | Example --- | --- | --- MONGODB_URL | connection url for mongodb | mongodb://<host>:<port>/<database> HUBOT_LINE_END | Configuragble line-return character | \n HUBOT_BLOCK_END | Configuragble string for ending blocks | ``` HUBOT_DOUBLE_RET | Configurable string for double-line returns | \n\n HUBOT_MD_LINK_BEGIN | Define the beginning string for a markdown link | ( HUBOT_MD_LINK_MID | Define the middle string for a markdown link | )[ HUBOT_MD_LINK_END | Define the end string for a markdown link | ] HUBOT_MD_BOLD | Define the string to use before and after a string to bold it | ** HUBOT_MD_ITALIC | Define the string to use before and after a string to italicize it | * HUBOT_MD_UNDERLINE | Define the string to use before and after a string to underline it | __ HUBOT_MD_STRIKE | Define the string to use before and after a string to strike it out | ~~ HUBOT_MD_CODE_SINGLE | Define the string to use before and after a string to define it as an inline block of code | ` HUBOT_MD_CODE_BLOCK | Define the string to use before and after a string to define it as a multi-line block of code | ```` `

Commands

Command | Listener ID | Description --- | --- | --- hubot start | | Adds user to DB and starts tracking hubot settings | | Returns settings hubot alerts | | Displays active alerts hubot baro | | Displays current Baro Ki'Teer status/inventory hubot darvo | | Displays current Darvo Daily Deal hubot end | | Hide custom keyboard (telegram only) hubot invasions | | Displays current Invasions hubot news | | Displays news hubot platform <platform> | | Changes the platform hubot platform | | Displays menu hubot settings | | Display settings menu hubot stop | | Turn off notifications hubot track <reward or event> | | Start tracking reward or event hubot track | | Tracking menu hubot untrack <reward or event> | | Stop tracking reward or event hubot simaris | | Get Synthesis target tracking hubot update | | Display current update hubot primeaccess | | Display current Prime Access news hubot damage | | Display link to Damage 2.0 infographic hubot armor | | Display instructions for calculating armor hubot armor <current armor> | | Display current damage resistance and amount of corrosive procs required to strip it hubot armor <base armor> <base level> <current level> | | Display the current armor, damage resistance, and necessary corrosive procs to strip armor. hubot shield | | Display instructions for calculating armor hubot shield <base shield> <base level> <current level> | | Display the current shields. hubot conclave | | Display usage for conclave command hubot conclave all | | Display all conclave challenges hubot conclave daily | | Display active daily conclave challenges hubot conclave weekly | | Display active weekly conclave challenges hubot enemies | | Display list of active persistent enemies where they were last found

Sample Interaction

user1>> /start

hubot>> Tracking started

user1>> /settings

hubot>> 
Your platform is PC
Alerts are OFF
Invasions are OFF
News are OFF

Tracked rewards:
Alternative helmets
ClanTech resources
Nightmare Mods
Auras
Resources
Nitain Extract
Void Keys
Weapon skins
Weapons
Other rewards

user1>> /end

hubot>> Done