Multi user rainbowstream Twitter CLI - lmmx/devnotes GitHub Wiki
- rainbowstream.org
- GitHub: DTVD/rainbowstream
- [follow their installation guides, NB I use Python 3 and Linux]
Guide
- Make a top-level folder
- Make per-username folders
- Go into one, run:
virtualenv -p /usr/bin/python3 venv
- creates subdirectory "venv" using Py3
- leave one of these associated with each account (initialises at 14 MB)
source venv/bin/activate
pip install rainbowstream
rainbowstream
- multiuser workaround described here TBC
- note to self tell these folk https://github.com/DTVD/rainbowstream/issues/54
- fix the glitch to automate markdown behaviour though first