Skip to content

rtyt3000/token-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Token Dumper

wakatime

This is a tool for dump user from telegram bots based on MTCute

Installation

pnpm install

Usage

pnpx tsx src/index.ts

Help

pnpx tsx src/index.ts --help

returns

Usage: Token Dumper [options] <token>

A tool to dump users from telegram bots tokens

Arguments:
  token                    The token of the bot

Options:
  -V, --version            output the version number
  --apiId <apiId>          The api id of telegram app
  --apiHash <apiHash>      The api hash of telegram app
  -o, --output <output>    The output file
  -s, --step <step>        The step of messages to get (default: "1")
  -c, --count <count>      The count of steps to get (default: "10000")
  -t, --timeout <timeout>  The timeout between steps (default: "5000")
  -h, --help               display help for command

Telegram ID and Hash can be obtained from https://my.telegram.org

About

Dump telegram bots users from token

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors