Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layerex/telegram-export-channel-links
Export public channel and group links of telegram account.
https://github.com/layerex/telegram-export-channel-links
export telegram
Last synced: 28 days ago
JSON representation
Export public channel and group links of telegram account.
- Host: GitHub
- URL: https://github.com/layerex/telegram-export-channel-links
- Owner: Layerex
- License: unlicense
- Created: 2021-12-09T10:14:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T10:47:16.000Z (over 2 years ago)
- Last Synced: 2024-09-18T03:02:13.377Z (4 months ago)
- Topics: export, telegram
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 11
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```