New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

tg-notice

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tg-notice

Get notice from telegram user's messages over telegram api.

latest
Source
npmnpm
Version
1.0.8
Version published
Maintainers
1
Created
Source

TG Notice

Get notice from telegram user's messages over telegram api.

npm Package Version

Setup

ArchLinux with yaourt

run ./setup

press [Ctrl + C] after login

General

run telegram-cli (only once on this device). Finish the login action.

Then run npm install && npm run build

Install with npm

npm i -g tg-notice

Running

Just get message from one friend:

tg-notice name=Gena

You can also specify the icon for the friend:

tg-notice name=Gena icon=res/gena.png

Run with more settings:

tg-notice app="Gena Notice" name=Gena name="Beeno Tung"

Setting multiple name will trigger notice when a message is sent from any of the users.

You can also specify the icon of for each name alternatively:

tg-notice app="Gena Notice" \
  name=Gena icon=res/gena.png \
  name="Beeno Tung" icon=res/beeno.png \

Run with Daemon

  • put the scripts folder into PATH
  • make sure this repo is cloned on ~/local/opt. otherwise update the scripts/tg-notice line 17 (the cd command)
  • run tg-notice from the shell

License

BSD-2-Clause (Free and Open Sourced Software)

FAQs

Package last updated on 10 Jun 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts