We use cookies for personalised adverts on this site. PayPal donation is another mechanism for support if you prefer.

hosted services

  • why unix
  • wet shaving
  • unix beards
  • about this site
  • books
  • RBL service
  • forum
This site needs your support

News

Ads help server costs, we rely on their revenue (and donations, too) to fund hosting.

strava kudos and activity report

[toc]

Some time back I wondered if I was giving more kudos than I received. Well, now I can see who the people are that click the kudos button heavily for me. This allows you to be careful to return the kudos as much as you receive it. You may liken this to the mutual preening amongst chickens.

The script is located in the code directory.

To run the script you will need to head over to the API documentation to request an access token. Once you have it, insert it into the script header.

Execute like so:

$ perl get_athelete_activities

To get a kudos report on the files generated above:

$ find . -name '*record' -exec egrep -h '^kudos' {} \+ | sort -n | uniq -c | sort -n

I've also done a live tracking phone app, which you can find out about at live tracking test page.