Commit graph

32 commits

Author SHA1 Message Date
Samat Jain
e635e8361d Merge pull request #26 from sneakypete81/trovebox_rename
Rename for new Trovebox (née OpenPhoto) API
2013-07-20 13:06:47 -07:00
sneakypete81
3297a24b93 Rename openphoto to trovebox, in order to work with openphoto-python release 0.4 2013-07-20 19:16:58 +01:00
sneakypete81
d0fa10655c Report an error if the response code is not 201 2013-07-07 16:21:29 +01:00
sneakypete81
723fa1e3ca Update response handling to support OpenPhotoErrors 2013-07-07 16:14:46 +01:00
Jaisen Mathai
b5ac0e896d Merge pull request #24 from sneakypete81/cli_doc_tweak
Update README to clarify how credentials are loaded
2013-05-21 10:05:04 -07:00
sneakypete81
7e6bd9ac14 Update README to clarify how credentials are loaded 2013-05-21 18:54:50 +02:00
Jaisen Mathai
d58db4ed63 Merge pull request #9 from dcancel/patch-1
Added instructions for getting your credentials.
2013-05-20 23:02:07 -07:00
Jaisen Mathai
c58867e46d Merge pull request #23 from sneakypete81/logging
Add --debug option
2013-05-20 23:01:32 -07:00
Jaisen Mathai
a1fd475304 Merge pull request #22 from sneakypete81/param_fix
Pass POST params as function parameters, not a dict.
2013-05-20 23:00:56 -07:00
Jaisen Mathai
22879f29c7 Merge pull request #21 from sneakypete81/config_files
Add config file support.
2013-05-20 22:59:27 -07:00
sneakypete81
bec568ebfd Pass POST params as function parameters, not a dict.
This was a change to openphoto-python a long time ago,
to make it more "pythonic".

I suspect this fixes the rather odd error message in #19.
2013-05-19 21:27:56 +01:00
sneakypete81
a61975738b Add --debug option 2013-05-19 21:17:29 +01:00
sneakypete81
c938c56e12 Add config file support.
Document how to obtain OAuth credentials (closes #8).
2013-05-19 21:16:35 +01:00
Jaisen Mathai
ffc1a674db Merge pull request #16 from jordanbrock/patch-2
Update Readme.markdown
2012-12-04 08:23:38 -08:00
Jordan Brock
ad0fe369ba Update Readme.markdown
Updated wget instructions to create the correct directory.

Updated git clone instruction so it works without authentication.
2012-12-04 17:06:42 +08:00
Jaisen Mathai
a7e0f7f2b6 Merge pull request #15 from jordanbrock/patch-1
Update Readme.markdown
2012-12-04 00:52:05 -08:00
Jordan Brock
a599638f26 Update Readme.markdown
Updated URL's to reflect the change of github username from @openphoto to @photo
2012-12-04 16:51:11 +08:00
Jaisen Mathai
4c363a2f41 Merge pull request #10 from olberger/master
Pre-move files in errored/ and add duplicates/
2012-04-22 14:31:57 -07:00
Olivier Berger
264ac29c1d Pre-move files to errorred in case of a stack trace, and add duplicates/ for 409 2012-04-22 17:48:19 +02:00
David Cancel
453b630456 Added instructions for getting your credentials. 2012-04-22 08:12:45 -03:00
James Walker
da94faffb9 Fix #7 - add LICENSE 2012-04-16 19:17:24 -04:00
Jaisen Mathai
6c2343b3e2 Merge pull request #5 from samatjain/flush-status-display
Flush output when displaying status
2012-02-05 21:02:48 -08:00
Samat K Jain
161c7bce8b Flush output when displaying status
Use sys.stdout.flush() to flush output when displaying status. Fixes
issue #2.
2012-02-05 21:18:08 -07:00
Jaisen Mathai
0198c0f155 Resolving conflict from merge of @patricksan's pull request 2012-02-04 20:56:10 -08:00
Jaisen Mathai
800c56a5bf Adding response code for failure 2012-02-04 20:51:16 -08:00
Patrick Santana
2e716fced7 Added details when it fails 2012-02-04 17:23:51 +01:00
Jaisen Mathai
6421f77c01 Changing parameter name from endpoint to host and updating Readme. 2012-02-03 20:54:45 -08:00
Jaisen Mathai
9ef4531373 Merge pull request #1 from samatjain/argparse-and-timing
Time importing; switch to command-line arguments
2012-02-03 20:45:37 -08:00
Samat K Jain
21596454aa Switch to command-line arguments instead of prompts
Use Python's argparse to accept parameters on the command-line rather
than manually prompting people
2012-02-03 17:07:11 -07:00
Samat K Jain
c37a22c609 Use Python interpreter by default 2012-02-03 16:30:52 -07:00
Samat K Jain
fb068b8195 Add photos/minute statistic (including errors)
As requested by jmathai on IRC.
2012-02-03 16:29:42 -07:00
Jaisen Mathai
d6f0491117 Initial version of the import script 2012-02-03 11:02:42 -08:00