How can I use multiple accounts with Telegram?
Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
telegram
add a comment |
Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
telegram
add a comment |
Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
telegram
Is there a way to have two copies of telegram app in Ubuntu each with a different account?
It seems copying the app in another folder does not work.
telegram
telegram
edited May 14 '16 at 20:24
muru
1
1
asked Jan 9 '16 at 3:44
nanonano
3142516
3142516
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
add a comment |
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
add a comment |
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
add a comment |
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
add a comment |
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
Install Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purple
Start Pidgin and set it up to use as many Telegram accounts as you like.
add a comment |
For each instance you wish to open, create a fresh directory with Telegram
and Updater
files. Now create Telegram.desktop
(or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop
file and run it.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f718912%2fhow-can-i-use-multiple-accounts-with-telegram%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
What I do is run the Telegram binary as a different user
cd ~/Downloads/Telegram/
sudo -u otheruser ./Telegram
edited Jan 9 '17 at 6:41
Zanna
50.3k13133241
50.3k13133241
answered Jan 9 '17 at 4:52
RidderhoffRidderhoff
30128
30128
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
This is the solution I use as I have yet to find a viable alternative to the telegram desktop app. most of the others are only wrappers for the web interface.
– Ridderhoff
Feb 9 '17 at 4:10
1
1
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
For what its worth, you should run 'su otheruser' instead of 'sudo -u otheruser'.
– crafter
Nov 29 '17 at 12:14
add a comment |
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
add a comment |
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
add a comment |
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
With telegram desktop installed:
mkdir ~/.telegram2ndprofile
telegram -many -workdir ~/.telegram2ndprofile
Source
edited Mar 3 '18 at 1:29
Sss
6333822
6333822
answered Jan 23 '17 at 0:07
abumalickabumalick
33626
33626
add a comment |
add a comment |
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
add a comment |
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
add a comment |
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
You can use Franz.
Franz allows you to add each service many times. This makes Franz the
perfect tool to manage multiple business and private accounts at the
same time. You could even use five different Facebook Messenger
accounts at once, if some inexplicable reason urges you to do so.
answered May 14 '16 at 18:18
MmParvinMmParvin
20123
20123
add a comment |
add a comment |
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
add a comment |
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
add a comment |
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
Three Ways:
Install Chrome and there install Telegram from the Web Store.
Install Wine and Telegram for Windows
Enter in https://web.telegram.org/
edited May 14 '16 at 20:24
muru
1
1
answered Jan 9 '16 at 3:49
OlimjonOlimjon
2,123624
2,123624
add a comment |
add a comment |
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
add a comment |
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
add a comment |
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
You may try Cutegram. It supports multiple accounts (you can use them simultaneously).
Update: It seems development of Cutegram has ceased.
edited Dec 28 '18 at 14:22
answered May 14 '16 at 19:55
pomskypomsky
29.2k1190116
29.2k1190116
add a comment |
add a comment |
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
Install Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purple
Start Pidgin and set it up to use as many Telegram accounts as you like.
add a comment |
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
Install Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purple
Start Pidgin and set it up to use as many Telegram accounts as you like.
add a comment |
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
Install Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purple
Start Pidgin and set it up to use as many Telegram accounts as you like.
You can use a multi-protocol, multi-account client like Pidgin (or anything based on libpurple):
Add a package repository with Telegram support for libpurple:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
Install Pidgin and the Telegram plug-in for it:
sudo apt install pidgin telegram-purple
Start Pidgin and set it up to use as many Telegram accounts as you like.
answered Jan 1 '18 at 15:51
David FoersterDavid Foerster
27.9k1364110
27.9k1364110
add a comment |
add a comment |
For each instance you wish to open, create a fresh directory with Telegram
and Updater
files. Now create Telegram.desktop
(or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop
file and run it.
add a comment |
For each instance you wish to open, create a fresh directory with Telegram
and Updater
files. Now create Telegram.desktop
(or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop
file and run it.
add a comment |
For each instance you wish to open, create a fresh directory with Telegram
and Updater
files. Now create Telegram.desktop
(or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop
file and run it.
For each instance you wish to open, create a fresh directory with Telegram
and Updater
files. Now create Telegram.desktop
(or whatever name.desktop) file with this content:
[Desktop Entry]
Type=Application
Name=Telegram
Exec="$(dirname $(realpath %k))"/Telegram -workdir "$(dirname $(realpath %k))"
Categories=Internet;Messenger #Optional
Icon=Telegram #Optional
Terminal=false
Put this file inside your Telegram instance folder, make it executable, and run.
This will work even if you create a symlink of .desktop
file and run it.
edited Jun 25 '18 at 13:36
pomsky
29.2k1190116
29.2k1190116
answered Jun 1 '18 at 21:13
Alireza MohamadiAlireza Mohamadi
1214
1214
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f718912%2fhow-can-i-use-multiple-accounts-with-telegram%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown