Metadata-Version: 2.1
Name: telegram-export-channel-links
Version: 0.0.3
Summary: Export public channel and group links of telegram account.
Home-page: https://github.com/Layerex/telegram-export-channel-links
Author: Layerex
Author-email: layerex@dismail.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: The Unlicense (Unlicense)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE

# telegram-export-channel-links

Export public channel and group links of telegram account.

## Installation

``` sh
pip install telegram-export-channel-links
```

## Usage

```
usage: telegram-export-channel-links [-h] [--app-id APP_ID] [--app-hash APP_HASH] [--no-groups] [--no-channels] [--names] [FILE]

Export public channel and group links of telegram account.

positional arguments:
  FILE                 File to export to (data is printed to stdout by default)

options:
  -h, --help           show this help message and exit
  --app-id APP_ID      Test credentials are used by default
  --app-hash APP_HASH  Test credentials are used by default
  --no-groups          Don't export group links
  --no-channels        Don't export channel links
  --names              Export channel names
```


