Skip to content

Commit 19766b7

Browse files
author
kusi
committed
comments about the new auth config file
1 parent 9c0510c commit 19766b7

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,36 @@
11
# smugv2py
22
Python library for the SmugMug v2 API
33

4-
# using
4+
## Installation
55

6-
Install the freshest version
6+
pipx install .
77

8-
pip install --update https://github.com/adhawkins/smugmugv2py/tarball/master
8+
Create a file ~/.digikam2smugmug containing
99

10-
# want to help?
10+
smugmug:
11+
api_key: "Pkzb4cpnh..."
12+
api_secret: "mZc83xD4D..."
13+
token: "2jTmZfCbnxBVZXKfC..."
14+
secret: "38WfsXWnhV..."
1115

12-
Install it in dev mode:
16+
digikam:
17+
user: "user"
18+
password: "pass"
19+
database: "digikam tablename"
20+
digikamnode: "Digikam"
1321

14-
python setup.py develop
1522

16-
# Python 3 caveats
23+
## Python 3 caveats
1724

1825
You need to apply this PRQ https://github.com/litl/rauth/pull/201 to rauth in order to make rauth work with python3
1926

2027

2128
# Digikamdb
29+
## Requirements
30+
mysql_config, provided by package libmariadb-devel
31+
32+
Installation of mysqlclient needs gcc, python38-devel
33+
2234

2335
## New table PhotoSharing
2436
- imageid: Foreign Key to Images.ID (e.g 326490)
@@ -37,3 +49,5 @@ mysql -uYOURLOGIN -pYOURPASS <YOURDBNAME> < sql/add-timestamp.sql
3749

3850

3951

52+
53+

0 commit comments

Comments
 (0)