此脚本检索指定 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
中。