Skip to main content

No project description provided

Project description

https://ipfs.io/ipfs/QmeByEj99cRBRHZnNMGov98DXctf4cUMfX4ywsPD1QYpWY

thangar

https://badge.fury.io/py/thangar.svg

Hangar of Telegram accounts.

Have you ever had more accounts than Telegram client allows to store at the same time? I have. So I build this little script which does:

  1. kind of “park” new accounts,

  2. store secret tokens in database,

  3. show last service message from Telegram to let you log in through normal client.

Try it out yourself!

Installation

python -m pip install thangar

Usage

export API_ID=...  # get from https://my.telegram.org/apps
export API_HASH=...  # ^^
thangar [OPTIONS] COMMAND [ARG]

Use “thangar --help” for more information:

Usage: thangar [OPTIONS] COMMAND [ARGS]...

  Hangar of Telegram accounts.

Options:
  --install-completion [bash|zsh|fish|powershell|pwsh]
                                  Install completion for the specified shell.
  --show-completion [bash|zsh|fish|powershell|pwsh]
                                  Show completion for the specified shell, to
                                  copy it or customize the installation.

  --help                          Show this message and exit.

Commands:
  export   Export data with secret tokens.
  import   Erase database and import exported before data.
  park     Add an account in database.
  repark   Update information about parked accounts.
  soar     Show last service messages of an account.
  track    Show a table with every parked account.
  unpark   Remove an account from database.
  version  Print version.

Example

% thangar track

                          Accounts
┏━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓
┃ Id         ┃ Name           ┃ Phone       ┃ Username     ┃
┡━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩
│ 1234567890 │ Oskar Sharipov │ +7123456789 │ oskar        │
│ 1297676593 │ Oskar Again    │ +3456776543 │ oskar2       │
│ 1578935718 │ Bobby          │ +1212123421 │ FlamingoSays │
└────────────┴────────────────┴─────────────┴──────────────┘

% thangar export > my_dump.hjson

% thangar import < my_dump.hjson
Data is imported successfully.

Tip

Export environment variables in a ~/.zshenv or other shell file!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

thangar-0.1.3.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

thangar-0.1.3-py3-none-any.whl (13.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page