Skip to content

webdrivertorso.py - A humble homage to the Webdriver Torso YouTube Channel. Specifically, a script to generate and upload clips like the Webdriver's ones.

Notifications You must be signed in to change notification settings

Xpktro/webdrivertorso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webdrivertorso.py - A humble homage to the Webdriver Torso Youtube Channel

Demo

https://www.youtube.com/watch?v=Vw3ST3p8t64

Why?

For the sole prupose of entertainment.

When?

I found the original channel in mid-april 2014, besides the conspiranoic nature of the channel, it's not so hard to replicate programatically.

How?

python webdrivertorso.py --help

Also refer to the source code, you might find it interesting.

Install

To successfully use this script you need (latest stable versions will do great):

  • Python 2.7+ (with pip): Most GNU/Linux distributions comes with python. Installing pip would be as easy as sudo apt-get install python-pip (see your OS docs for details about package management). Windows users can download a Python installer from python.org and search the web for a pip installer. You'll also need the following python packages:
    • Pillow: You'll need a C(++) compiler to build Pillow. Windows users can download a pre-compiled installer from the web.
    • Gdata python API
    • youtube-upload
    • To install these 3 dependencies: (sudo) pip install -r requirements.txt
  • FFMPEG: Grab the latest stable version from ffmpeg.org. GNU/Linux users might have and outdated version in their distro repositories so it's recommended to download the sources and build them. The official website haves a good and easy build guide.
  • Courier New TTF font: I cannot include it here because copyright issues. Grab the font from the web and copy courbd.ttf to this folder.

Note (mostly for Windows users): ffmpeg and youtube-upload must be in your system's PATH. (i.e. you can call them within the command line from anywhere)

About

webdrivertorso.py - A humble homage to the Webdriver Torso YouTube Channel. Specifically, a script to generate and upload clips like the Webdriver's ones.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages