orakaro / rainbowstream

A smart and nice Twitter client on terminal written in Python.
https://github.com/orakaro/rainbowstream
MIT License
3.54k stars 260 forks source link

Can I use rainbowstream in shell scripts without the client? #283

Open bitcoinmeetups opened 4 years ago

bitcoinmeetups commented 4 years ago

Can I use rainbowstream in shell scripts without the client?

I would like to be able to type something like

rainbowstream t test

to tweet "test". Is this possible with rs? I do not want to use the client.

OnikenX commented 4 years ago

@bitcoinmeetups I made a script that does that for my project https://github.com/OnikenX/github-twitter-commits/blob/master/tweet , is a hacky solution for not having access to the twitter api but it works