Project

General

Profile

Actions

Zulip

Setting up a twitter search bot for zulip streams

Warning, the REST api 1.0 is no longer supported, so these instructions may not work.

  • Become root
     ksu 
  • Setup a linux box with a zulip user
    adduser zulip
    aptitude -y install git mercurial
    
  • Get the zulip git repo
    git clone https://github.com/zulip/python-zulip.git
  • Install the prerequisites
     aptitude -y install python-simplejson python-json python-requests python-oauth2
    hg clone http://python-twitter.googlecode.com/hg/ python-twitter
    cd python-twitter
    mv README README.md # error in the installer
    python setup.py build
    python setup.py install
    

Updated by Joseph Foley over 9 years ago · 1 revisions