Installations
npm install tgcalls-gramjs
Developer Guide
Typescript
Yes
Module System
CommonJS
Node Version
18.12.1
NPM Version
8.19.2
Score
34.8
Supply Chain
75.4
Quality
68.6
Maintenance
50
Vulnerability
76.6
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (100%)
Developer
tgcallsjs
Download Statistics
Total Downloads
220
Last Day
1
Last Week
2
Last Month
9
Last Year
87
GitHub Statistics
27 Stars
80 Commits
4 Forks
2 Watching
3 Branches
3 Contributors
Bundle Size
780.85 kB
Minified
216.63 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.1.0
Package Id
tgcalls-gramjs@1.1.0
Unpacked Size
31.13 kB
Size
7.79 kB
File Count
13
NPM Version
8.19.2
Node Version
18.12.1
Publised On
30 Nov 2023
Total Downloads
Cumulative downloads
Total Downloads
220
Last day
0%
1
Compared to previous day
Last week
-60%
2
Compared to previous week
Last month
350%
9
Compared to previous month
Last year
-34.6%
87
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
3
Dev Dependencies
3
Gram TGCalls
An operative library for Telegram calls and a tgcallsjs helper.
Features
- Super light & easy-to-use.
- Smart stream function.
- Native controls: pause, resume, mute, unmute.
- Call helpers: join, edit, leave.
Installation
1npm i tgcalls-gramjs
Example usage with audio
1const { GramTGCalls, gramjs } = require("tgcalls-gramjs"); 2 3// Replace these values with actual values 4const apiId = 123456; 5const apiHash = "392ykiyourhashhere"; 6const stringSession = ""; 7 8(async () => { 9 const client = await gramjs(apiId, apiHash, stringSession); 10 console.log(client.session.save()); // use this value in stringSession after 1 time generate 11 let tg = new GramTGCalls(client, "groupusername"); 12 tg.streamAudio("./audio.mp3"); 13})(); 14
Docs
The docs can be found here.
Credits
- Structure inspired from Telethon bridge in MarshalX/tgcalls.
- Video support by @Laky-64.
- Latest version with easiness by @PanditSiddharth
inherited: tgcalls -> gram-tgcalls -> tgcalls-gramjs
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: GNU Lesser General Public License v3.0: LICENSE:0
Reason
6 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-4gmj-3p3h-gm8h
- Warn: Project is vulnerable to: GHSA-78xj-cgh5-2h22
- Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp
- Warn: Project is vulnerable to: GHSA-5v2h-r2cx-5xgj
- Warn: Project is vulnerable to: GHSA-rrrm-qjm4-v8hf
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
Reason
Found 1/28 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'main'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 4 are checked with a SAST tool
Score
2.3
/10
Last Scanned on 2024-12-16
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