Gathering detailed insights and metrics for twitch-sentry
Gathering detailed insights and metrics for twitch-sentry
Gathering detailed insights and metrics for twitch-sentry
Gathering detailed insights and metrics for twitch-sentry
Configurable Twitch bot, running Node.js using RxJS, TypeScript, lowdb and tmi.
npm install twitch-sentry
Typescript
Module System
Node Version
NPM Version
68.3
Supply Chain
97.2
Quality
75.5
Maintenance
100
Vulnerability
99.3
License
TypeScript (100%)
Total Downloads
3,603
Last Day
1
Last Week
5
Last Month
46
Last Year
595
MIT License
2 Stars
63 Commits
10 Branches
1 Contributors
Updated on Jun 01, 2022
Latest Version
1.4.4
Package Id
twitch-sentry@1.4.4
Unpacked Size
18.55 kB
Size
6.36 kB
File Count
17
NPM Version
6.9.0
Node Version
12.4.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
-79.2%
5
Compared to previous week
Last Month
-30.3%
46
Compared to previous month
Last Year
71.5%
595
Compared to previous year
7
Twitch bot, running Node.js using RxJS, TypeScript, lowdb and tmi.
For detailed information on installation and all the available commands go to Wiki
1$ npm install twitch-sentry
1$ git clone https://github.com/spnq/twitch-sentry.git 2$ cd twitch-sentry 3$ npm install
Configure the bot and run
1$ npm run build
Go to src/config.ts and change it accordingly:
1{ 2 auth: "", 3 botName: "", 4 channels: [""], 5 defaultChannel: "" 6}
Build the bot with
1$ npm run build
Then start Sentry with
1npm start
You should see a message from your bot in the chat.
Go to src/custom_messages.ts and add you own messages:
1{ 2 "!github":"https://github.com/spnq/twitch-sentry", 3 "!email":"spnq@riseup.net" 4}
Go to src/periodics.ts and add your messages and intervals for them to appear with in the array, for example:
1 [ 2 { 3 message: "Give a Star @https://github.com/spnq/twitch-sentry", 4 interval: { 5 hours : 0, 6 minutes: 0, 7 seconds: 10 8 } 9 } 10]
!startBet
in the chat.!bet
command. Guess value goes first, bet value goes second.!stopBet
command.!result
and it's value to determine the winners.Licensed under MIT License. View the file for the full text.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
13 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More