-
Notifications
You must be signed in to change notification settings - Fork 7
Multi user rainbowstream Twitter CLI
Louis Maddox edited this page Sep 12, 2016
·
5 revisions
- rainbowstream.org
- GitHub: DTVD/rainbowstream
- [follow their installation guides, NB I use Python 3 and Linux]
- 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