PyFCP - Python FCP Client Library
PyFCP is a library module which allows client programs written in Python to access Freenet 0.7, via its FCP v2 interface.
Features:
- relatively simple and intuitive
- fully thread-safe
- supports several ways to invoke methods for freenet primitives
- synchronous calls
- asynchronous calls
- set progress and completion callbacks
- comes with 'freesitemgr', a client application which allows for easy management of freesite insertions
- comes with an XML-RPC server, so programs written in other languages can access the primitives over an FCP-RPC connection
Freesite Insertions
Refer to the page
Inserting Freesites From cron Jobs
Download
Get your copy from the latest SVN snapshot at:
Or get an outdated "stable" release on Freenet 0.7 at:
Or get the same outdated "stable" release mirrored on mainstream web at:
-
functionality which is provided by the fcp2.0 protocol:
-
functionality which is planned to be implemented in pyfcp + abstraction layer