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

obedience

v0.1.5

Published

App to send commands to your servers from your mobile, talking with celular

Readme

Obedience

App to send commands to your servers from your mobile by Telegram

Pre-requisites

Obedience is based in vysheng’s telegram-cli project. You must install and configure this great project previously to use Obedience. You can obtain every info that you need in vysheng’s repository.

Also, you must install nodeJs 0.10 or above. You can check more info here.

Installation

Easy. If you use npm (recommended):

npm install obedience

If you prefer git:

git clone https://github.com/GuillermoPena/obedience.git

After, you can run installation shell script (with root permissions please) to help you to complete configuration and install it like a daemon.

install.sh

Obedience has been tested in Ubuntu 14.04 and Raspberry Pi with Raspbmc. This doesn’t mean that Obedience doesn’t work in other systems… try it!

Different types of users

Two different types of users exist in obedience: users and administrator. What can do each of them do?

  1. Administrators : create/remove users and alias, run any command in target system line command, run private and admin alias

  2. Users : execute public alias, show users and public alias list, help…

Commands

ADVICE: Obedience is always case-sensitive… be careful!

‘Adduser’ : Only for admins. Send ‘Adduser’ by Telegram and complete wizard. Easy!

‘Removeuser [user name]' : Only for admins, but an admin can’t remove another admin user

‘Addalias’ : Only for admins. Send ‘Addalias’ by Telegram and complete wizard. You can choose who can run it

‘Removealias [alias name]' : Only for admins, but an admin can’t remove another private aliases

‘Run [command]’ : Only for admins. Run anything that you want in your system command line

‘Help’ : show all commands that your user can run

‘Showuser’ : show an user list

‘Showalias’ : show all alias that your user can run

Preferences properties

Many issues can be solved checking your preferences.json file. Know means of each property:

‘node’ : Node full path of your system. Check it if you have 'spawn node ENOENT' issues

‘tgBinFile’ : full path of Telegram-cli bin file

‘tgKeysFile’ : full path of Telegram-cli keys file

‘tgProfileDir’ : full path of Telegram-cli profile folder

‘logFile’ : log file (full psth please)

‘logLevel’ : level of debug. 'info' by default. You can set 'error', warn', 'info', 'debug'... etc

‘tglogfile’ : Telegram-cli debug file. Empty by default but usefull if you want to debug Telegram-cli output

‘tgoptions’ : array with extra Telegram-cli options (for example: ['-vv'] means extra verbose)

Contributors