EDIT:
After some research I can say that the old CLI is working, but it doesn't do things right, or very nice. And I don't have time to reverse engineer the daemon.
So I just made a module of some kind that spits out the current status of the daemon, this is really the only thing that I need to get from the daemon anyway.
The code:
https://dl.getdropbox.com/u/43645/status.py
And there's a little example at the bottom of that file explaining how to use the module.
OLD:
I havent heard anything about any incoming release of a CLI-client, so I started making my own.
I've made a small python-class which can communicate with the dropbox-daemon. Such as get file-status and so on.
But I haven't really figured how the CLI itself should work, got any suggestions?
What functions does it need to have?
When I've figured this out, and cleaned the code up a bit I can give it here, if anyone is interested.
EDIT:
I've updated the code a bit today, couldn't resist even though my head is killing me.
Updates to the program/script (whatever):
- It now tries to start the daemon if it can't connect to it. (if the file exist)
- It now have an option for downloading and "installing" the daemon (!!!!). Not yet registration though. I will try to fix this asap.
- It now returns the URL for copygallery, copypublic, browse, revisions etc.
- The code is now a mess. It will be my project for the weekend to clean it up.
