Skip to content

gzb1985/tbbt-trans-web-viewer

Repository files navigation

The Big Bang Theory Transcript Viewer

Features

  • A different way to re-watch your favoiter tbbt episode
  • Displaying transcript in the colorful speech bubbles

Website

http://www.tbbttrans.com

##Install

Clone the code

git clone https://github.com/gzb1985/tbbt-trans-web-viewer.git
cd tbbt-trans-web-viewer

Virtualenv

pip install virtualenv
virtualenv venv --distribute
source venv/bin/activate
pip install -r requirements.txt

Populate database

python manage.py createall
python manage.py populate

Local run

python manage.py runserver

###Custom the Configuration

transviewer/config.py

Gunicorn run

gunicorn -w 4 -b 127.0.0.1:8000 app:app

Acknowledgments

##Screenshot

Season 6 Episode 1

About

A different way to watch the big bang theory show.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published