You need to install nodejs v12
$ npm install
Create .env
file in the root folder and add the following into it:
EMAIL={email}
PASSWORD={password}
npm run web-app-usage -- --group-name="Design" --this=day
--group-name
is the group name--this
is the date range, could beday
,week
ormonth
npm run user-summary -- --date-range=this-day
--user
is specific user id or comma-separated list of user IDs--date-range
is the date range, could bethis-day
,this-week
orthis-month