Skip to content

saludes/pycloudapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycloudapp

is

a wrapper around the CloudApp api.

Requirements

  • Python >= 2.5
In order to upload files you need to have:

Both of these are available in pypi.

HowTo

>>> from pycloudapp.cloud import Cloud
>>> mycloud = Cloud()
>>> mycloud.auth('yourusername', 'yourpassword')
>>> mycloud.list_items()
>>> mycloud.list_items(page=1, per_page=2)
>>> mycloud.item_info('http://cl.ly/someID')
>>> bookmark = mycloud.create_bookmark('origiNell', 'http://www.originell.org/')
>>> print bookmark
>>> print bookmark['href']
>>> mycloud.delete_file(bookmark['href'])

License

See LICENSE.

About

A wrapper around CloudApp API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published