此腳本會擷取指定 Telegram 群組的成員列表,並將資料儲存為 CSV 格式。
npm install
複製.env.example
檔案並將其重新命名為.env
: cp .env.example .env
使用以下變數設定.env
檔:
# Create your app here: https://my.telegram.org/apps ; you'll get an API ID and an API hash
# Use incognito mode and disable adblockers to avoid issues
API_ID=your_telegram_api_id
API_HASH=your_telegram_api_hash
# here's how to get your group id: https://neliosoftware.com/content/help/how-do-i-get-the-channel-id-in-telegram/
# don't forget the minus sign!
GROUP_ID=your_group_id
您可以從 Telegram 開發者入口網站取得 API ID 和 API 雜湊值。群組 ID 是您要從中提取成員的 Telegram 群組的 ID。
node script.js
session.txt
)以供將來登入。participants.csv
中。