This was inspired by my original barcode project (which can be found here). The idea is for this to work was a twitter bot, where people tweet youtube links at it, it downloads and processes the video, and tweets the generated barcode back at them.
# Using pipenv
pipenv install --python 3.7 -r requirements.txt
# Start the app
pipenv run python app.py