An open API service indexing awesome lists of open source software.

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

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
```