
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Lurch is a CLI for twitch.tv. It can do a few things, including listing the top channels that are currently live and checking the status of a single channel. Lurch also provides a simple interface into livestreamer so that watching a stream from the terminal is quick and easy.
Usage:
lurch list [--number=<number>] [--game=<game>]
lurch watch <channel> [--quality=<quality>]
lurch check <channel>
lurch (-h | --help | --version)
Options:
-h --help Show this screen.
--version Show version.
--number=<number> Number of streams to list from 1-100. [default: 25]
--game=<name> Name of game to list (lists all by default).
--quality=<quality> Livestreamer quality. [default: best]`
$ lurch list
will list the top channels currently live on twitch.tv
By default Lurch will list the 25 most popular channels. This number can be increased or decreased with an optional number argument.
$ lurch list --number 50
The list can also be filtered by game with an optional argument. Use quotes for games with multi-worded names.
$ lurch list --game "counter-strike: global offensive"
Lurch also provides a shortcut to easily launch a stream with livestreamer.
$ lurch watch tsm_doublelift
Lurch can also check the status of a current channel.
$ lurch check nl_kripp
nl_kripp is online
Lurch requires livestreamer in order to watch streams.
pip install livestreamer
npm install -g lurch
MIT
FAQs
A CLI for Twitch.tv.
The npm package lurch receives a total of 0 weekly downloads. As such, lurch popularity was classified as not popular.
We found that lurch demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.