-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
33 lines (24 loc) · 819 Bytes
/
README.txt
File metadata and controls
33 lines (24 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
python-ipernity-api
====================
Python wrapper for ipernity.com API, inspired by python-flickr-api
(https://github.com/alexis-mignon/python-flickr-api).
Ported to Python3 by rcw-2. The original python-ipernity-api can be found
on Github (https://github.com/oneyoung/python-ipernity-api).
Main Features
--------------
* Object Oriented implementation
* Support full API on ipernity.com
* Support OAuth authentication (untested due to bug in Ipernity)
* Built-in document of Ipernity API
* Context sensitive objects, easy to use
* Simple GET request cache mechanism.
* Unittest to guarantee code quality
Requirements
-------------
* Python 3
* requests
Tutorial
---------
Please see the tutorial of the original package
(https://github.com/oneyoung/python-ipernity-api/wiki/Tutorial)
for a quick start.