Multi user rainbowstream Twitter CLI - lmmx/devnotes GitHub Wiki

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

spinneret