CloudApp Client?
I like the concept of CloudApp, and I was wondering if there was a native client, or another service with similar functionality that is not Dropbox or Ubuntu One.
Requirements:
Drag 'n drop for file uploading,
Wishlist:
It automatically copies the URL to the clipboard.
Solution 1:
Found it.
To get it working, you need to clone the repository. In order to do that, you need to install git-core
- and while we're at it, we'll install the dependencies. to do that, run the following in a terminal:
sudo apt-get install git-core python-qt4
Once git-core
is installed, run the following:
git clone https://github.com/abhinandh/py-cloudapp
cd py-cloudapp
python ./cloudapp&
There you go! You can now safely close the terminal. It'll continue running. Enter in your username/password for cloudapp, and you should be good to go!