A simple yet powerful wrapper for the YouTube Analytics API

A simple yet powerful wrapper for the YouTube Analytics API.

Features

  • Pythonic syntax lets you feel right at home
  • Dynamic error handling saves hours of troubleshooting, and makes sure only valid requests count toward your API quota
  • A clever interface allows you to make multiple requests across multiple sessions without reauthorising
  • Extra support allows the native saving of CSV files and conversion to DataFrame objects
  • Easy enough for beginners, but powerful enough for advanced users

Installation

You need Python 3.6.0 or greater to run analytix. It is recommended you install analytix in a virtual environment. Note: While analytix supports Python 3.10, pandas does not. You will be able to retrieve reports and save them locally, but you won’t be able to convert them to DataFrame objects.

To install the latest stable version of analytix, use the

 

 

 

To finish reading, please visit source site