veskuh / Tweetian

A feature-rich Twitter app for smartphones developed using Qt/QML
GNU General Public License v3.0
50 stars 26 forks source link

Multiple accounts #157

Open jukey opened 10 years ago

jukey commented 10 years ago

It would be great if it is possible to handle more than one account using Tweetian. A good example for such an integration is Tweetdeck that allows to retweet/favourite/post from one or more of the enabled accounts.

However I could imagine that it's hard to achieve this goal. For this reason it would be great to run multiple instances of Tweetian at the same time. It theat possible? And if, how?

veskuh commented 10 years ago

At the moment not possible to run multiple instances of tweetian out-of-box to support multiple accounts. Multi-instance support would probably be easier to implement than full multi account support.

Lechindianer commented 9 years ago

Would multiple config files (or something alike) be a possible solution to get more than one account?

veskuh commented 9 years ago

All data is in single .sqlite database so two files at: /home/nemo/.local/share/harbour-tweetian/Tweetian/QML/OfflineStorage/Databases One could manually support multiple accounts just by moving the dir back and forth when Tweetian is NOT running and to change the account.

rodneyrod commented 7 years ago

Has any progress been made in this area yet?

lewadedun commented 7 years ago

I don't think. The project has long been not developed.....

rodneyrod commented 7 years ago

That's not the case, code has been pushed lately and there was an update to the harbour app recently.

Maybe there could be some code sharing with Twablet, they have multiple account support.

rodneyrod commented 7 years ago

If it's not easy to add the support, then what about just adding a toggle that goes between accounts like you said?

It would certainly beat manually moving or renaming directories everytime