##tpb WARNING: As of 21.2.2016, tpb is no longer useful and will remain unmaintained. Check this issue for more information.
Python 2 script to download your stored photos in Tuenti, a (not anymore) popular spanish social network.
###How to use
-
Install dependencies (see requirements.txt file)
-
Run
tpb_client.py
and type your credentials -
Photos will be stored under 'photos' directory where
tpb_client.py
is
Someone wrote a full tutorial of this although it is only available in Spanish and maybe outdated: http://www.taringa.net/posts/hazlo-tu-mismo/17273968/Descargar-todas-las-fotos-del-Tuenti.html
###Issues Feel free to submit a bug report to the Issues page. I might not have time to fix it but if you submit a pull request I will be glad to check it out and apply the patch.
###Can I use it with Python 3?
Kinda yes, check this: #2 (TL;DR: use 2to3
Python tool to convert it into a Python 3 script).
###License GPL v2. Full terms available in LICENSE file.