https://github.com/iyear/tdl-whoami
A tdl extension that tells you who you are
https://github.com/iyear/tdl-whoami
tdl tdl-extension telegram
Last synced: about 1 month ago
JSON representation
A tdl extension that tells you who you are
- Host: GitHub
- URL: https://github.com/iyear/tdl-whoami
- Owner: iyear
- License: agpl-3.0
- Created: 2024-10-28T09:54:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-02-14T17:12:04.000Z (2 months ago)
- Last Synced: 2025-03-15T01:12:53.524Z (about 1 month ago)
- Topics: tdl, tdl-extension, telegram
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tdl-whoami
`tdl-whoami` is a tdl extension that tells you who you are.
Further, it provides the details of the authenticated user, app remote config, and general config.
## Installation
1. **Install the `tdl` CLI**
Refer to the [tdl documentation](https://docs.iyear.me/tdl/getting-started/installation/) for instructions.
2. **Install the `tdl-whoami` Extension**```sh
tdl extension install iyear/tdl-whoami
```Use proxy if you are behind a firewall:
```sh
tdl extension install --proxy iyear/tdl-whoami
```## Usage
### Basic Usage
To display name and ID of the authenticated user:
```sh
tdl whoami
```### Verbose Mode
To display detailed information of authenticated user, app remote config, and general config.
```sh
tdl whoami -v
```## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
AGPL-3.0 License