Skip to content

Multi user rainbowstream Twitter CLI

Louis Maddox edited this page Sep 12, 2016 · 5 revisions

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

Clone this wiki locally