I'm trying to get my flattr transactions CSV files from within a python script (see http://ploum.net/post/flattrstat ).
From the webinterface, a CSV link look like: https://flattr.com/transaction/view/id/$RANDOM_NUMBER/format/csv
So, in order to achieve what I want, I only need:
1) To authenticate myself on Flattr through the python script (no idea how to do that). Is there any python library recommended?
2) To understand the logic behind $RANDOM_NUMBER or to have a way to get it. (in further evolution of my script, I want to be able to define a start date and a end date you want to download. It will allows people to make statistic on a specific date range).