Code Monkey home page Code Monkey logo

webdrivertorso's Introduction

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.