Skip to content

Releases: parafoxia/analytix

v1.0.0rc1

07 Mar 02:55
Compare
Choose a tag to compare
v1.0.0rc1 Pre-release
Pre-release

Warning: This release contains multiple breaking changes. Code written using v0.1.0 will not function from this version.

  • There is now just one class that caters for all report types, rather than a separate class for each one.
  • You no longer need to specify which scopes to use.
  • start_date is now optional.
  • You can now choose to bypass request verification.
  • All available metrics are used by default if none are passed by the user.

v0.1.0

07 Mar 02:54
Compare
Choose a tag to compare

(Originally released 30 Jan)

Added support for the following report types:

  • Geographical data
  • Basic user data for playlists
  • Time based data for playlists
  • Geographical data for playlists

v0.1.0a2

30 Jan 01:30
Compare
Choose a tag to compare
v0.1.0a2 Pre-release
Pre-release
  • Adds the YouTubeService.authorize alias.
  • Adds auto-docs.

v0.1.0a1

29 Jan 01:14
Compare
Choose a tag to compare
v0.1.0a1 Pre-release
Pre-release

The first release on PyPI. Adds the base code, and some basic classes:

  • BasicYouTubeAnalytics
  • TimeBasedYouTubeAnalytics

Also adds the ability to save the report as a JSON or a CSV.