Multiple accounts support
See original GitHub issueHi, there!
First of all, thanks for your work, Rainbowstream looks great and very mature!
But I have one serious question, is there built-in ability to work with multiple twitter accounts for same logged-in user? Like:
rainbowstream
opens default Twitter account streamrainbowstream -C ~/.rainbow_oauth_additional
opens additional Twitter acount stream
Or my only option is to create another user in system and open rainbowstream
from it?
Issue Analytics
- State:
- Created 9 years ago
- Reactions:3
- Comments:12 (1 by maintainers)
Top Results From Across the Web
Sign in to multiple accounts at once - Android - Google Support
If you have more than one Google Account, you can sign in to multiple accounts at once. That way, you can switch between...
Read more >Using multiple accounts with Microsoft To Do
You can easily switch between your work and personal Microsoft accounts with multiple account support in the To Do Android and Windows app....
Read more >Multiple Accounts - Assist - Apps on Google Play
This app is an assistant with "Multiple Accounts" to support specific apps. Note:The app is an assistant for "Multiple Accounts", ...
Read more >Apps with 'Multiple Account support' feature - AlternativeTo
Apps with 'Multiple Account support' feature · Telegram · Thunderbird · Gmail · Jitsi Desktop · Microsoft OneNote · Tutanota · Matrix.org ·...
Read more >Microsoft's "One Outlook" App Adds Multiple Accounts Support
Microsoft's new web-based Outlook for Windows app (One Outlook) has started adding support for multiple accounts. Currently, the app lets ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @playpauseandstop. Thanks for the idea 👍
RS doesn’t have multiple accounts support at this time, so if you want to log in with different Twitter account:
mv ~/.rainbow_oauth ~/.rainbow_oauth_whatever
.RS will create a new
~/.rainbow_oauth
for the new account and this way you won’t need to create another system user.I will consider to add a feature which allow to manage and quick switch between multiple Twitter accounts in time. Be patient 😃
@benoittgt that’s me too. i’m tmux’in with many things going on at the same time. I would also like to see the ability to tweet via cli through RS without needing to have the interface running. Something like “rainbowstream -t -user ‘Hey what’s happening guys’” or "echo ‘Hey what’s happening’ | rainbowstream -t -user. That way you could insert it into your shell and get/send a tweet at certain times or for certain reasons etc etc.