Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 851 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 851 Bytes

GLIMPSE

Visual Twitter streams for queries.

Setup

  • Setup config.py
  • Setup a virtualenv
    • virtualenv ~/env/flud --no-site-packages
    • Activate it: source ~/env/flud/bin/activate
  • Install dependencies: pip install -r requirements.txt
  • Run the server: python application.py
  • Follow a twitter query/story visually: localhost:5000/_ferguson. Use _ to represent a hash (#) since hashes in urls aren't passed to the backend.

If you're deploying it to a server, you can use the setup script in setup/setup.sh.

Note: if you have Disconnect or a similar social-blocking plugin, you may need to disable it to get the images to load properly.