Skip to content

Switchable Analytics (Final, I hope 😉)

Compare
Choose a tag to compare
@rdavydov rdavydov released this 24 Oct 12:13
· 434 commits to master since this release
3d3ea3f

enable_analytics option in twitch_minerfile toggles Analytics needed for the analytics() method

Disabling Analytics significantly reduces memory consumption and saves some disk space by not creating and writing /analytics/*.json.

Set this option to True if you need Analytics. Otherwise set this option to False (default value).

See example.py. If no such option - defaults to False.

What's Changed