pyprofile
PyProfile is a test-driven Python tool for social network portability, using FOAF, XFN, APIs and any other mechanism to get data out. “Get the data by any means, damnit!” is a principle of it’s operation. more…
PyProfile is a test-driven Python tool for social network portability, using FOAF, XFN, APIs and any other mechanism to get data out. “Get the data by any means, damnit!” is a principle of it’s operation. more…
The plan for developing it works as follows: find the simplest problem that has yet to be solved on the social network portability stack, write a test for it, solve it and then proceed to the next problem.
Current dependencies: BeautifulSoup, rdflib, regular expressions etc.
Cloning this repository:
git clone git://gitorious.org/pyprofile/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/pyprofile/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
