https://github.com/un-def/manygram
A profile manager for Telegram Desktop app
https://github.com/un-def/manygram
linux profile-manager telegram telegram-desktop
Last synced: about 2 months ago
JSON representation
A profile manager for Telegram Desktop app
- Host: GitHub
- URL: https://github.com/un-def/manygram
- Owner: un-def
- License: mit
- Created: 2020-05-30T22:36:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T11:02:04.000Z (over 1 year ago)
- Last Synced: 2025-03-14T09:11:27.022Z (2 months ago)
- Topics: linux, profile-manager, telegram, telegram-desktop
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# manygram
A profile manager for Telegram Desktop app
## Quickstart
1. Create the config:
```sh
manygram config create
```2. Edit the config if necessary.
3. Create a new profile:
```sh
manygram create profile_name
```4. Run Telegram Desktop with the newly created profile:
```sh
manygram run profile_name
```5. Generate a [desktop entry](https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#introduction) for the profile:
```sh
manygram desktop create profile_name
```