Install the server¶
How to install youtubedlapi-server-infusiblecoder
Using pip¶
Just run pip install --pre youtubedlapi_server_infusiblecoder.
Then you can start using the server with youtubedlapi-server-infusiblecoder.
From source¶
Download the source code and install the dependecies with pip install -r requirements.txt. Then just run python -m youtubedlapi_server_infusiblecoder
Alternatively you can use pip to install it, run pip install -e . and then you’ll be able to run youtubedlapi-server-infusiblecoder (you won’t need to rerun the pip command if you do some changes).
App Engine¶
You can setup an app in the Google App Engine
by changing the application key in app.yaml to your application name.
For using it you just need to do the API calls to http://your-app-name.appspot.com.
It needs some external python modules in lib, you can download them by running ./devscripts/setup-gae.sh (it requires pip and virtualenv)
Heroku¶
You can also run the server on Heroku, you just need to setup and deploy the app and you can make your API calls to https://app-name.herokuapp.com/.