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: 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T11:02:04.000Z (over 2 years ago)
- Last Synced: 2025-03-24T06:52:19.001Z (over 1 year 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
```