starseed

(★ 21)

A lightweight and modular WhatsApp bot built with Baileys, bringing group management, moderation, fun quiz games, and handy tools together in a fast, efficient, and minimal setup.

파일 탐색기

  • .gitignore
  • app.config.cjs
  • config.js
  • Dockerfile
  • index.js
  • install.sh
  • LICENSE
  • nixpacks.toml
  • package.json
  • README.md
  • socket.js

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

pm2

설명 보기 ▼

Node.js를 위한 프로세스 관리자.
로그 관리, 모니터링 및 프로세스 구성을 위해 사용됩니다.
더 많은 정보: <https://pm2.keymetrics.io/docs/usage/quick-start/>.

pm2 start {{app.js}} --name {{application_name}}

나중에 사용할 수 있는 이름으로 프로세스를 시작:

pm2 list

프로세스 목록 나열:

pm2 monit

모든 프로세스 모니터링:

🔍

powershell

설명 보기 ▼

이 명령은 `powershell` 대신 `pwsh`를 사용하는 크로스 플랫폼 버전의 PowerShell(이전에는 PowerShell Core로 알려짐)과 혼동될 수 있습니다.
Windows의 원본 `powershell` 명령은 레거시 Windows 버전의 PowerShell(버전 5.1 이하)을 사용하는 데 여전히 사용할 수 있습니다.
더 많은 정보: <https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh>.

tldr pwsh

최신 크로스 플랫폼 버전의 PowerShell(버전 6 이상)의 명령에 대한 문서 보기:

powershell

대화형 쉘 세션 시작:

tldr powershell {{[-p|--platform]}} windows

레거시 Windows PowerShell(버전 5.1 이하)의 명령에 대한 문서 보기:

🔍

speedtest-cli

설명 보기 ▼

<https://speedtest.net>를 사용하여 인터넷 대역폭 테스트.
관련 항목: `speedtest`.
더 많은 정보: <https://github.com/sivel/speedtest-cli>.

speedtest-cli

속도 테스트 실행:

speedtest-cli --bytes

속도 테스트를 실행하고 비트 대신 바이트 단위로 값 표시:

speedtest-cli --secure

`HTTP` 대신 `HTTPS`를 사용하여 속도 테스트 실행:

# 프로젝트 배지

  • Logo Logo
// repository documentation